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

Started by R0XG4MER on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Sep 2021
Points:
539

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
"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

Active 1 year ago
Joined Oct 2020
Points:
1621

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
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

Active 3 years ago
Joined Sep 2021
Points:
539

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
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

Active 1 year ago
Joined Oct 2020
Points:
1621

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
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?

Active 3 years ago
Joined Sep 2021
Points:
539

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
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

Active 1 year ago
Joined Oct 2020
Points:
1621

User statistics:

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

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

Active 3 years ago
Joined Sep 2021
Points:
539

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
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?

Active 1 year ago
Joined Oct 2020
Points:
1621

User statistics:

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

Return True inside If Condition

outside If Condition

Return False

Active 3 years ago
Joined Sep 2021
Points:
539

User statistics:

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

it works!
thanks