Restricted Portals

Restricted Portals

2M Downloads

[Request] Item to get out

GWSheridan opened this issue ยท 5 comments

commented

Any chance could add config option to get out of the nether

commented

Would this be possible

commented

hmm probably is already possible with configs haven't tested yet

commented

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?

commented

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

commented

Same as #24 Works for me, with example config:
image

image

[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"