You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added the hammers to the #minecraft:pickaxes tag
8
-
- Hammer repair durability is now handled by a percentage based system instead of a flat amount
9
-
10
-
### Fixed
11
-
12
-
- Fixed a crashing issue on fabric due to poorly registered handlers [#38](https://github.com/nanite/JustHammers/issues/38)
13
-
- The config system will now auto repair itself if it is missing a value
14
-
- Actually call the blockdrops event on NeoForge
15
-
16
-
## [21.0.2]
3
+
## [21.1.0]
17
4
18
5
### Added
19
6
20
-
- Added a config option to disable the hammers durability from being shown in the tooltip [#22](https://github.com/nanite/JustHammers/issues/22)
21
-
- Added a custom recipe type to allow for repairing the item in your crafting grid with the same material as the hammer
22
-
23
-
### Changed
24
-
25
-
- You can now enchant hammers with all the same enchantments as pickaxes [#29](https://github.com/nanite/JustHammers/issues/29)
26
-
27
-
### Fixed
28
-
29
-
- Hammer cores acting as hammers [#37](https://github.com/nanite/JustHammers/issues/37)
30
-
- Hammers would apply one extra damage on break due to the hammer trying to break the same block twice [#36](https://github.com/nanite/JustHammers/issues/36)
31
-
- Hammers will no longer void blocks like dirt and sand but will break slower like in vanilla [#35](https://github.com/nanite/JustHammers/issues/35)
32
-
- Hammers now show in the hand correctly instead of looking like a normal item [#30](https://github.com/nanite/JustHammers/issues/30)
33
-
- Hammers will no longer crash the client if durability goes negative (somehow) [#34](https://github.com/nanite/JustHammers/issues/34)
34
-
35
-
## [21.0.1]
36
-
37
-
### Fixed
38
-
39
-
- Unable to craft hammers due to missing recipes
40
-
41
-
## [21.0.0]
42
-
43
-
### Changed
44
-
45
-
- Ported to 1.21
7
+
- Added a config to disable the no-breaking checks. This means, when enabled, hammers can break in the players inventory when their damage is depleted.
8
+
- Added a config option to disable the "fancy" durability in the tooltip as some other mods will already provide something similar.
46
9
47
10
### Fixed
48
11
49
-
- The hammers block outline would select fluids...
50
-
51
-
## [20.6.0]
52
-
53
-
### Changed
54
-
55
-
- Ported to 1.20.6
12
+
- XP not dropping for ores and other blocks that drop XP
13
+
- Sound being played for all breaking blocks which caused sound engine issues
0 commit comments