Started by
Twebster9000
on
Topic category: Help with Minecraft modding (Java Edition)
I wish to add a custom structure to a vanilla village. I have made the structure, and using Jigsaw Blocks I set it up identically to how the indivigual village structures are set up. I want to know how I can add my structure to the pool that villages draw from to generate.
If it's relevant, I'm using Mcreator 2024.2 because some of the plugins my mod relies on haven't been updated to 2024.4 yet.
I know this is a bit of a long shot, but did you ever figure this out?
I am looking for a way to do this in 2025.1
Much like making a mod jigsaw structure, vanilla minecraft has set pools which specify the chances of a specific structure to generate, unless you add your structure to this pool, you wont be able to generate your structure in a village.
Update: It is actually easier to just use your structure in your mods structure folder and calling it in the pool from there.
If nothing that I said seems to work, you might not be able to without actually coding it.