You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
staticconstint MAX_XBOX_CHICKENS = 8;// Max number of chickens that the mob spawner will produce
15
-
staticconstint MAX_XBOX_WOLVES = 8;// Max number of wolves that the mob spawner will produce
16
-
staticconstint MAX_XBOX_MUSHROOMCOWS = 2; // Max number of mushroom cows that the mob spawner will produce
14
+
staticconstint MAX_XBOX_CHICKENS = 16; //8 // Max number of chickens that the mob spawner will produce
15
+
staticconstint MAX_XBOX_WOLVES = 16; //8 // Max number of wolves that the mob spawner will produce
16
+
staticconstint MAX_XBOX_MUSHROOMCOWS = 8; //2 // Max number of mushroom cows that the mob spawner will produce
17
17
staticconstint MAX_XBOX_SNOWMEN = 16; // Max number of snow golems that can be created by placing blocks - 4J-PB increased limit due to player requests
18
18
staticconstint MAX_XBOX_IRONGOLEM = 16; // Max number of iron golems that can be created by placing blocks - 4J-PB increased limit due to player requests
19
-
staticconstint CONSOLE_SQUID_HARD_LIMIT = 5;
19
+
staticconstint CONSOLE_SQUID_HARD_LIMIT = 10; //5
20
20
staticconstint MAX_CONSOLE_BOSS = 1; // Max number of bosses (enderdragon/wither)
21
-
21
+
22
22
staticconstint MAX_XBOX_ANIMALS_WITH_BREEDING = CONSOLE_ANIMALS_HARD_LIMIT + 20; // Max number of animals that we can produce (in total), when breeding
23
23
staticconstint MAX_XBOX_CHICKENS_WITH_BREEDING = MAX_XBOX_CHICKENS + 8; // Max number of chickens that we can produce (in total), when breeding/hatching
24
24
staticconstint MAX_XBOX_MUSHROOMCOWS_WITH_BREEDING = MAX_XBOX_MUSHROOMCOWS + 20; // Max number of mushroom cows that we can produce (in total), when breeding
25
25
staticconstint MAX_XBOX_WOLVES_WITH_BREEDING = MAX_XBOX_WOLVES + 8; // Max number of wolves that we can produce (in total), when breeding
0 commit comments