Hey,
I am trying to create a mod that behaves differently depending on which biome the player is in. For example the thing should only be able to be built in Ice Sheets or Sea Ice biomes. Or even better, places with permanent winter. But i am not sure how to go about this.
Can i simply add
and the thing would only be enabled on sea ice biomes?
I am trying to create a mod that behaves differently depending on which biome the player is in. For example the thing should only be able to be built in Ice Sheets or Sea Ice biomes. Or even better, places with permanent winter. But i am not sure how to go about this.
Can i simply add
Code Select
<Biomes>
<li>SeaIce</li>
</biomes>and the thing would only be enabled on sea ice biomes?