diff --git a/CHANGELOG.md b/CHANGELOG.md index ca8d09f..5416243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,17 @@ ### Changes: - Removed some unused bloat . - Roses actually drop a rose on breaking. (wow) -- Tweaked the loot tables again . +- Tweaked the loot tables again. - Roses should be more common than cyan rose bushes, which are more common than cyan roses. ### Known Bugs: - Rose Bushes drop a rose bush item *and* roses. + +## [3.0.5] +### Changes: +- Added loot table for Cyan Roses (oops) +- HOTFIX (Cyan Rose Bushes cause world creations screan and worlds to crash the game) + +## [3.0.6] +### Changes: +- New mod-icon (old one had a poppy? lol?) +- diff --git a/gradle.properties b/gradle.properties index c87abe2..6ec3a45 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx1G org.gradle.parallel = true # Mod Properties -version = 3.0.4 +version = 3.0.5 maven_group = xyz.limepot archives_base_name = roses_mod diff --git a/src/main/resources/assets/roses_mod/icon.png b/src/main/resources/assets/roses_mod/icon.png deleted file mode 100644 index 28dae85..0000000 Binary files a/src/main/resources/assets/roses_mod/icon.png and /dev/null differ diff --git a/src/main/resources/assets/roses_mod/roses-mod-icon.png b/src/main/resources/assets/roses_mod/roses-mod-icon.png new file mode 100644 index 0000000..38fcde9 Binary files /dev/null and b/src/main/resources/assets/roses_mod/roses-mod-icon.png differ diff --git a/src/main/resources/data/roses_mod/worldgen/placed_feature/cyan_rose_bush.json b/src/main/resources/data/roses_mod/worldgen/placed_feature/cyan_rose_bush.json index e660ab8..4449e17 100644 --- a/src/main/resources/data/roses_mod/worldgen/placed_feature/cyan_rose_bush.json +++ b/src/main/resources/data/roses_mod/worldgen/placed_feature/cyan_rose_bush.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:rarity_filter", - "chance": 0.5 + "chance": 1 }, { "type": "minecraft:in_square"