基础下界矿石(BasicNetherOres):修订间差异
小 (// Edit via Wikiplus) |
Teddyxlandlee(留言 | 贡献) 小 (→注释与外部链接: // Edit via Wikiplus) 标签:移动版编辑 移动版网页编辑 高级移动版编辑 |
||
| (未显示4个用户的7个中间版本) | |||
| 第1行: | 第1行: | ||
{{CSS|1= | {{CSS|1= | ||
:root { | :root { | ||
--theme-color: #a8cdff; | --theme-color: #a8cdff; | ||
| 第6行: | 第5行: | ||
--theme-topbar-img: url(//mcbbs.wiki/salt/nether/top_bg.png); | --theme-topbar-img: url(//mcbbs.wiki/salt/nether/top_bg.png); | ||
} | } | ||
}} | }} | ||
{{模组信息 | {{模组信息 | ||
| 第26行: | 第24行: | ||
'''基础下界矿石(BasicNetherOres)'''是一个为下界添加了基础矿物的简单模组。 | '''基础下界矿石(BasicNetherOres)'''是一个为下界添加了基础矿物的简单模组。 | ||
== 相关链接 == | |||
* [https://github.com/cScotPlay/BasicNetherOres GitHub] | |||
*[https://www.mcmod.cn/class/3247.html MCMOD] | |||
*[[tid:1136294|MCBBS]] | |||
== 你知道吗 == | == 你知道吗 == | ||
* 在此模组的1.12.2版本里,作者使用了类似于<code>OreDictionary.registerOre("ore" + block.getLocalizedName().substring(7, block.getLocalizedName().length() - 4), block);</code>的代码注册矿词,导致本地化工作者在将模组文本本地化后游戏崩溃。<ref>https://github.com/cScotPlay/BasicNetherOres/blob/master/src/main/java/cscot/basicnetherores/registries/OreDictionaryRegistry.java#L23</ref> | * 在此模组的1.12.2版本里,作者使用了类似于<code>OreDictionary.registerOre("ore" + block.getLocalizedName().substring(7, block.getLocalizedName().length() - 4), block);</code>的代码注册矿词,导致本地化工作者在将模组文本本地化后游戏崩溃。<ref>https://github.com/cScotPlay/BasicNetherOres/blob/master/src/main/java/cscot/basicnetherores/registries/OreDictionaryRegistry.java#L23</ref> | ||
* | * 有人使用了打表方法改动1.12.2分支版本代码使其不使用本地化获取方法注册矿词。<ref>https://github.com/cneicy/BasicNetherOres/blob/master/src/main/java/cscot/basicnetherores/registries/OreDictionaryRegistry.java#L7</ref> | ||
{{ | {{基础下界矿石}} | ||
{{ref}} | |||
2024年1月29日 (一) 12:08的最新版本
| 基础下界矿石 | ||
|---|---|---|
| 模组信息 | ||
| 名称 | 基础下界矿石 | |
| 模组ID | bno | |
| 英文名 | BasicNetherOres | |
| 别名 | BNO | |
| 作者 | cScotPlay | |
| 模组类型 | 非核心Mod | |
| 模组子类型 | 资源 | |
| 适用版本 | 1.12.2~1.19.x | |
| API需求 | Forge/Fabric | |
| 语言支持 | English | |
| 多人游戏兼容性 | 服务端也需要安装才兼容 | |
| 包含元素 | ||
矿物生成
| ||
基础下界矿石(BasicNetherOres)是一个为下界添加了基础矿物的简单模组。
