how to make structures for other modded dimensions? [ Addon ]

Started by Ellieisokay on

Topic category: Help with modding (Java Edition)

Last seen on 20:19, 24. Sep 2023
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to make structures for other modded dimensions? [ Addon ]
Sun, 08/27/2023 - 02:33 (edited)

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.

Edited by Ellieisokay on Sun, 08/27/2023 - 02:33