parent
8c12b48695
commit
973f1019a5
|
@ -12,7 +12,7 @@ buildscript {
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id "net.minecraftforge.gradle.forge" version "2.0.2"
|
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'
|
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
|
Version 2.1.10
|
||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
mod_name=BloodMagic
|
mod_name=BloodMagic
|
||||||
package_group=com.wayoftime.bloodmagic
|
package_group=com.wayoftime.bloodmagic
|
||||||
mod_version=2.1.10
|
mod_version=2.1.11
|
||||||
mc_version=1.11
|
mc_version=1.11
|
||||||
forge_version=13.19.1.2189
|
forge_version=13.19.1.2189
|
||||||
curse_id=224791
|
curse_id=224791
|
||||||
|
|
Loading…
Reference in a new issue