[Request] Item to get out
GWSheridan opened this issue ยท 5 comments
Sorry, I'm not too sure I know what you mean, you wan't start in the nether and craft an item to get out? or you got stuck in the nether after adding the mod?
Making a pack an wanted to restrict the portal been used to get out the nether till late game. As the pack is based on nether survival. Been looking for a mod the would be able to do that. Thought I would ask if this could be added to this mod please
Same as #24 Works for me, with example config:
[options]
#Message that displays when Teleport is blocked
blockedmessage = "Please obtain a %item% to enter the %dim%"
#Prevents Death by Teleporting Player to Spawn if trying to enter an Ender Portal
preventdeath = true
#Description for the Advancements
description = "Obtain a %item%"
#Comma seperated list of Dimension Resource Names
dimresname = "minecraft:the_nether,minecraft:the_end,minecraft:overworld"
#Title for the Advancements
craftedmessage = "%dim% Unlocked!"
#Comma seperated list of items that when crafted unlock the corresponding dimension
craftitems = "minecraft:flint_and_steel,minecraft:ender_eye,minecraft:grass_block"
#Comma seperated list of Dimension Display Names
dimnames = "Nether,End,Overworld"