GlobbyPotato / Rockhounding_Chemistry

The purpose of Rockhounding Chemistry is to assembly and maintain an industrial area in which several machines handle various types of ingredients (solid, fluid and gaseous) to produce advanced material for mid-late game stages. It also leads to several features, functional applications and experiments.
Other
15 stars 17 forks source link

Power Station issue #79

Closed luoxingzlx closed 5 years ago

luoxingzlx commented 5 years ago

After putting the insuction heating interface in the Power Station, the GUI will change, but it can not be taken out.if i destroy the machine,it also can't drop out.But fortunately, the induction heating function can be realized, and even I can continue to put things in the fuel port. rock3 rock8 rock5

luoxingzlx commented 5 years ago

Another point is that this problem also occurs in air compressors.

GlobbyPotato commented 5 years ago

The induction interface can be set to be permanent (the green bordered icon) or removeable inside the power station so you don't need to worry about it when breaking the block. If you want it to be removeable there is an option inside the file rockhounding_core.cfg to change it. Set it to false:

# Make the Induction Heating Interface a machine permanent upgrade
B:"Permanent Induction Enabler"=true

Another option locks the fuel slot once the permanent interface is used so you can use only RF. You may want to keep it 'false' if you want to use any available fuel:

# Fuel will be no longer accepted if a permanent induction is activated
B:"Gated Fuel Enabler"=true

The air compressor works the same way as the power station because it has the same fuel slot function.

luoxingzlx commented 5 years ago

Thank you very much