10 lines
877 B
Text
10 lines
877 B
Text
import mods.redimstages.ReDimensionStages;
|
|
|
|
// Abydos - classic stargate
|
|
ReDimensionStages.restrictWithMessage("sgjourney:abydos", "Sorry, you can't go here yet. Maybe make the Classic Stargate first?", "one");
|
|
// Nether, End, Lantea - milky way stargate
|
|
ReDimensionStages.restrictWithMessage("minecraft:the_nether", "Sorry, you can't go here yet. Maybe make the Milky Way Stargate first?", "two");
|
|
ReDimensionStages.restrictWithMessage("minecraft:the_end", "Sorry, you can't go here yet. Maybe make the Milky Way Stargate first?", "two");
|
|
ReDimensionStages.restrictWithMessage("sgjourney:lantea", "Sorry, you can't go here yet. Maybe make the Milky Way Stargate first?", "two");
|
|
// Chulak - pegasus stargate
|
|
ReDimensionStages.restrictWithMessage("sgjourney:chulak", "Sorry, you can't go to your home dimension yet. Maybe make the Pegasus Stargate first?", "three");
|