Clean slate

This commit is contained in:
bytegrip
2025-11-08 15:21:14 +02:00
commit 73bfc2019d
890 changed files with 112578 additions and 0 deletions

20
config/flansmod.cfg Normal file
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
}