You've already forked minecraft-assets
Create/Update assets for version 21w03a
This commit is contained in:
16
data/minecraft/recipes/dripstone_block.json
Normal file
16
data/minecraft/recipes/dripstone_block.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "pointed_dripstone",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:pointed_dripstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:dripstone_block"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user