当前位置:首页 > MinecraftMOD > 正文

[1.12.2]矿石阶段 Ore Stages Mod

矿石阶段(Ore Stages)这款模组 GameStage 的附属MOD,它允许将世界上的方块(如矿石)放入游戏阶段。在玩家解锁该阶段之前这些方块会伪装成其他方块,其硬度、掉落物也会随之改变,且不允许玩家对其右键。

[1.12.2]矿石阶段 Ore Stages Mod  第1张

替换方法 (需要 CraftTweaker )

替换为原版石

mods.orestages.OreStages.addReplacement(String stage, IIngredient original);

此方法可用于将一个块替换为另一个块。

mods.orestages.OreStages.addReplacement(String stage, IIngredient original, IItemStack replacement);

此方法可用于通过指定确切的块 id 将一个块替换为另一个块。上述两种方法只适用于有物品的方块。

mods.orestages.OreStages.addReplacementById(String stage, String original, String replacement);

以下方法用于添加不使用默认行为的替换。这意味着如果没有玩家打破方块(水、爆炸、机器),方块就会像没有被隐藏一样打破。

mods.orestages.OreStages.addNonDefaultingReplacement(String stage, IIngredient original);

mods.orestages.OreStages.addNonDefaultingReplacement(String stage, IIngredient original, IItemStack replacement);

mods.orestages.OreStages.addNonDefaultingReplacementById(String stage, String original, String replacement);

模组前置

游戏阶段 (Game Stages)

CraftTweaker

 附件下载
 售价:0 土豆币
 附件1
矿石阶段 Ore Stages Mod
28.5K
MOD
蓝奏云
0
您需要 登录账户 后才能发表评论

发表评论