Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldorion committed Nov 1, 2023
1 parent 6c56b8b commit be8d12c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 12 additions & 0 deletions src/fabric-1.20.1/block.definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]

0 comments on commit be8d12c

Please sign in to comment.