Started by
R0XG4MER
on
Topic category: Help with Minecraft modding (Java Edition)
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
from what I could understand you, there is a procedure block called Place Portal To Dimension YOUR_DIMENSION or something like that
i tried that but the procedure still doesnt show up in the Can make portal menu
what menu? you are trying to place a portal somewhere when something happens right?
no
im trying to add a procedure to only allow creating a portal with certain conditions
oh, well what is your condition, and remember to use Return blocks
its get scoreboard score for
and how exactly do i use return blocks in this case?
Return True inside If Condition
outside If Condition
Return False
it works!
thanks