first commit

This commit is contained in:
Leonid Pershin
2026-05-07 21:38:27 +03:00
commit 84fb173ea8
3949 changed files with 564326 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
#Amount of inventory rows this type of bag of holding has.
#Default Value: 1
# Default: 1
# Range: 1 ~ 9
leather_bag_rows = 1
#Amount of inventory rows this type of bag of holding has.
#Default Value: 3
# Default: 3
# Range: 1 ~ 9
iron_bag_rows = 3
#Chance that one level of preservation will be lost on a bag of holding when dying.
#Default Value: 1.0
# Default: 1.0
# Range: 0.0 ~ 1.0
preservation_level_loss_chance = 1.0
#Amount of inventory rows this type of bag of holding has.
#Default Value: 6
# Default: 6
# Range: 1 ~ 9
golden_bag_rows = 6
#Require the player to be crouching to open the item bag menu via right-click.
#Default Value: false
sneak_to_open_bag = false