@@ -12,7 +12,7 @@
|
||||
|
||||
private static final DataWatcherObject<Byte> DATA_PUMPKIN_ID = DataWatcher.defineId(EntitySnowman.class, DataWatcherRegistry.BYTE);
|
||||
@@ -103,7 +107,7 @@
|
||||
BiomeBase biomebase = this.level.getBiome(blockposition);
|
||||
BiomeBase biomebase = (BiomeBase) this.level.getBiome(blockposition).value();
|
||||
|
||||
if (biomebase.shouldSnowGolemBurn(blockposition)) {
|
||||
- this.hurt(DamageSource.ON_FIRE, 1.0F);
|
||||
|
||||
Reference in New Issue
Block a user