Bonus Chest like structure

Started by ArmadilloMikeYT on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Bonus Chest like structure

Hey there I was wondering if you could make a structure that spawn in the vicinity of spawn and never again in the world. If this requires custom coding I am fine with that. Would it also be doable ro make it spawn in a custom radius like 20x20 or 5x5.

You could use global world…
Thu, 12/19/2024 - 14:58

You could use global world variable to store if it was placed once and if it was, break other instances on random tick.

Or may dummy entity placer and set variable on spawn and use spawn condition that variable (logic) type is not set yet and then make the entity place block and remove itself on its first tick