new icon and hotfix
This commit is contained in:
parent
76531ec22d
commit
bda00c64b0
5 changed files with 13 additions and 3 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -11,7 +11,17 @@
|
||||||
### Changes:
|
### Changes:
|
||||||
- Removed some unused bloat .
|
- Removed some unused bloat .
|
||||||
- Roses actually drop a rose on breaking. (wow)
|
- 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.
|
- Roses should be more common than cyan rose bushes, which are more common than cyan roses.
|
||||||
### Known Bugs:
|
### Known Bugs:
|
||||||
- Rose Bushes drop a rose bush item *and* roses.
|
- 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?)
|
||||||
|
-
|
||||||
|
|
|
@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx1G
|
||||||
org.gradle.parallel = true
|
org.gradle.parallel = true
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
version = 3.0.4
|
version = 3.0.5
|
||||||
maven_group = xyz.limepot
|
maven_group = xyz.limepot
|
||||||
archives_base_name = roses_mod
|
archives_base_name = roses_mod
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 8.3 KiB |
BIN
src/main/resources/assets/roses_mod/roses-mod-icon.png
Normal file
BIN
src/main/resources/assets/roses_mod/roses-mod-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
|
@ -3,7 +3,7 @@
|
||||||
"placement": [
|
"placement": [
|
||||||
{
|
{
|
||||||
"type": "minecraft:rarity_filter",
|
"type": "minecraft:rarity_filter",
|
||||||
"chance": 0.5
|
"chance": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "minecraft:in_square"
|
"type": "minecraft:in_square"
|
||||||
|
|
Loading…
Reference in a new issue