add readme, assets, and data!
This commit is contained in:
20
src/main/resources/data/templates/recipes/slope.json
Normal file
20
src/main/resources/data/templates/recipes/slope.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"I ",
|
||||
"I~ ",
|
||||
"III"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "minecraft:bamboo"
|
||||
},
|
||||
"~": {
|
||||
"item": "minecraft:string"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "templates:slope",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user