The Vanilla Experience (Mod) (Forge)

The Vanilla Experience (Mod) (Forge)

118k Downloads

Configurable Village Spawn

Closed this issue ยท 1 comments

commented

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).

commented

Added in the latest version of Village Spawn Point. Thanks again for the idea!