You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
21
data/minecraft/recipes/scaffolding.json
Normal file
21
data/minecraft/recipes/scaffolding.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "minecraft:bamboo"
|
||||
},
|
||||
"~": {
|
||||
"item": "minecraft:string"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"I~I",
|
||||
"I I",
|
||||
"I I"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"item": "minecraft:scaffolding"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user