Structure dimension

Started by Roman_Rayman on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Structure dimension

Is it possible to create a dimension with only one structure?

Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use main filler block/air…
Tue, 10/27/2020 - 14:21

Use main filler block/air secondary filler block/air and biome block/air and use WHEN PLAYER ENTER DIMENSION

if not global var DIMENSION_DID_INIT://default:false

         PLACE STRUCTURE AT (player pos+adjustment)

set global var DIMENSION_DID_INIT to true

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can you put this in 2021.3…
Sat, 02/05/2022 - 00:49

can you put this in 2021.3 code blocks?