Update to 22w12a

This commit is contained in:
shedaniel
2022-03-25 21:39:04 +08:00
parent a116d4a33c
commit 4d8ddec994
3 changed files with 5 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ public class ArchitecturySpawnEggItem extends SpawnEggItem {
}
stack.shrink(1);
source.getLevel().gameEvent(GameEvent.ENTITY_PLACE, source.getPos());
source.getLevel().gameEvent(null, GameEvent.ENTITY_PLACE, source.getPos());
return stack;
}
};