add readme, assets, and data!

This commit is contained in:
Meredith Espinosa
2019-06-19 15:57:15 -07:00
parent 616502b16e
commit e37f5971d2
4 changed files with 60 additions and 3 deletions

View 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
}
}