一个新的前置核心模组,是很多模组(如循环 1.20.1)的前置。
添加的部分 Java 功能列表(更多内容请参阅 GitHub):
核心模组数据;
方块设置(BlockSettings):提示框、rotateColor、激活时点亮、facingAttachment;
物品栏包装器(Inventory Wrappers);
带有构建脚本的新模组模板;
世界生成地物构建器;
维度工具类;
配方用能量成分(EnergyIngredient);
配方用流体标签成分(FluidTagIngredient);
配方用随机输出成分(RandomizedOutputIngredient);
酿造配方;
许多杂项工具;
/flib 命令:可在配置文件 flib.toml 中禁用:
/flib tpx:跨维度传送;
/flib health add/set/random/factor:生命值操作;
/flib hunger add/set/random/factor:饥饿值操作;
/flib hearts add/set/random/factor:心数操作;
/flib gamemode @p 1:设置游戏模式;
/flib scoreboard random @p 4 9 OBJECTIVE:计分板随机值;
/flib attribute minecraft:reach_distance random @p 3 8:属性修改(如触及距离)。