Re-Dimension Stages will start downloading in 5 seconds...
STILL DOWNLOADING MANUALLY??
Join over 10 million players who use the CurseForge app!
Download App NowDescription
维度阶段重制版(Re-Dimension Stages)
这是模组Dimension Stages的非官方高版本重制版。
前置:Game Stages
通过CraftTweaker进行配置。
首先导包:
import mods.redimstages.ReDimensionStages;
设置进入暮色森林维度需要"twilightforest"阶段:
ReDimensionStages.restrict("twilightforest:twilight_forest", "twilightforest");
设置进入暮色森林维度需要"stage1"阶段和"stage2"阶段:
ReDimensionStages.restrict("twilightforest:twilight_forest", "stage1", "stage2");
更改拒绝进入维度信息:
ReDimensionStages.restrictWithMessage("twilightforest:twilight_forest", "Cannot go to twilight forest!", "twilightforest");
This is an unofficial version of mod Dimension Stages for higher MC version.
Dependency: Game Stages
Config through CraftTweaker
Firstly import the package:
import mods.redimstages.ReDimensionStages;
Go into twilightforest need stage "twilightforest":
ReDimensionStages.restrict("twilightforest:twilight_forest", "twilightforest");
Go into twilightforest need both stage "stage1" and stage "stage2":
ReDimensionStages.restrict("twilightforest:twilight_forest", "stage1", "stage2");
Modify the message when denying player from going into the dimension:
ReDimensionStages.restrictWithMessage("twilightforest:twilight_forest", "Cannot go to twilight forest!", "twilightforest");