diff --git a/changelog.md b/changelog.md index df836a53..bbceccd6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # Changelogs: ## 1.9.10 +* [Bugfix #410] Hardness and harvest level did not correspond * [Bugfix #463] Custom waterlogged blocks did not compile * [Bugfix #464] Using some custom elements caused build errors * [Bugfix #465] Global triggers were not updated to the new format causing build errors diff --git a/src/fabric-1.20.1/block.definition.yaml b/src/fabric-1.20.1/block.definition.yaml index 7e0445a8..7af65416 100644 --- a/src/fabric-1.20.1/block.definition.yaml +++ b/src/fabric-1.20.1/block.definition.yaml @@ -434,6 +434,18 @@ global_templates: writer: json variables: level=7 name: "@RESROOT/data/fabric/tags/blocks/needs_tool_level_7.json" + - template: block/mineable_level_tag.json.ftl + writer: json + variables: level=8 + name: "@RESROOT/data/fabric/tags/blocks/needs_tool_level_8.json" + - template: block/mineable_level_tag.json.ftl + writer: json + variables: level=9 + name: "@RESROOT/data/fabric/tags/blocks/needs_tool_level_9.json" + - template: block/mineable_level_tag.json.ftl + writer: json + variables: level=10 + name: "@RESROOT/data/fabric/tags/blocks/needs_tool_level_10.json" field_exclusions: [ displayFluidOverlay, plantsGrowOn, beaconColorModifier, isLadder, enchantPowerBonus, aiPathNodeType, hasEnergyStorage, isFluidTank, energyInitial, energyCapacity, energyMaxReceive, energyMaxExtract, fluidCapacity, fluidRestrictions, canRedstoneConnect ] \ No newline at end of file