Fixed the failure to launch on Forge dedicated server.
- 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.