Update NCR-Encryption.json, client.json, common.json, and 49 more files

This commit is contained in:
2026-07-13 16:51:37 +01:00
parent f6694318ba
commit 35b3ca112b
1436 changed files with 233033 additions and 2193 deletions
+2 -6
View File
@@ -4,8 +4,7 @@
"attack_cooldown": 5,
// Allows to set maximal amount of animals in the pen.
// Setting 0 will remove any limit.
// Default 0
"animal_limit_in_pen": 0,
"animal_limit_in_pen": 2147483647,
// Allows to enable mob growing in animal pen.
// The more animals are inside it, the larger it will be.
"animal_pen_mob_can_grow": false,
@@ -42,14 +41,11 @@
// Allows to toggle if cooldowns should be shown only while player is crouching (true).
// or be visible all the time (false).
// Default value = false
"show_cooldowns_while_crouching": false,
"show_cooldowns_while_crouching": true,
// Allows to toggle if all interactions (evenNumber without cooldown) should be rendered
// above animal pen or aquarium
// Default value = false
"show_all_interactions_above": false,
// Allows to toggle if dispensers should be block from interacting with animal pens, aviaries, and aquariums
// Default value = false
"block_dispenser_interaction": false,
// Debug code to indicate problems.
"debug": false
}