Default configuration serveur Build NG RED

This commit is contained in:
2026-02-03 23:09:01 +01:00
commit 53d0c557d0
129 changed files with 21501 additions and 0 deletions

46
config/Galacticraft/moon.conf Executable file
View File

@@ -0,0 +1,46 @@
# Configuration file
####################
# block
####################
block {
I:idBlockCheese=3348
# This can be above 256, even though it is generated in the world
I:idBlockMoon=3347
}
####################
# dimensions
####################
dimensions {
I:"Moon Dimension ID"=-28
}
####################
# general
####################
general {
B:"Disable Cheese Ore Gen on Moon"=false
B:"Disable Moon Village Gen"=false
B:"Generate other mod's features on Moon"=false
}
####################
# item
####################
item {
I:idItemBlockCheese=9853
I:idItemCheeseCurd=9851
I:idItemMeteoricIronIngot=9854
I:idItemMeteoricIronRaw=9852
}