Skip to content

Commit

Permalink
Damagable and ore melting recipe improvement
Browse files Browse the repository at this point in the history
Ore melting recipes can now set a rate per byproduct
Damagable recipes now can specify a unit, which scales fluid down to a minimum of that unit (#4671)
  • Loading branch information
KnightMiner committed May 21, 2022
1 parent ed2ccf8 commit c287dd7
Show file tree
Hide file tree
Showing 42 changed files with 240 additions and 101 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"result": {
"fluid": "tconstruct:molten_clay",
"amount": 1000
"amount": 1000,
"unit_size": 50
},
"temperature": 450,
"time": 96
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"result": {
"fluid": "tconstruct:molten_clay",
"amount": 2000
"amount": 2000,
"unit_size": 50
},
"temperature": 450,
"time": 144
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"result": {
"fluid": "tconstruct:molten_clay",
"amount": 1250
"amount": 1250,
"unit_size": 50
},
"temperature": 450,
"time": 108
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"result": {
"fluid": "tconstruct:molten_clay",
"amount": 1750
"amount": 1750,
"unit_size": 50
},
"temperature": 450,
"time": 132
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
],
"result": {
"fluid": "tconstruct:molten_diamond",
"amount": 300
"amount": 300,
"unit_size": 25
},
"temperature": 1450,
"time": 144
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"result": {
"fluid": "tconstruct:molten_diamond",
"amount": 400
"amount": 400,
"unit_size": 25
},
"temperature": 1450,
"time": 166
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"result": {
"fluid": "tconstruct:molten_diamond",
"amount": 800
"amount": 800,
"unit_size": 25
},
"temperature": 1450,
"time": 235
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"result": {
"fluid": "tconstruct:molten_diamond",
"amount": 500
"amount": 500,
"unit_size": 25
},
"temperature": 1450,
"time": 186
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"result": {
"fluid": "tconstruct:molten_diamond",
"amount": 700
"amount": 700,
"unit_size": 25
},
"temperature": 1450,
"time": 220
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"result": {
"fluid": "tconstruct:molten_diamond",
"amount": 100
"amount": 100,
"unit_size": 25
},
"temperature": 1450,
"time": 83
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
],
"result": {
"fluid": "tconstruct:molten_diamond",
"amount": 200
"amount": 200,
"unit_size": 25
},
"temperature": 1450,
"time": 118
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
],
"result": {
"fluid": "tconstruct:molten_gold",
"amount": 270
"amount": 270,
"unit_size": 10
},
"temperature": 700,
"time": 99
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"result": {
"fluid": "tconstruct:molten_gold",
"amount": 360
"amount": 360,
"unit_size": 10
},
"temperature": 700,
"time": 114
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"result": {
"fluid": "tconstruct:molten_gold",
"amount": 720
"amount": 720,
"unit_size": 10
},
"temperature": 700,
"time": 161
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"result": {
"fluid": "tconstruct:molten_gold",
"amount": 450
"amount": 450,
"unit_size": 10
},
"temperature": 700,
"time": 127
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"result": {
"fluid": "tconstruct:molten_gold",
"amount": 630
"amount": 630,
"unit_size": 10
},
"temperature": 700,
"time": 151
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"result": {
"fluid": "tconstruct:molten_gold",
"amount": 90
"amount": 90,
"unit_size": 10
},
"temperature": 700,
"time": 57
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
],
"result": {
"fluid": "tconstruct:molten_gold",
"amount": 180
"amount": 180,
"unit_size": 10
},
"temperature": 700,
"time": 80
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
],
"result": {
"fluid": "tconstruct:molten_iron",
"amount": 270
"amount": 270,
"unit_size": 10
},
"temperature": 800,
"time": 104
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"result": {
"fluid": "tconstruct:molten_iron",
"amount": 360
"amount": 360,
"unit_size": 10
},
"temperature": 800,
"time": 120
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"result": {
"fluid": "tconstruct:molten_iron",
"amount": 720
"amount": 720,
"unit_size": 10
},
"temperature": 800,
"time": 170
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"result": {
"fluid": "tconstruct:molten_iron",
"amount": 130
"amount": 130,
"unit_size": 10
},
"temperature": 800,
"time": 72
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"result": {
"fluid": "tconstruct:molten_iron",
"amount": 450
"amount": 450,
"unit_size": 10
},
"temperature": 800,
"time": 134
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"result": {
"fluid": "tconstruct:molten_iron",
"amount": 630
"amount": 630,
"unit_size": 10
},
"temperature": 800,
"time": 159
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
],
"result": {
"fluid": "tconstruct:molten_iron",
"amount": 90
"amount": 90,
"unit_size": 10
},
"temperature": 800,
"time": 60
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
],
"result": {
"fluid": "tconstruct:molten_iron",
"amount": 180
"amount": 180,
"unit_size": 10
},
"temperature": 800,
"time": 85
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
"byproducts": [
{
"fluid": "tconstruct:molten_diamond",
"amount": 300
"amount": 100,
"rate": "gem"
},
{
"fluid": "tconstruct:molten_gold",
"amount": 270
"amount": 270,
"rate": "metal"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@
],
"result": {
"fluid": "tconstruct:molten_netherite",
"amount": 90
"amount": 90,
"unit_size": 10
},
"temperature": 1250,
"time": 74,
"byproducts": [
{
"fluid": "tconstruct:molten_diamond",
"amount": 300
"amount": 300,
"unit_size": 25
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
},
"result": {
"fluid": "tconstruct:molten_netherite",
"amount": 90
"amount": 90,
"unit_size": 10
},
"temperature": 1250,
"time": 74,
"byproducts": [
{
"fluid": "tconstruct:molten_diamond",
"amount": 400
"amount": 400,
"unit_size": 25
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
},
"result": {
"fluid": "tconstruct:molten_netherite",
"amount": 90
"amount": 90,
"unit_size": 10
},
"temperature": 1250,
"time": 74,
"byproducts": [
{
"fluid": "tconstruct:molten_diamond",
"amount": 800
"amount": 800,
"unit_size": 25
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
},
"result": {
"fluid": "tconstruct:molten_netherite",
"amount": 90
"amount": 90,
"unit_size": 10
},
"temperature": 1250,
"time": 74,
"byproducts": [
{
"fluid": "tconstruct:molten_diamond",
"amount": 500
"amount": 500,
"unit_size": 25
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
},
"result": {
"fluid": "tconstruct:molten_netherite",
"amount": 90
"amount": 90,
"unit_size": 10
},
"temperature": 1250,
"time": 74,
"byproducts": [
{
"fluid": "tconstruct:molten_diamond",
"amount": 700
"amount": 700,
"unit_size": 25
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
},
"result": {
"fluid": "tconstruct:molten_netherite",
"amount": 90
"amount": 90,
"unit_size": 10
},
"temperature": 1250,
"time": 74,
"byproducts": [
{
"fluid": "tconstruct:molten_diamond",
"amount": 100
"amount": 100,
"unit_size": 25
}
]
}

0 comments on commit c287dd7

Please sign in to comment.