- Fixed the issue of lack of stonecutting related to tuff.
- Added stairs and slabs related to sandstones into tags of Fabric Convention Tags.
- Tweaked some translations: "quarter piece" is translated to 四半ブロック in Japanese, 橫條 in Legacy Chinese.
- Corrected the wrong tag name
mishanguc:concrete_fence_walls
,mishanguc:terracotta_fence_walls
andmishanguc:stained_terracotta_fence_walls
intomishanguc:concrete_walls
,mishanguc:terracotta_walls
andmishanguc:stained_terracotta_walls
. - Fixed the issue that loot tables are incorrect for some blocks like snow and clay.
- Fixed the issue that stripping blocks related to mangrove turn them into oak.
- Other code optimization.
- Updated to 1.21.
- Added sounds added by this mod into the registry.
- Added colored blocks to corresponding tags in Fabric Conventional Tags in Fabric API.
- Since 1.21, removed tuff stairs, tuff slab and tuff wall, as those blocks are formally added in Minecraft. If you open worlds created in former versions in 1.21, the mod will utilize DataFixer to convert in-mod tuff stairs (
extshape:tuff_stairs
), tuff slab (extshape:tuff_slab
) and tuff wall (extshape:tuff_wall
) into vanilla ones (minecraft:tuff_stairs
,minecraft:tuff_slab
andtuff_wall
). Items also have the same conversion. - Fixed the issue that texture of vertical slabs rotate along with blocks.
- Adjusted the sorting of some items in the Creative inventory. Some items that already exist in Building Blocks will not be displayed in Natural.
- Fixed the incorrect textures.
- While avoiding wooden wall recipes, recipes for copper wall and waxed copper walls are also avoided, to avoid conflict with the new version copper trapdoor.