维度阶段重制版(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");
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.20.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on CurseForge — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.
Re-Dimension Stages is a free Minecraft Java mod. Compatible with Minecraft 1.20.1. Downloaded 693,505 times (via CurseForge). Download it and open it directly in the game.