Skip to content

Large Boiler Rework leftovers - #616

Open
trulyno wants to merge 1 commit into
developfrom
boiler-rework-leftovers
Open

Large Boiler Rework leftovers#616
trulyno wants to merge 1 commit into
developfrom
boiler-rework-leftovers

Conversation

@trulyno

@trulyno trulyno commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Changed the syseteams and steam turbines to use the new steam fluids added in core mod.
Made sure the change is backwards compatible with the systeams steam fluids.

  • Tested in game

@github-actions

Copy link
Copy Markdown

✅ KubeJS Scripts Lint & Format Review

All scripts pass formatting and lint checks. Nice work!

ingredient.add('amount', amount);
ingredient.add('value', { tag: tag });

return FluidIngredientJS.of(ingredient);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't .of({ amount: amount, value: { tag: tag }) work? If it's a typecheck problem, change FluidIngredientJS.of method argument from JSONObject to $wrapped<JSONObject> or just add another overload for the correctly typed object I guess

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants