Question about Structure Spawning (1.16.5) MCreator 2021.2 [RESOLVED]

Started by __SK__ on

Topic category: Help with modding (Java Edition)

Last seen on 05:54, 1. May 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Question about Structure Spawning (1.16.5) MCreator 2021.2 [RESOLVED]
Fri, 11/19/2021 - 15:36 (edited)

My initial plan is/was to create a bigger structure in one *.nbt file. This is the initial structure, which includes the dirt hill and about 6 blocks down with void blocks (just in case).

 It looks as it should ... but I did not add the water fall at the other side. It does not look bad (but the code changed somewhere).

And then in a different location it got slightly bad ...

 

Another random.location

Somewhere else.

Slightly bad, because the structure itself is stones, stairs, torches, bars, doors, and a few extra details (but no dirt or grass above ground level). And then I found this, looks to be between chunks ... if I am not mistaken.

I do understand that it happens randomly with some villages, but if possoble ... Is there someway to prevent this?

Thanks in advance.

Edited by __SK__ on Fri, 11/19/2021 - 15:36
Last seen on 15:35, 30. Apr 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
delay structure spawn 20…
Fri, 11/19/2021 - 05:46

delay structure spawn 20 ticks by adding a block spawner

Last seen on 05:54, 1. May 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Will do, thanks.
Fri, 11/19/2021 - 07:26

Will do, thanks.

Last seen on 01:38, 4. Dec 2021
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
wait how would you do this?…
Fri, 11/19/2021 - 08:12

wait how would you do this? i get this error too and dont know what a block spawner is

Last seen on 15:35, 30. Apr 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
plenty of tutorials on this…
Fri, 11/19/2021 - 14:12

plenty of tutorials on this just check around

Last seen on 05:54, 1. May 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The procedure >> Triggers >>…
Fri, 11/19/2021 - 15:18

The procedure >> Triggers >> Update Tick

This is an oversized test exceeding by far the structure block limitations (it will lag for a second, mx two, but it is a custom mountain). I am planning cities or mega structures, not sure yet.

Last seen on 15:35, 30. Apr 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
give spawner block invisible…
Fri, 11/19/2021 - 15:28

give spawner block invisible texture and make it 20 tickes instead of 5 maybe this will improve a bit

Last seen on 05:54, 1. May 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Appreciate you guidance.
Fri, 11/19/2021 - 15:34

Appreciate you guidance.

Last seen on 01:38, 4. Dec 2021
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How would I do this on world…
Fri, 11/19/2021 - 15:48

How would I do this on world generation though?

Last seen on 05:54, 1. May 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
As of today, I do not…
Fri, 11/19/2021 - 16:09

As of today, I do not understand world generation. This is my plan for custom biomes, and/or mega structures.

Last seen on 15:40, 10. May 2022
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to increase memory in mc…
Tue, 05/10/2022 - 15:20

How to increase memory in mc when checking mods ?

Last seen on 05:54, 1. May 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In Minecraft launcher …
Tue, 05/10/2022 - 18:15

In Minecraft launcher ... https://www.youtube.com/watch?v=rv_FZcB7i1E (this is one of many tutorials, not the only one)

 

In MCreator ... launch MCreator >> Preferences >> Gradle and Run >> Save