Village Spawn

Started by teixemigue on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Village Spawn

Hi people,

 

Im trying to make a procedure to make players spawn in a village, up to now i have tried everything, global variables to detect if it is the first time a player is joining a world and stuff, but i dont seem to be able to teleport the player to a village. Minecraft has /locate village to get the coordinates problem is there is no way to make it output the coordinates to use for teleporting. Any of you know how to do this with custom code in mcreator? All tutorials are in forge framework and we all know mcreator works differently. 

I would really apreciate your time explaining me this.

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
actually, The base option…
Fri, 10/06/2023 - 23:05

actually, The base option for mods is forge, just the procedure system and easy user interface is what you see at first.  There is a button on the side bar that allows you to edit the code of something(possibly a procedure for what you want) if you know how to do it.