Skip to content

Commit

Permalink
update BucketLib mod to 1.18.2-0.5.3.9 to fix multiple bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
cech12 committed Jan 6, 2023
1 parent cc272e4 commit c82269d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/).

## [1.18.2-3.0.5.0] - 2023-01-06
### Changed
- Update BucketLib mod to 1.18.2-0.5.3.9 to fix multiple bugs

### Added
- Added Portuguese Translation (thanks to alofh) #65

## [1.18.2-3.0.4.0] - 2022-05-15
### Changed
- Update to Forge 1.18.2-40.0.18
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false

mod_id=ceramicbucket
mod_version=3.0.4.0
mod_version=3.0.5.0
minecraft_version=1.18.2
forge_version=40.0.18

#Bucket Lib
bucketlib_version=1.18.2-0.5.3.2
bucketlib_version=1.18.2-0.5.3.9
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ license="The MIT License (MIT)"
[[dependencies.ceramicbucket]]
modId="bucketlib"
mandatory=true
versionRange="[1.18.2-0.5.3.2,)"
versionRange="[1.18.2-0.5.3.9,)"
ordering="NONE"
side="BOTH"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"conditions": {
"items": [
{
"item": "minecraft:clay_ball"
"items": [
"minecraft:clay_ball"
]
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"conditions": {
"items": [
{
"item": "minecraft:clay_ball"
"items": [
"minecraft:clay_ball"
]
}
]
}
Expand Down

0 comments on commit c82269d

Please sign in to comment.