Releases: SolidBlock-cn/extshape
Releases · SolidBlock-cn/extshape
v2.0.1+for_blockus_2.6.7
Fixed the compatibility with Blockus 2.6.7.
v2.0.0-beta.2+for_1.20-pre4
适应 1.20
v2.0.0-beta.1+for_1.20-pre1
修复错误的模型
v2.0.0
- Adapted to new version of Better Runtime Resource Packs.
- Fixed the issue that some bedrock blocks occupy the empty loot table.
- The permission level of
/extshape:check-conflict
has been adjusted to 4. - Fixed the issue that Blockus white oaks cannot be stripped with axe.
v1.9.0
- Added Korean translation, contributed by PR#25。
- Adapted to Blockus mod.
- Fixed the issue that amethyst blocks do not play sound effects when hit by projectile.
- Added the localized mod name in Mod Menu mod.
- Adjusted tags related to pressure plates and buttons.
- Fixed the issue that blocks of coal blocks cannot be fuels in the furnace.
- Fences, fence gates, buttons and pressure plates can also have special features now, such as reaction when hit by projectiles.
- Added all shapes for sculk blocks.
- Modified the sound of fence gate open and close of amethyst, which is the same as break sound.
- Optimized some contents related to RecipeGroup to be more extendable.
- Fixed the wrong number of vertical quarter pieces crafted from vertical slab.
- Fixed the issue that block rotation recipe content does not match their names.
- Fixed the issue of duplicated writing of resource packs.
v1.9.0-beta.1
- Added Korean translation, contributed by PR#25。
- Adapted to Blockus mod.
- Fixed the issue that amethyst blocks do not play sound effects when hit by projectile.
- Added the localized mod name in Mod Menu mod.
- Adjusted tags related to pressure plates and buttons.
- Fixed the issue that blocks of coal blocks cannot be fuels in the furnace.
- Fences, fence gates, buttons and pressure plates can also have special features now, such as reaction when hit by projectiles.
- Added all shapes for sculk blocks.
- Modified the sound of fence gate open and close of amethyst, which is the same as break sound.
v1.8.0
-
大幅度调整代码结构,提高可扩展性。
- 添加了
BlocksBuilderFactory
类,以允许不同模组添加自己的方块。同时,确保ExtShapeBlocks.BLOCKS
和ExtShapeBlocks.BASE_BLOCKS
只包含此模组的方块。 - 添加了
TagPreparationFactory
类,以允许不同模组使用本模组的类来添加标签,并减少与已有内容的冲突。 - 将关于不同方块形状之间的数据生成的代码单独放到
CrossShapeDataGeneration
中,并提高代码可读性。
- 添加了
-
修复带釉陶瓦台阶的默认方块状态的方向未被成功设置的问题。
-
现在
#extshape:log_blocks
也属于方块标签#extshape:wooden_blocks
中了。 -
优化了在 1.19.3 中添加物品的逻辑,使之更加高效。
-
修复
/extshape:config
不生效的问题。 -
Adjusted the code structure and improved extension behaviour.
- Added
BlocksBuilderFactory
class, to allow different mods to add their blocks. Also, made sureExtShapeBlocks.BLOCKS
andExtShapeBlocks.BASE_BLOCKS
contains only blocks in this mod. - Added
TagPreparationFactory
class, to allow different mods to add tags with classes of this mod, and reduce conflicts to existing content. - Split the code about generating data between different block shapes to
CrossShapeDataGeneration
and improved the readability.
- Added
-
Fixed the issue that the direction of the default block state of glazed terracotta slab is not successfully set.
-
Now
#extshape:log_blocks
belongs to block tag#extshape:wooden_blocks
. -
Optimized the logic of adding items in 1.19.3 to be more efficient.
-
Fixed the issue that
/extshape:config
has no effect.
v1.7.2
- Added the name of translations in some languages.
- For 1.19.3, added extended shapes for bamboo block, stripped bamboo block, bamboo planks, and bamboo mosaic, which require Update 1.20 datapack.
- The blocks are flammable and can be used as fuels.
- In order to avoid recipe conflict, bamboo blocks and stripped bamboo blocks cannot be crafted into buttons.
- In block tags, log and wood blocks belong to wooden blocks now. Wood fences and bamboo fences are considered as wooden fences and can be connected with vanilla wooden plank fences.
- For 1.19.3, no longer interact with Reasonable Sorting mod.
- For 1.19.3, as not supported yet, disabled "Display Specific Groups" button.
v1.7.1
- Adapted to new version Reasonable Sorting mod.
- Fixed the issue that blocks and items are not registered according to their shapes.
- Fixed some translations.
v1.6.0
- 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.