Update changelog + version
This commit is contained in:
parent
51f597321d
commit
730b26b5ac
|
@ -12,7 +12,7 @@ buildscript {
|
|||
|
||||
plugins {
|
||||
id "net.minecraftforge.gradle.forge" version "2.0.2"
|
||||
id 'com.matthewprenger.cursegradle' version '1.0.7'
|
||||
id 'com.matthewprenger.cursegradle' version '1.0.9'
|
||||
id 'io.franzbecker.gradle-lombok' version '1.6'
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,24 @@
|
|||
------------------------------------------------------
|
||||
Version 2.1.11
|
||||
------------------------------------------------------
|
||||
|
||||
- Added support for some modded crops (Untested. Theoretically they work)
|
||||
- Harvestcraft
|
||||
- Actually Additions
|
||||
- Extra Utilities
|
||||
- Fixed permission level for sub-commands
|
||||
- Large Bloodstone Bricks should receive 4 from a craft
|
||||
- Fixed Diamond Meteor giving blocks of diamond
|
||||
- Dynamically calculate Meteor Weight
|
||||
- Fixed NPE in fluid filter
|
||||
- Fixed Blood Tank capacity being reset when the chunk reloaded
|
||||
- Updated russian translation
|
||||
- Fixed Rune Type capability not registering on physical client
|
||||
- Updated Sigil of Holding texture so set color is more visible
|
||||
- Fixed blocks destroyed by bound tools not storing any NBT data
|
||||
- Fixed Harvest ritual not working on Melons and Pumpkins
|
||||
- [API] Methods for removing recipes
|
||||
|
||||
------------------------------------------------------
|
||||
Version 2.1.10
|
||||
------------------------------------------------------
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
mod_name=BloodMagic
|
||||
package_group=com.wayoftime.bloodmagic
|
||||
mod_version=2.1.10
|
||||
mod_version=2.1.11
|
||||
mc_version=1.10.2
|
||||
forge_version=12.18.3.2221
|
||||
curse_id=224791
|
||||
|
|
Loading…
Reference in a new issue