KnightMiner / Ceramics

Adds various early game items made of clay, or fill a void where the later version requires harder resources
MIT License
16 stars 15 forks source link

[Request] hot fluids whitelist #46

Closed Vampsku11 closed 3 years ago

Vampsku11 commented 5 years ago

Originally a request for a creosote clay bucket but now I realize this is available but disabled when hotFluids=false. Is it possible to whitelist specific fluids from being ignored by the hotFluids option?

KnightMiner commented 5 years ago

When I get around to it, I plan to make the temperature of what makes a fluid "hot" configurable. I do not think adding a whitelist makes much sense as the idea is too hot breaks, it sounds more like the mod added too high of a temperature for creosote oil (Immersive Engineering oil is fully reusable in clay buckets).

Vampsku11 commented 5 years ago

I have hot fluids pickup disabled instead of just breaking the bucket when emptied. Other mods seem to have creosote at different temperatures. I did use CraftTweaker to set the temperature of creosote below 450 degrees, but then I had to replace Tinkers Construct melting recipes so certain things could be melted at the lower temperature. I also raised the temperature of some liquids over 450 so they couldn't be bucketed. It works to achieve my goal, but it feels kind of messy as the temperatures of liquids have to be a little inconsistent with each other.

KnightMiner commented 4 years ago

Planning to do this in 1.15 using fluid tags. There will be a tag for hot fluids that always break, and one for cold fluids that never break. If its in neither tag, the temperature check will be used.