mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-25 20:58:34 +01:00
b3
This commit is contained in:
parent
e501f96c0c
commit
6d0a14e3c4
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ buildscript {
|
||||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
apply plugin: 'maven'
|
apply plugin: 'maven'
|
||||||
|
|
||||||
version = "b2"
|
version = "b3"
|
||||||
group = "de.ellpeck.naturesaura"
|
group = "de.ellpeck.naturesaura"
|
||||||
archivesBaseName = "NaturesAura"
|
archivesBaseName = "NaturesAura"
|
||||||
|
|
||||||
|
|
|
@ -69,7 +69,7 @@ public class AuraChunk implements IAuraChunk {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int drainAura(BlockPos pos, int amount) {
|
public int drainAura(BlockPos pos, int amount) {
|
||||||
return this.drainAura(pos, amount, true);
|
return this.drainAura(pos, amount, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue