Skip to content

Commit

Permalink
shoot! i left some test code in there.
Browse files Browse the repository at this point in the history
  • Loading branch information
BarchamMal committed Sep 3, 2024
1 parent af05fb8 commit 27f3d83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/main/java/barch/mc_extended/Entities/Entities.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public static void RegisterAll() {

FabricDefaultAttributeRegistry.register(TROUT_FISH, TroutFishEntity.createFishAttributes());
Registry.register(Registries.ITEM, Identifier.of(MC_EXTENDED, "trout_fish_spawn_egg"), TROUT_FISH_SPAWN_EGG);
// BiomeModifications.addSpawn(BiomeSelectors.spawnsOneOf(EntityType.SALMON), SpawnGroup.WATER_AMBIENT, TROUT_FISH, 8, 1, 5);

FabricDefaultAttributeRegistry.register(SILVER_GOLEM, SilverGolemEntity.createSilverGolemAttributes());
Registry.register(Registries.ITEM, Identifier.of(MC_EXTENDED, "silver_golem_spawn_egg"), SILVER_GOLEM_SPAWN_EGG);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public TroutFishEntity(EntityType<? extends TroutFishEntity> entityType, World w

@Override
public int getMaxGroupSize() {
return 500;
return 5;
}

@Override
Expand Down

0 comments on commit 27f3d83

Please sign in to comment.