This commit is contained in:
Ellpeck 2018-11-18 20:50:51 +01:00
parent e501f96c0c
commit 6d0a14e3c4
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'maven'
version = "b2"
version = "b3"
group = "de.ellpeck.naturesaura"
archivesBaseName = "NaturesAura"

View file

@ -69,7 +69,7 @@ public class AuraChunk implements IAuraChunk {
@Override
public int drainAura(BlockPos pos, int amount) {
return this.drainAura(pos, amount, true);
return this.drainAura(pos, amount, false);
}
@Override