Blockus compatibility (1.15+) (#2091)
* Balance marble dust centrifuge input/output item counts * Add recipes using blockus items
This commit is contained in:
parent
350d1fada6
commit
d68888df57
4 changed files with 74 additions and 2 deletions
|
@ -4,7 +4,8 @@
|
|||
"time": 2050,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:marble_dust"
|
||||
"item": "techreborn:marble_dust",
|
||||
"count": 8
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
@ -16,4 +17,4 @@
|
|||
"count": 7
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
|
||||
"pattern": [
|
||||
"WWW",
|
||||
"WBW",
|
||||
"WPW"
|
||||
],
|
||||
|
||||
"key": {
|
||||
"B": {
|
||||
"tag": "blockus:barrels"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
"W": {
|
||||
"tag": "minecraft:planks"
|
||||
}
|
||||
},
|
||||
|
||||
"result": {
|
||||
"item": "techreborn:crude_storage_unit"
|
||||
},
|
||||
|
||||
"conditions": {
|
||||
"reborncore:tag": "blockus:barrels"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 2,
|
||||
"time": 180,
|
||||
|
||||
"ingredients" : [
|
||||
{
|
||||
"tag": "c:limestone"
|
||||
}
|
||||
],
|
||||
|
||||
"results" : [
|
||||
{
|
||||
"item": "techreborn:marble_dust"
|
||||
}
|
||||
],
|
||||
|
||||
"conditions": {
|
||||
"reborncore:tag": "c:limestone"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 2,
|
||||
"time": 180,
|
||||
|
||||
"ingredients" : [
|
||||
{
|
||||
"tag": "c:marble"
|
||||
}
|
||||
],
|
||||
|
||||
"results" : [
|
||||
{
|
||||
"item": "techreborn:marble_dust"
|
||||
}
|
||||
],
|
||||
|
||||
"conditions": {
|
||||
"reborncore:tag": "c:marble"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue