You've already forked minecraft-assets
Create/Update assets for version 1.21.4-pre1
This commit is contained in:
20
data/minecraft/recipe/tnt.json
Normal file
20
data/minecraft/recipe/tnt.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"key": {
|
||||
"#": [
|
||||
"minecraft:sand",
|
||||
"minecraft:red_sand"
|
||||
],
|
||||
"X": "minecraft:gunpowder"
|
||||
},
|
||||
"pattern": [
|
||||
"X#X",
|
||||
"#X#",
|
||||
"X#X"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:tnt"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user