How to make it so that the portal can be opened only in some dimension?

Started by Tenebris on

Topic category: Help with Minecraft modding (Java Edition)

Active 11 hours ago
Joined Mar 2023
Points:
269

User statistics:

  • Modifications: 1
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
How to make it so that the portal can be opened only in some dimension?

How to make it so that the portal can be opened only in some dimension?

Active 2 months ago
Joined Jul 2020
Points:
706

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 105
By using the "Can make…
Sat, 04/01/2023 - 18:01

By using the "Can make portal" test
return true for yes, return false for no.
Just remember that unless you code the whole thing manually, it will always make a portal make to the overworld