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