Started by
parwarmohamad
on
Topic category: Help with Minecraft modding (Java Edition)
I've been using MCreator for 3 Years in total with big breaks. (I can do complex Procedures and Stuff),
but I stil can figure out how to do "Base Detection" AKA has a base been built and where is the base?
I'm creating a Horror/Terror type Mod and I wanna like put signs near bases that say: "nice house" or "your not gonna have that for too long"
and some other stuff.
One way would be to detect if blocks are arranged in a required pattern using procedures, but you would need to check for all rotation combinations. There is no built-in mechanism for that
Another way could be to track when and where blocks are placed, and recognize it as a base if enough blocks are placed in one area. Or to track where a player spends time and if they spend a lot of time in one area, count that as a base.