Skip to content

Commit

Permalink
[build] bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Jul 8, 2024
1 parent 5c77071 commit abca9eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Added:
- A different way to apply `CustomModelData` to an item, this addition avoids an error that isn't an error from appearing. `-1` means no custom model data will be applied!
- Our documentation will be updated with the new format sometime this weekend however you can keep using the old format.
- The old format `tripwire_hook#custom_model_data` will continue to work however consider this the deprecation notice.
- Try and make an effort to use the new format please, you can look in the `examples` folder to see some applications of the format.
### Changed:
- Updated how interaction with crates has been handled.

### Fixed:
- Prevents placeable blocks from being placed on blocks if a key like tripwire hook or candle.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

val buildNumber: String? = System.getenv("BUILD_NUMBER")

rootProject.version = if (buildNumber != null) "${libs.versions.minecraft.get()}-$buildNumber" else "3.4.7"
rootProject.version = if (buildNumber != null) "${libs.versions.minecraft.get()}-$buildNumber" else "3.4.8"

val isSnapshot = true

Expand Down

0 comments on commit abca9eb

Please sign in to comment.