- Adjusted the direction of vertical stairs, vertical slab, quarter piece, vertical quarter piece when placed. Now it depends on the position that the cross-hair aims instead of player facing.
- (Only Fabric) Fixed the grammatical error in the mod description and incorrect link.
- (Only Fabric) Fixed the issue of texture direction of glazed terracotta slabs.
- (Only Fabric) Adjusted the fuel burn time of wooden wall to be same as wooden planks.
- Adjusted some language files.
- You may configure which conflicting recipes to allow.
- (Only Forge) Fixed the issue that you cannot shear woolen blocks with shears.
- Optimized the configuration screen of the mod.
- Chiseled sandstone, chiseled red sandstone, chiseled quartz, cut sandstone, cut red sandstone cannot be used to craft stairs and slab, in order to avoid conflict with vanilla crafting recipe.
- Wooden walls are no longer allowed to craft, to avoid conflict with vanilla crafting recipe.
- Fixed the recipe conflict of fence and fence gate of snow block and clay block to walls.
- Added
/extshape:check-conflict
command to test conflict between recipes.
If you did not found the mod for 1.19 here, you may find in "1.5.1-build.2".
- (For Minecraft 1.19) Added shapes for mangrove planks, packed mud, and mud bricks.
- (For Minecraft 1.19) Altered the
zh-cn
translation for "Brick", as vanilla Minecraft does. - Fixed the incorrect method of
HorizontalCornerDirection.random
. - Recursive stonecutting is allowed now. For example, a stone can be cut into multiple shapes of chiseled stone bricks.
- Adjusted the recipe of snow slab, avoiding conflict to the recipe of snow.
For Minecraft 1.18 please install mod for MC 1.18.1; for 1.16.2-1.16.4 please install mod for MC 1.16.5 (withou Mod Menu mod); mod for MC 1.17.1 is not compatible with 1.17.
The update does not seem obvious, but code is changed from head to toe, actually. Mod is tested repetitively to ensure the stability, and published only rounds of debugs and modifications. This version is developed at the same time with BRRP, so the developing process can find out BRRP-related issues as well.
- Since this version, the mod relies on BRRP (Better Runtime Resource Pack). As BRRP nests ARRP, it's not required to install ARRP anymore.
- Optimized code massively, and unnecessary codes are removed.
- Blocks base on pumpkin, melon, moss, shroomlight, nether wart block, warped wart block can be composted.
- Re-added nether wart walls and crimson wart walls, and added walls made from wool and moss.
- Added more tags:
- Now more blocks based on gold block and raw gold block are loved by piglins (item tag
#piglin_loved
). - If the whole top face of a grass block is covered by a snow stairs or snow slab, the grass block will display snowy (block tag
#extshape:snow
). - Mining blocks based on gold block, raw gold block and gilded blackstone irritates piglins (block tag
#piglin_guarded
). - Dripleaves can be placed on blocks of moss and clay (block tag
#small_dripleaf_placeable_on
). - Wool blocks, like vanilla wools, can be sheared quickly (block tag
#fabric:mineable/shears
). - Re-added walls of non-stone blocks, which cannot be harvested quickly by pickaxes. Although
#minecraft:mineable/pickaxes
directly contains#minecraft:walls
, this mod lets blocks of#extshape:pickaxe_unmineable
no possible to be harvested quickly by pickaxes.
- Now more blocks based on gold block and raw gold block are loved by piglins (item tag
- Added a corresponding unlocking advancement for recipes. When obtaining some ingredients, the advancement is triggered and the recipe is unlocked.
- Added configuration screen, to config whether to add items into vanilla item groups, and whether to add extra item groups for this block. Besides, the mod adds the feature of manually re-generate and dump runtime resource packs.
- Fixed some issues in language files, and refined some wording.
- Added blocks in other all shapes for waxed copper blocks of all oxidation level and raw ore blocks.
- Fixed the conflict in the recipe of moss pressure plate and moss carpet. Like wool blocks, a moss pressure plate is now crafted from a moss carpet.
- The license is widened to LGPL 3.0 to fix copyright incompatibility with Minecraft.
- As there is no conflicts in recipes, melon buttons can be crafted with a melon block now.
- Metal blocks (such as netherite blocks and ancient debris) can be stonecut now.
- Adjusted arrangement of items in Creative Mode item groups.
-Replaced traditional resource packs and data packs with ARRP (Advanced Runtime Resource Pack). File size of the mod has been largely reduced, but since this version, the mod depends on ARRP to run. Make sure you have ARRP mod installed.
- Fixed the conflict in recipes of melon buttons and pumpkin buttons. Recipes of the two are removed.
- Fixed the issue that pressure plates uses the same model whether pressed down.
- Fixed the issue that water logged in blocks does not flow when there is a block update.
- Removed nether wart wall and warped wart wall.
- Added more blocks, main buttons.
- Fixed the issue that, in constructor of BlocksBuilder with
null
parameters, objecteds are created unexpectedly, which may cause some buttons and pressure plates to crash. - Fixed the potential recipe conflict of block of iron, gold, diamond, emerald and lapis. These blocks still exist, but can no longer be crafted.
- Slightly adjusted item groups.
- Fixed the issue that some stone blocks cannot be cut in stone-cutters.
This update is for version only 1.17 and above. Versions for older versions will come later.
- Added co-working with Reasonable Sorting mod (versions above 1.13).
- Fixed the conflict between wool pressure plate and wool carpet. Wool pressure plates are crafted from a carpet in the same color now.
- Adjust some code.
- Added different shapes for dripstone, honeycomb block, moss block, etc.
Whether it is compatible with 1.18 snapshots is not confirmed yet. However, this mod does not refuse to load in 1.18 snapshots.
- 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!
- 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.