Skip to content

Add plant oil furnace#763

Open
OhmV-IR wants to merge 3 commits intomasterfrom
fluid-furnace-refactor
Open

Add plant oil furnace#763
OhmV-IR wants to merge 3 commits intomasterfrom
fluid-furnace-refactor

Conversation

@OhmV-IR
Copy link
Contributor

@OhmV-IR OhmV-IR commented Feb 27, 2026

Refactors DieselFurnace into a general class that can take in any fluid from config and add the plant oil furnace
Closes #719
I need to test this ig

@OhmV-IR OhmV-IR changed the title Add plant oil furnace [ref:add-text-color-cfgadapter] Add plant oil furnace Mar 1, 2026
@OhmV-IR OhmV-IR marked this pull request as ready for review March 1, 2026 02:41
Copy link
Contributor

@LordIdra LordIdra left a comment

Choose a reason for hiding this comment

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

image (Same issue for plant oil furnace)

Plant oil furnace missing recipe (should be pretty damn cheap I think to encourage using this early game)

Plant oil furnace currently has the same appearance as diesel machines which should be changed

Plant oil furnace should have drastically lower fluid consumption (5 mb/s or similar), and I think diesel furnace too tbh (10 mb/s?)

.build();
static {
RebarItem.register(FluidFurnace.Item.class, PLANT_OIL_FURNACE, PylonKeys.PLANT_OIL_FURNACE);
PylonPages.FLUID_MACHINES.addItem(PLANT_OIL_FURNACE);
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this would fit better under simple machines. (Btw - please move new items under the correct section in PylonItems.java so their guide order can be controlled)

OhmV-IR added 2 commits March 10, 2026 19:11
# Conflicts:
#	src/main/java/io/github/pylonmc/pylon/PylonItems.java
#	src/main/resources/lang/en.yml
@OhmV-IR OhmV-IR force-pushed the fluid-furnace-refactor branch from edadae5 to 0510e23 Compare March 10, 2026 23:11
@OhmV-IR OhmV-IR changed the title [ref:add-text-color-cfgadapter] Add plant oil furnace Add plant oil furnace Mar 10, 2026
@LordIdra
Copy link
Contributor

letr me know when this is ready for re-review

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.

Plant Oil Furnace

2 participants