Topic category: Help with Minecraft modding (Java Edition)
Trying to make an addon for a mod I like, however it primarily uses randomly generated dimensions
they generate off of 2 attributes. If I had to guess, I think I would need to be able to check for both of them separately, problem is A) I don't know where to find that information or how to check for it and B) I don't know how to add that check to a structure
maybe I could check the dimensions name for a key word somehow? like if it has the word "frogs" then do so and so? but I'm not sure where I'd find the blocks to do that in procedures or how to add that to the code.
If it helps, the mod I'm trying to figure out is minestuck
and if you think of any alternatives that'd help too, I don't mind any bugs as long as they're not like unplayable bad.