You've already forked minecraft-assets
Create/Update assets for version 19w38a
This commit is contained in:
19
data/minecraft/recipes/bee_hive.json
Normal file
19
data/minecraft/recipes/bee_hive.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PPP",
|
||||
"HHH",
|
||||
"PPP"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "minecraft:planks"
|
||||
},
|
||||
"H": {
|
||||
"item": "minecraft:honeycomb"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bee_hive"
|
||||
}
|
||||
}
|
||||
3
data/minecraft/recipes/repair_item.json
Normal file
3
data/minecraft/recipes/repair_item.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"type": "minecraft:crafting_special_repairitem"
|
||||
}
|
||||
13
data/minecraft/recipes/sugar_from_honey_bottle.json
Normal file
13
data/minecraft/recipes/sugar_from_honey_bottle.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "sugar",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:honey_bottle"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:sugar",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
12
data/minecraft/recipes/sugar_from_sugar_cane.json
Normal file
12
data/minecraft/recipes/sugar_from_sugar_cane.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "sugar",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:sugar_cane"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:sugar"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user