mirror of
https://github.com/tiyn/mc-tiyn-recipes.git
synced 2025-11-13 21:59:45 +01:00
v1.1.0: initial commit for Minecraft 1.21.6 - 1.21.8
This commit is contained in:
9
data/tiyns_recipes/recipe/clay_ball.json
Normal file
9
data/tiyns_recipes/recipe/clay_ball.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": ["minecraft:clay"],
|
||||
"result": {
|
||||
"id": "minecraft:clay_ball",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
9
data/tiyns_recipes/recipe/honeycomb.json
Normal file
9
data/tiyns_recipes/recipe/honeycomb.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": ["minecraft:honeycomb_block"],
|
||||
"result": {
|
||||
"id": "minecraft:honeycomb",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
9
data/tiyns_recipes/recipe/quartz.json
Normal file
9
data/tiyns_recipes/recipe/quartz.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": ["minecraft:quartz_block"],
|
||||
"result": {
|
||||
"id": "minecraft:quartz",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
9
data/tiyns_recipes/recipe/snow_ball.json
Normal file
9
data/tiyns_recipes/recipe/snow_ball.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": ["minecraft:snow_block"],
|
||||
"result": {
|
||||
"id": "minecraft:snowball",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user