Skip to content

Commit

Permalink
Bump to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Jan 27, 2025
1 parent 4a5322b commit ee92a4b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 33 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ rootProject.group = "com.badbones69.crazycrates"

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

rootProject.version = if (buildNumber != null) "${libs.versions.minecraft.get()}-$buildNumber" else "4.5.1"
rootProject.version = if (buildNumber != null) "${libs.versions.minecraft.get()}-$buildNumber" else "4.6.0"
26 changes: 3 additions & 23 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
- Fixed an issue with Glowing:true/false again which caused items to show up as red terracotta
- Added a new way to define color/rgb for things like potions, leather_armor etc which should fix the `potion#10040:229,164,229` issue trying to stack model data and color/rgb
```yml
"8":
# The name of the item to display in the gui.
DisplayName: "<red>Red Potion"
# The item to display in the gui.
DisplayItem: "potion"
# Prize display preview settings
Settings:
# The custom model data of the item, -1 is disabled.
Custom-Model-Data: -1
# The rgb used for the potion.
RGB: '229,164,229'
# Color: RED
# The amount to display in the gui.
DisplayAmount: 1
# The lower the number, the less likely to win it.
Weight: 15.0
# The list of items to win.
Items:
- "Item:potion, RGB:229,164,229" # Color:RED
```
- Added `-s` as an option for /crazycrates give|give-random|giveall
- Slight performance increase when checking physical keys
- `fusion.yml` rather than `config.yml` defines what custom items plugin to use now.
18 changes: 9 additions & 9 deletions paper/src/main/resources/paper-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ folia-supported: true
dependencies:
server:
DecentHolograms:
load: BEFORE
required: false
join-classpath: true
load: BEFORE
required: false
join-classpath: true
FancyHolograms:
load: BEFORE
required: false
Expand All @@ -23,17 +23,17 @@ dependencies:
required: false
join-classpath: true
PlaceholderAPI:
load: BEFORE
required: false
join-classpath: true
load: BEFORE
required: false
join-classpath: true
ItemsAdder:
load: BEFORE
required: false
join-classpath: true
Oraxen:
load: BEFORE
required: false
join-classpath: true
load: BEFORE
required: false
join-classpath: true
Nexo:
load: BEFORE
required: false
Expand Down

0 comments on commit ee92a4b

Please sign in to comment.