new icon and hotfix
This commit is contained in:
parent
76531ec22d
commit
bda00c64b0
5 changed files with 13 additions and 3 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -15,3 +15,13 @@
|
|||
- 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?)
|
||||
-
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
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": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 0.5
|
||||
"chance": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
|
|
Loading…
Reference in a new issue