How to add new house type to village?

Started by Tsteve111 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to add new house type to village?
Mon, 05/23/2022 - 19:39 (edited)

How to make  spawn on village for mobs or structures?

 

Edited by Tsteve111 on Mon, 05/23/2022 - 19:39
Joined Apr 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This would be good to know,…
Tue, 05/24/2022 - 01:43

This would be good to know, as well as making new villager type mobs / professions. 

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mobs is very easy. Return…
Tue, 05/24/2022 - 05:03

Mobs is very easy. Return value does exist villager around

Structures you can try same way but probably won't work so you can add a mob to spawn a structure same way than above

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
some minor complications…
Tue, 05/31/2022 - 15:23

some minor complications include its hard to add new parts to existing randomly generated structures that are groups of smaller structures: villages, end cities, strongholds, woodland mansions, etc.

and custom coding the structure will require you to be good at programming in the code editor not the drag and drop

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oh and making new traders or…
Tue, 05/31/2022 - 15:26

oh and making new traders or villagers is not supported by MCreator