Clean slate

This commit is contained in:
bytegrip
2025-11-08 17:53:47 +02:00
commit a919c8717e
944 changed files with 134472 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Configuration file
general {
# Whether all paintjobs should appear in creative [default: false]
B:"Add All Paintjobs to Creative"=false
# Enable gun-related enchantments [default: true]
B:EnchantmentModuleEnabled=true
# Turn this on to force re-create all JSON files. Should only be used in dev environment [default: false]
B:ForceUpdateJSONs=false
# Whether or not to add the extra gunpowder recipe (3 charcoal + 1 lightstone) [default: true]
B:"Gunpowder Recipe"=true
# If true, then shoot will be on right click [default: false]
B:ShootOnRightClick=false
}