How to make a mob spawn in a village

Started by ModManOnCurseForge on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a mob spawn in a village

I want to add a new villager proffesion but i dont know how to make him spawn in a village with the rest of the villagers, also how would i add a custom villager house into said vanilla villages?

Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
 Villagers do not spawn with…
Tue, 10/08/2024 - 13:59
  1.  Villagers do not spawn with their professions, they choose them after spawning from the profession blocks available so you would have to add a new structure to  a village
  2. In order to add a new structure to a village you'll have to learn and understand how village structures are made
    1. Learn what information needs to be in  the jigsaw block to connect your structure to the village
    2. Be able to navigate your mod files and create new ones outside of MCreator or in MCreators file browser
  3. In order to add a structure to a vanilla village, you will need to place that structure in a minecraft folder that resembles or replicated the standard folder
    1. MCreators File Browser
      1. Mod Name > Resources > Data > Create a new folder named* "minecraft" if one is not present
      2. In this minecraft folder, you will need to create an additional folder called "structures" then create the following folder trees afterwords
        1. village > village type
          1. common
          2. decays
          3. desert
          4. plains
          5. savanna
          6. snowy
          7. taiga
        2. after you created one of those folders, add another folder for your structure with one of these names based on the structure type
          1. houses - This is all the buildings/houses in a village
          2. streets
          3. town_centers
          4. zombie - This is a subdirectory for  zombie villages, only  use this if you are adding to a zombie village
        3. once you have your directory tree set up it should look like this in MCreators file browser
          1. Mod Name > resources > data > minecraft > structures > village > plains > houses
          2. You will place your structure in that houses folder if your structure is a house.
Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
...my brain just died. Im to…
Wed, 10/09/2024 - 17:41

...my brain just died. Im to stupid to understand this all XD