Started by
TurtleMage44
on
Topic category: Feature requests and ideas for MCreator
That's it. A procedure that gets the current biome value. Shouldn't be that hard to implement.
Topic category: Feature requests and ideas for MCreator
That's it. A procedure that gets the current biome value. Shouldn't be that hard to implement.
There already exists for a Boolean check if player is in a specific biome
[is biome at x:x y:y z:z type (no entry selected)]
i do not want to "check" anything, i just need the value of the biome. Let's imagine i want the name of the biome on a GUI to show up, i'll have to check all biomes one by one instead of just getting it. Also it wouldn't be mod-compatible.
The value of the biome is all I require; I'd like not "check" anything. Consider the following scenario: I would like not have to check each biome individually but rather have the name of the biome shown on a GUI. Aside from that, it wouldn't work with mods.