This update is for version only 1.17 and above.
- Added multiple shapes for smooth basalt.
- Started supporting 1.18 snapshot versions.
- Tweaked mod description.
**Note: This mod is designed for 1.17 but in theory it should be compatible with versions above 1.17. **
- Fixed the issue of missing rendering at the bottom of vertical stairs blocks.
- For 1.16 versions: Removed unnecessary tags and fixed mining level issue.
- Note: For 1.16 versions, language files for future versions are still stored.
Note: This version is tested fine for 1.16.5, and should be compatible with nearby versions in theory, including snapshots (however not recommended). If you find any bugs that exist for 1.16, 1.16.1 etc. but do not exist for 1.16.5, feel free to inform me!
- Fixed the issue of missing rendering at the bottom of vertical stairs blocks.
- Removed plank wall and clay wall.
This is the mod for Minecraft 1.16.x. Not stable.
- Starting backwards compatibility (will release later qwq).
- Fixed the issue that you cannot craft a smooth stone slab with double stone slabs block in this mod.
- Fixed the issue that some blocks have no vertical slabs, and that errors are thrown when loading data-packs.
- Fixed the issue that codes in Mineable class are run. Codes in some other block tags will also be run only in data generation process, instead of in an ordinary game environment.
- Referring to vanilla Minecraft, added some block tags, and added item tags.
- 改善了日志系统。
- Improved logging system.
- 修复了与 OptiFine 不兼容的问题。
- Fixed the issue of incompatibility with OptiFine.
- 问题详情:在启用了 OptiFine 的情况下,类似于
new Identifier("#minecraft:banners")
这样的操作不会抛出InvalidIdentifierException
,导致代码无法正确运行。 - Issue details: When OptiFine is on, operations like
new Identifier("#minecraft:banners")
do not throwInvalidIdentiferException
, causing code abnormal behavior.
- 问题详情:在启用了 OptiFine 的情况下,类似于
- 修复了 ButtonMixin 仅在客户端执行的问题。
- Fixed the issue that ButtonMixin is only run on client side.
- 现在 ExtShapeTag 类继承了 AbstractCollection,而不再是仅仅实现 Iterable 接口。
- Now ExtShapeTag class extends AbstractCollection, instead of merely implements Iterable interface.
- 移除了部分不再使用的代码。
- Removed some code not used anymore.
- 修复了纵条和纵楼梯在水中放置时默认不含水的问题。(注:栅栏门、按钮和压力板不能含水这是由 Minecraft 原版决定的,模组暂时无法修改。)
- Fixed the issue that vertical quarter pieces and vertical stairs are not waterlogged when placed in water. (Note: Fence gates, buttons and pressure plates are not water-loggable because of vanilla Minecraft code, which is not modifiable by the mod.)
- 修复“其他”物品组以海晶石作为图标但海晶石不在该物品组的问题。
- Fixed the issue that "Others" item group uses prismarine block as icon, while prismarine block is not in this item group.