mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
parent
c41f26649e
commit
349e9999f6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public class ItemCrimsonMeal extends ItemImpl {
|
||||||
if (level.random.nextInt(5) == 0) {
|
if (level.random.nextInt(5) == 0) {
|
||||||
int age = state.getValue(NetherWartBlock.AGE);
|
int age = state.getValue(NetherWartBlock.AGE);
|
||||||
if (age >= 3) {
|
if (age >= 3) {
|
||||||
ModFeatures.Configured.CRIMSON_AURA_MUSHROOM.value().place((ServerLevel) level, ((ServerLevel) level).getChunkSource().getGenerator(), level.random, pos);
|
ModFeatures.Configured.NETHER_WART_MUSHROOM.value().place((ServerLevel) level, ((ServerLevel) level).getChunkSource().getGenerator(), level.random, pos);
|
||||||
} else {
|
} else {
|
||||||
level.setBlockAndUpdate(pos, state.setValue(NetherWartBlock.AGE, age + 1));
|
level.setBlockAndUpdate(pos, state.setValue(NetherWartBlock.AGE, age + 1));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue