Sawdust got usage in recipes
This commit is contained in:
parent
1822e241e3
commit
69626d279b
2 changed files with 37 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "techreborn:compressor",
|
||||
"power": 10,
|
||||
"time": 300,
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "c:sawdusts",
|
||||
"count": 2
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:wooden_plate"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "c:sawdusts"
|
||||
},
|
||||
{
|
||||
"item": "c:sawdusts"
|
||||
},
|
||||
{
|
||||
"item": "c:sawdusts"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:water_bucket"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:paper",
|
||||
"count": 3
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue