
Configurable Village Spawn
Closed this issue ยท 1 comments
Information
Minecraft version: 1.21.1
Modloader: Fabric
Mod name: Collective
Configurable Village spawn
The modpack we are working on, would require spawning players in a vanilla village, while third party villages (such as CTOV) are also present.
Currently the tag for village location is hardcoded into Collective.
String rawOutput = CommandFunctions.getRawCommandOutput(serverLevel, Vec3.atBottomCenterOf(nearPos), "/locate structure
#minecraft:village");
Please make this tag configurable. Or just create your own tag (that contains "#minecraft:village" by default).