minecraft server init

This commit is contained in:
2025-07-23 08:37:00 +03:00
commit ccf1f5f4d0
2460 changed files with 291551 additions and 0 deletions

26
config/NaturaModules.cfg Normal file
View File

@ -0,0 +1,26 @@
# Configuration file
~CONFIG_VERSION: 1
modules {
# Everything that's decorative for Natura. (bookshelfs, etc)
B:NaturaDecorative=true
# The entites added by Natura
B:NaturaEntities=true
# All of the nether blocks including trees
B:NaturaNether=true
# All of the overworld blocks including trees
B:NaturaOverworld=true
# All of the tools + armor added by natura
B:NaturaTools=false
# Everything that's found in the world and worldgen including the netherite dimension
B:NaturaWorld=true
B:craftingtweaksIntegration=true
}