mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
1.18-rc3
This commit is contained in:
@@ -393,10 +393,5 @@ public final class BiomeHooks {
|
||||
public Map<EntityType<?>, MobSpawnSettings.MobSpawnCost> getMobSpawnCosts() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isPlayerSpawnFriendly() {
|
||||
return this.settings.playerSpawnFriendly();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,8 +34,6 @@ public interface SpawnProperties {
|
||||
|
||||
Map<EntityType<?>, MobSpawnSettings.MobSpawnCost> getMobSpawnCosts();
|
||||
|
||||
boolean isPlayerSpawnFriendly();
|
||||
|
||||
interface Mutable extends SpawnProperties {
|
||||
Mutable setCreatureProbability(float probability);
|
||||
|
||||
@@ -48,7 +46,5 @@ public interface SpawnProperties {
|
||||
Mutable setSpawnCost(EntityType<?> entityType, double mass, double gravityLimit);
|
||||
|
||||
Mutable clearSpawnCost(EntityType<?> entityType);
|
||||
|
||||
Mutable setPlayerSpawnFriendly(boolean friendly);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user