Advanced GUI functions

Started by ThunderEmmet on

Topic category: Help with modding (Java Edition)

Last seen on 11:37, 3. May 2024
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Advanced GUI functions
Wed, 05/01/2024 - 00:26 (edited)

So I am using MCreator 2024.1 with an extension for Forge 1.19.2 modding, and have setup a basic gui system with a few buttons. The goal of the mod is to add a system that tracks how many new mobs, biomes, dimensions, structures etc. the player has discovered and how many they have yet to find. As such,  I want to be able to achieve stuff like checking the number of different biome types in the game both vanilla and modded (compatible with other biome mods) and displaying it as text on a GUI screen, but couldn't seem to find a way to do it without writing raw code in the code editor, which isn't up my alley. Is there anyone that  would be willing to help me? I can send a .shareable zip version of the project file if necessary.

Edited by ThunderEmmet on Wed, 05/01/2024 - 00:26