Topic category: Help with Minecraft modding (Java Edition)
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.