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

View File

@@ -0,0 +1,12 @@
# Configuration file
####################
# chunkloading
####################
chunkloading {
# If you don't want each player's chunks to load when they log in, set to false.
B:LoadOnLogin=true
}

12
config/Galacticraft/edora.conf Executable file
View File

@@ -0,0 +1,12 @@
# Configuration file
####################
# dimensions
####################
dimensions {
I:"Edora Dimension ID"=-31
I:"EdoraAsteroids Dimension ID"=-32
}

95
config/Galacticraft/mars.conf Executable file
View File

@@ -0,0 +1,95 @@
# Configuration file
####################
# block
####################
block {
I:idBlockBacterialSludge=3391
I:idBlockCreeperEgg=3396
I:idBlockMachine=3395
I:idBlockMars=3390
I:idBlockRock=3393
I:idBlockTintedGlassPane=3397
I:idBlockTreasureChestT2=3394
I:idBlockVine=3392
}
####################
# dimensions
####################
dimensions {
I:"Mars Dimension ID"=-29
}
####################
# entities
####################
entities {
I:idEntityCargoRocket=178
I:idEntityCreeperBoss=171
I:idEntityLandingBalloons=177
I:idEntityProjectileTNT=172
I:idEntitySlimeling=175
I:idEntitySludgeling=174
I:idEntitySpaceshipTier2=173
I:idEntityTerraformBubble=176
}
####################
# general
####################
general {
B:"Generate other mod's features on Mars"=false
B:"Whether launch controller keeps chunks loaded. This will cause issues if disabled."=true
}
####################
# gui
####################
gui {
I:idGuiCargoRocketCraftingBench=147
I:idGuiMachine=146
I:idGuiRocketCraftingBenchT2=143
}
####################
# item
####################
item {
I:idArmorDeshBoots=9915
I:idArmorDeshChestplate=9913
I:idArmorDeshHelmet=9912
I:idArmorDeshLeggings=9914
I:idItemKeyT2=9916
I:idItemMarsBasic=9905
I:idItemSchematicMars=9917
I:idItemSpaceshipTier2=9906
I:idToolDeshAxe=9911
I:idToolDeshHoe=9910
I:idToolDeshPickaxe=9908
I:idToolDeshSpade=9909
I:idToolDeshSword=9907
}
####################
# schematic
####################
schematic {
I:idSchematicCargoRocket=3
I:idSchematicRocketT2=2
}

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
}

15
config/Galacticraft/power.conf Executable file
View File

@@ -0,0 +1,15 @@
# Configuration file
####################
# compatiblity
####################
compatiblity {
D:"BuildCraft Conversion Ratio"=0.38999998569488525
B:"IC2 machines can be given more than a safe amount of cofh.gregtechmod.ic2.mekanism.api.energy from aluminium wire? [caution: if true, they may explode]"=false
D:"IndustrialCraft Conversion Ratio"=0.1599999964237213
D:"Mekanism Conversion Ratio"=0.0015999999595806003
D:"Thermal Expansion Conversion Ratio"=0.038999997079372406
}