Skip to content

Commit

Permalink
Merge pull request Laskyyy#428 from TheRealGreenOxygen/Astral-Experim…
Browse files Browse the repository at this point in the history
…ental

Fix Bronze Basin Melting
  • Loading branch information
Laskyyy authored Nov 6, 2024
2 parents ae684a6 + fde1d5c commit 798db29
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"type": "create:compacting",
"ingredients": [
{
"fluid": "createbigcannons:molten_ostrum",
"fluid": "kubejs:molten_ostrum",
"nbt": {},
"amount": 7290
"amount": 8100
}
],
"results": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "create:compacting",
"ingredients": [
{
"fluid": "createbigcannons:molten_ostrum",
"fluid": "kubejs:molten_ostrum",
"nbt": {},
"amount": 810
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"results": [
{
"fluid": "tconstruct:molten_bronze",
"amount": 65610
"amount": 81000
}
],
"processingTime": 1620,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"results": [
{
"fluid": "tconstruct:molten_bronze",
"amount": 7290
"amount": 8100
}
],
"processingTime": 180,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
],
"results": [
{
"fluid": "createbigcannons:molten_ostrum",
"amount": 65610
"fluid": "kubejs:molten_ostrum",
"amount": 81000
}
],
"processingTime": 1620,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
],
"results": [
{
"fluid": "createbigcannons:molten_ostrum",
"amount": 7290
"fluid": "kubejs:molten_ostrum",
"amount": 8100
}
],
"processingTime": 180,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"results": [
{
"fluid": "createbigcannons:molten_ostrum",
"fluid": "kubejs:molten_ostrum",
"amount": 810
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"results": [
{
"fluid": "tconstruct:molten_steel",
"amount": 65610
"amount": 81000
}
],
"processingTime": 1620,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"results": [
{
"fluid": "tconstruct:molten_steel",
"amount": 7290
"amount": 8100
}
],
"processingTime": 180,
Expand Down

0 comments on commit 798db29

Please sign in to comment.