Get current biome

Started by TurtleMage44 on

Topic category: Feature requests and ideas for MCreator

Active 7 months ago
Joined Nov 2018
Points:
704

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 12
Get current biome

That's it. A procedure that gets the current biome value. Shouldn't be that hard to implement.

Active 20 hours ago
Joined Nov 2019
Points:
878

User statistics:

  • Modifications: 0
  • Forum topics: 13
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 335
There already exists for a…
Sun, 01/07/2024 - 00:12

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)]

Active 7 months ago
Joined Nov 2018
Points:
704

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 12
i do not want to "check"…
Sun, 01/07/2024 - 15:42

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. 

Active 1 year ago
Joined Jan 2024
Points:
115

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
That's it. A procedure that…
Wed, 01/24/2024 - 11:13

That's it. A procedure that gets the current biome value. Shouldn't be that hard to implement.

https://mcreator.net/forum/103089/get-current-biomegeometry dash

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.