Releases: SolidBlock-cn/extshape
v1.5.2 for Forge
v1.5.2-forge 再一次更新 README.md 和 UpdateLog.md
v1.5.2 for Fabric
- 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.
v1.5.1
- (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.
v1.5.0 - Since this version relies on BRRP
这次更新表面上看上去不是很明显,但实际上代码几乎从头到尾都被改了。模组进行过多轮的测试,以确保能够稳定运行,经过反复调试与修改才发布。该版本是与 BRRP 同时开发的,开发过程中也可以一并排查 BRRP 模组中的问题。
- 自从该版本,模组将依赖 BRRP(更好的运行时资源包)才能运行。由于 BRRP 内嵌了 ARRP 功能,因此您可以不再安装 ARRP 模组。
- 大幅度优化代码,删除了不必要的代码内容。
- 南瓜、西瓜、苔藓、菌光体、下界疣块、诡异疣块制成的方块可以在堆肥桶中堆肥。
- 重新加入了下界疣墙和诡异疣墙,并加入了羊毛、苔藓块等制成的墙。
- 加入了更多标签:
- 现在,所有基于金块和粗金块的方块都会被猪灵喜欢(物品标签
#piglin_loved
)。 - 雪楼梯、雪台阶放置在草方块时,如果把整个草方块覆盖住,草方块会显示为覆雪的格式(方块标签
#extshape:snow
)。 - 破坏由金块、粗金块或镶金黑石制成的方块时,猪灵会被激怒(方块标签
#piglin_guarded
)。 - 垂滴叶可以放置在苔藓和黏土制成的方块上(方块标签
#small_dripleaf_placeable_on
)。 - 羊毛制品现在可以像羊毛一样用剪刀更快破坏了(方块标签
#fabric:mineable/shears
)。 - 重新加入了非石质方块的墙,且不能由石镐更快地破坏。尽管
#minecraft:mineable/pickaxes
直接包含了#minecraft:walls
,但是本模组让#extshape:pickaxe_unmineable
的方块不再能被镐更快破坏。
- 现在,所有基于金块和粗金块的方块都会被猪灵喜欢(物品标签
- 为配方加入了对应的解锁进度,当获得配方原料时,进度会被触发,从而解锁该配方。
- 加入了配置界面。可以配置是否将物品加入原版物品组,以及是否加入本模组专用的物品组。此外,还加入了手动重新生成和导出运行时资源包内容的功能。
- 修正语言文件中的一些错误,优化了语言文件中的一些表述。
- 为各类锈蚀程度的涂蜡铜块、黏土块和粗矿石方块添加其他所有形状的方块。
- 修复苔藓压力板与苔藓地毯配方冲突的问题,参照羊毛的做法,改为配方与压力板相互合成。
- 为解决与 Minecraft 版权协议不兼容的问题,版权协议调整为 LGPL 3.0。
- 由于合成表并无冲突,西瓜按钮现在可以使用一个西瓜方块合成了。
- 现在,金属制的方块(如下界合金块、远古残骸)也可以被切石了。
- 调整了创造模式物品组中的物品排列。
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.
v1.4.0
-
使用 ARRP(高级运行时资源包)取代了传统的资源包和数据包文件。模组文件可以大幅度减小,但是自从该版本,模组将依赖 ARRP 才能运行。请确保同时安装了 ARRP 模组。
-
修复西瓜按钮和南瓜按钮合成配方冲突的问题,因此移除了这两个方块的合成表。
-
修复压力板在按压与未按压时使用相同模型的问题。
-
修复含水方块在附近有方块更新时水不流动的问题。
-
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.
v1.3.1
-
删除了下界疣墙、诡异疣墙。
-
添加了更多方块,主要是按钮。
-
修复了 BlocksBuilder 的构造函数中,参数若为
null
仍会创建对应对象的问题(可能导致部分压力板或按钮有崩溃风险)的问题。 -
修复了铁、金、钻石、绿宝石、青金石块可能存在的与合成表冲突的问题。这些方块仍然存在,但是不再能够合成。
-
稍微调整了物品分组。
-
修复了部分石质方块无法用切石机切石的问题。
-
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.
v1.3.0
本次更新仅限 Minecraft 1.17 以上版本。用于旧版本的模组更新将会稍后发布。
- 加入了与合理排序(Reasonable Sorting)模组(仅限1.3以上)的联动。
- 修复了羊毛压力板与地毯合成表冲突的问题。羊毛压力板的合成方式改为由对应的地毯合成。
- 调整了一些代码。
- 修改了一些方块名称,例如“平滑石英块纵台阶”改为“平滑石英纵台阶”。
- 增加了滴水石、蜜脾块、苔藓块等方块的不同形状。
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.
v1.2.6
此更新仅限 1.17 以上版本。
This update is for version only 1.17 and above.
- 添加了平滑玄武岩的多种形状。
- Added multiple shapes for smooth basalt.
- 开始支持 1.18 的快照版本。
- Started supporting 1.18 snapshot versions.
- 调整了模组介绍。
- Tweaked mod description.
1.2.5
- 修复了垂直台阶底部部分材质不渲染的问题。
- Fixed the issue of missing rendering at the bottom of vertical stairs blocks.
- 对于 1.16 版本:移除不必要的标签,并修复挖掘等级问题。
- For 1.16 versions: Removed unnecessary tags and fixed mining level issue.
- 请注意:1.16 版本的语言文件仍会存有未来版本的语言文件。
- Note: For 1.16 versions, language files for future versions are still stored.
**请注意:1.16.x的版本是在 1.16.5 进行测试的,理论上也兼容相近版本,包括快照版(但不推荐)。如果发现一些存在于 1.16 或 1.16.1 等版本但不存在于 1.16.5 的漏洞,请告诉我!
Note: This version for 1.16.x 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!**
v1.2.4: Update to 1.2.4
- 移除了木板墙和粘土墙。
- Removed plank wall and clay wall.