Skip to content

Commit

Permalink
fix: #18
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Dec 31, 2023
1 parent 16d5a05 commit 3733b44
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ classes/
*.launch

.DS_Store

.architectury-transformer/
16 changes: 2 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
# Just Hammers Changelog

## [2.0.2]

### Added

- A nice new tooltip to show the durability of the hammer.
- You can now shift to negate the hammer's ability to break blocks in the AOE (Area of Effect).

### Changed

- All hammers above the basic 3x3x1 (Not requiring netherite) now have at least the durability of the netherite pickaxe.
- This is a pretty major bump in durability for the hammers, but it's a lot more fun to use them now.
## [2.0.3]

### Fixed

- Hammers no longer break! This was intended from the start but this actually works now. If your hammer is about to break, it will stop being able to mine until it's repaired using an anvil.
- Hammers no longer do weird things when looking at specific angles. Thanks to [#14](https://github.com/ErrorMikey/JustHammers/issues/14) [@danielhoyosceldran](https://github.com/danielhoyosceldran)
- Hammers work again in creative mode when on Fabric [#16](https://github.com/ErrorMikey/JustHammers/issues/16) [@prshs70](https://github.com/prshs70)
- Assets being borked on forge
2 changes: 2 additions & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ repositories {
}
}

sourceSets.main.resources.srcDirs += file('src/generated/resources')

loom {
accessWidenerPath = project(":common").loom.accessWidenerPath

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ minecraft_version=1.20.1
enabled_platforms=fabric,forge

archives_base_name=justhammers
mod_version=2.0.2
mod_version=2.0.3
maven_group=pro.mikey.mods

architectury_version=9.1.12
Expand Down

0 comments on commit 3733b44

Please sign in to comment.