File Details
extshape-fabric-3.1.5+mc26.2.jar
- R
- Jun 23, 2026
- 7.44 MB
- 3
- 26.2
- Fabric
File Name
extshape-fabric-3.1.5+mc26.2.jar
Supported Versions
- 26.2
Curse Maven Snippet
- Now in the development environment, block tags are verified more. Block Tags related to block harvesting (
#mineable/*,#needs_*_tool,#incorrect_for_*_tool, and#shears_*_breaking_speedintroduced in 26.2), those existing in base blocks must exist in variants block, and those not existing in base blocks must not exist in variants block, otherwise errors are thrown. Meanwhile, the following changes are applied to block tags:- Fixed the issue that blocks of waxed copper block of any oxidization level do not have
#needs_stone_tooltag. - Fixed the issue that pumpkins and melons blocks do not have
#sword_efficienttag.
- Fixed the issue that blocks of waxed copper block of any oxidization level do not have
- Now in the development environment, item tags will be varified. As vanilla
#pressure_platesand#stone_pressure_platesonly provide block tags, not item tags, the mod now uses block and item tags#extshape:pressure_platesand#extshape:stone_pressure_plates, and the block tags#extshape:pressure_platesand#extshape:stone_pressure_plateswill be treated as the aliases of vanilla block tags#pressure_platesand#extshape:stone_pressure_plates. Meanwhile, the following changes are made on item tags:- Fixed the issue that
#pressure_platesitem tag does not contain#wooden_pressure_platesand#stone_pressure_plates(now item tags do not use#pressure_platesand#stone_pressure_plateswhich does not exist in vanilla). - Added more stone blocks' pressure plates and buttons to
#extshape:stone_pressure_platesand#minecraft:stone_buttonsblock and item tags.
- Fixed the issue that
- Now in the development environment, stonecutting recipes are verified. If a base block can be cut into some shape variants of some base block (which can be the same or another), while cannot be cut into other shapes (only limited to construction shapes and walls), errors will be thrown. For instance, if A can be cut into stairs and slab of B (A and B can be a same base block), but cannot be cut into a vertical slab of B, an error will be thrown. Besides, as stonecutting is limited to construction shapes and walls, if some block can be cut into other shapes (such as button, pressure plate), an error will be thrown as well. Meanwhile, the following changes are applied to stonecutting recipes.
- Synchronizing the changes of Minecraft 26.1, now stone can be cut into blocks related to cobblestone, and deepslate can be cut into blocks related to cobbled deepslate, polished deepslate, deepslate bricks and deepslate tiles.
- Now the tag removal feature of Fabric API introduced in 0.150.1 will be used, removing non-pickaxe-mineable walls (such as wooden walls and woolen walls) and non-axe-mineable fence gates (such as stone fence gates) directly from
#mineable/pickaxeand#mineable/axeblock tags; these blocks no longer have those tags. - In versions 26.2 and above, the sulfur cube archetype of petrified oak planks and smooth stone double slab are
slow_bouncy. - Added stonecutting recipes for blocks of sulfur and cinnabar.