"can make portal" procedure, and custom dimension with vanilla settings

Started by R0XG4MER on

Topic category: Help with modding (Java Edition)

Last seen on 11:10, 25. Sep 2021
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"can make portal" procedure, and custom dimension with vanilla settings

im trying to make a custom dimension based on a vanilla dimension .json file and having a procedure limit who can open a portal to that dimension
if anyone knows how i can do either of those things please let me know
thanks in advance

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
from what I could understand…
Sun, 09/19/2021 - 16:21

from what I could understand you, there is a procedure block called Place Portal To Dimension YOUR_DIMENSION or something like that

Last seen on 11:10, 25. Sep 2021
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i tried that but the…
Sun, 09/19/2021 - 17:03

i tried that but the procedure still doesnt show up in the Can make portal menu

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what menu? you are trying to…
Sun, 09/19/2021 - 17:12

what menu? you are trying to place a portal somewhere when something happens right?

Last seen on 11:10, 25. Sep 2021
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
no im trying to add a…
Sun, 09/19/2021 - 17:23

no
im trying to add a procedure to only allow creating a portal with certain conditions

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oh, well what is your…
Sun, 09/19/2021 - 17:47

oh, well what is your condition, and remember to use Return blocks

Last seen on 11:10, 25. Sep 2021
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
its get scoreboard score for…
Mon, 09/20/2021 - 17:25

its get scoreboard score for
and how exactly do i use return blocks in this case?

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Return True inside If…
Mon, 09/20/2021 - 18:36

Return True inside If Condition

outside If Condition

Return False

Last seen on 11:10, 25. Sep 2021
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it works! thanks
Mon, 09/20/2021 - 18:45

it works!
thanks