PersonTheCat / OreStoneVariants

A powerful utility for generating new blocks when given a foreground and background.
GNU General Public License v3.0
7 stars 8 forks source link

[Thermal] Incomplete Compat #67

Closed Dragnier closed 2 years ago

Dragnier commented 5 years ago

Thermal also spawns oil and clathrates that are not currently supported by default in your mod. I am going to guess that this is because they spawn both flowing liquid and and an item when broken. Is there any way you can add compatibility for them though?

thermalfoundation:ore_fluid:0 - Oil Sand thermalfoundation:ore_fluid:1 - Oil Shale (Gravel?) thermalfoundation:ore_fluid:2 - Destabilized Redstone Ore (Stone) thermalfoundation:ore_fluid:3 - Energized Netherrack thermalfoundation:ore_fluid:4 - Resonant End Stone thermalfoundation:ore_fluid:5 - Oil Red Sand

PersonTheCat commented 4 years ago

If I remember correctly, I didn't add these because of questions over how I should handle block models for fluid ores and how they would be different from their normal counterparts. Sorry for taking so long to get back to you on this one, but I'm just not sure how to proceed. :/

PersonTheCat commented 2 years ago

I will most likely never add support for custom fluid types in OSV, as I can't see how I would make additional variants or what purpose they would serve. Feel free to reopen this issue or create a PR if you're still interested.