added all required functionality and components
This commit is contained in:
parent
a0529c915a
commit
5f74554bb7
26 changed files with 472 additions and 154 deletions
33
src/generated/resources/data/minecraft/recipes/coal.json
Normal file
33
src/generated/resources/data/minecraft/recipes/coal.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "yatcm:tiny_coal"
|
||||
},
|
||||
{
|
||||
"item": "yatcm:tiny_coal"
|
||||
},
|
||||
{
|
||||
"item": "yatcm:tiny_coal"
|
||||
},
|
||||
{
|
||||
"item": "yatcm:tiny_coal"
|
||||
},
|
||||
{
|
||||
"item": "yatcm:tiny_coal"
|
||||
},
|
||||
{
|
||||
"item": "yatcm:tiny_coal"
|
||||
},
|
||||
{
|
||||
"item": "yatcm:tiny_coal"
|
||||
},
|
||||
{
|
||||
"item": "yatcm:tiny_coal"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:coal"
|
||||
}
|
||||
}
|
||||
Reference in a new issue