Skip to content

Instantly share code, notes, and snippets.

@wisq
Created April 9, 2013 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wisq/5350309 to your computer and use it in GitHub Desktop.
Save wisq/5350309 to your computer and use it in GitHub Desktop.
--- extrabiomes.cfg-client 2013-04-09 19:17:45.000000000 -0400
+++ extrabiomes.cfg-server 2013-03-04 18:48:06.000000000 -0500
@@ -1,176 +1,139 @@
# Configuration file
####################
-# biome
+# block
####################
-biome {
- B:alpine.allowvillages=true
- B:alpine.enablegeneration=false
- I:alpine.id=32
- B:autumnwoods.allowvillages=true
- B:autumnwoods.enablegeneration=true
- I:autumnwoods.id=33
- B:birchforest.allowvillages=true
- B:birchforest.enablegeneration=true
- I:birchforest.id=34
- B:extremejungle.allowvillages=true
- B:extremejungle.enablegeneration=false
- I:extremejungle.id=35
- B:forestedhills.allowvillages=true
- B:forestedhills.enablegeneration=true
- I:forestedhills.id=36
- B:forestedisland.allowvillages=true
- B:forestedisland.enablegeneration=false
- I:forestedisland.id=37
- B:glacier.allowvillages=true
- B:glacier.enablegeneration=false
- I:glacier.id=38
- B:greenhills.allowvillages=true
- B:greenhills.enablegeneration=true
- I:greenhills.id=39
- B:greenswamp.allowvillages=true
- B:greenswamp.enablegeneration=false
- I:greenswamp.id=40
- B:icewasteland.allowvillages=true
- B:icewasteland.enablegeneration=false
- I:icewasteland.id=41
- B:marsh.allowvillages=true
- B:marsh.enablegeneration=false
- I:marsh.id=42
- B:meadow.allowvillages=true
- B:meadow.enablegeneration=true
- I:meadow.id=43
- B:minijungle.allowvillages=true
- B:minijungle.enablegeneration=true
- I:minijungle.id=44
- B:mountaindesert.allowvillages=true
- B:mountaindesert.enablegeneration=true
- I:mountaindesert.id=45
- B:mountainridge.allowvillages=true
- B:mountainridge.enablegeneration=true
- I:mountainridge.id=46
- B:mountaintaiga.allowvillages=true
- B:mountaintaiga.enablegeneration=false
- I:mountaintaiga.id=47
- B:pineforest.allowvillages=true
- B:pineforest.enablegeneration=true
- I:pineforest.id=48
- B:rainforest.allowvillages=true
- B:rainforest.enablegeneration=false
- I:rainforest.id=49
- B:redwoodforest.allowvillages=true
- B:redwoodforest.enablegeneration=false
- I:redwoodforest.id=50
- B:redwoodlush.allowvillages=true
- B:redwoodlush.enablegeneration=true
- I:redwoodlush.id=51
- B:savanna.allowvillages=true
- B:savanna.enablegeneration=true
- I:savanna.id=52
- B:shrubland.allowvillages=true
- B:shrubland.enablegeneration=false
- I:shrubland.id=53
- B:snowyforest.allowvillages=true
- B:snowyforest.enablegeneration=false
- I:snowyforest.id=54
- B:snowyrainforest.allowvillages=true
- B:snowyrainforest.enablegeneration=false
- I:snowyrainforest.id=55
- B:temporaterainforest.allowvillages=true
- B:temporaterainforest.enablegeneration=false
- I:temporaterainforest.id=56
- B:tundra.allowvillages=true
- B:tundra.enablegeneration=false
- I:tundra.id=57
- B:vanilla.desert.allowvillages=true
- B:vanilla.desert.enablegeneration=true
- B:vanilla.extremehills.allowvillages=true
- B:vanilla.extremehills.enablegeneration=true
- B:vanilla.forest.allowvillages=true
- B:vanilla.forest.enablegeneration=true
- B:vanilla.jungle.allowvillages=true
- B:vanilla.jungle.enablegeneration=true
- B:vanilla.plains.allowvillages=true
- B:vanilla.plains.enablegeneration=true
- B:vanilla.swampland.allowvillages=true
- B:vanilla.swampland.enablegeneration=true
- B:vanilla.taiga.allowvillages=true
- B:vanilla.taiga.enablegeneration=true
- B:wasteland.allowvillages=true
- B:wasteland.enablegeneration=true
- I:wasteland.id=58
- B:woodlands.allowvillages=true
- B:woodlands.enablegeneration=true
- I:woodlands.id=59
+block {
+ # Factorization Machines.
+ I:factoryBlockId=1000
+
+ # WrathFire and invisible lamp-air made by WrathLamps
+ I:lightAirBlockId=1001
+
+ # Ores and metal blocks mostly
+ I:resourceBlockId=248
}
####################
-# block
+# client
####################
-block {
- I:acaciastairs.id=1300
- I:autumnleaves.id=1301
- I:cattail.id=1302
-
- # crackedsand is used in terrain generation. Its id must be less than 256.
- I:crackedsand.id=252
- I:customlog.id=1303
- I:doubleredrockslab.id=1304
- I:doublewoodslab.id=1305
- I:firstairs.id=1306
- I:flower.id=1307
- I:grass.id=1308
- I:greenleaves.id=1309
- I:leafpile.id=1310
- I:planks.id=1311
- I:quarterlog0.id=1312
- I:quarterlog1.id=1313
- I:quarterlog2.id=1314
- I:quarterlog3.id=1315
- I:quicksand.id=1316
- I:redcobblestairs.id=1317
-
- # redrock is used in terrain generation. Its id must be less than 256.
- I:redrock.id=251
- I:redrockbrickstairs.id=1318
- I:redrockslab.id=1319
- I:redwoodstairs.id=1320
- I:sapling.id=1321
- I:wall.id=1322
- I:woodslab.id=1323
+client {
+ # Lets you use the bag from GUIs
+ B:anywhereBagSwap=true
+
+ # Lets you open the pocket crafting table from GUIs
+ B:anywherePocketCraft=true
+
+ # Show invisible lamp-air
+ B:debugLightAir=false
+
+ # If true, notifications are put in the chat log instead in the world
+ B:notifyInChat=false
+
+ # 3 keys for: removing (x), cycling (c), balancing (b)
+ S:pocketCraftingActionKeys=xcb
+
+ # If false, never use smooth lighting for drawing sculptures
+ B:renderAmbientOcclusion=true
+
+ # If true, render barrel info only when nearby
+ B:renderBarrelClose=false
+ B:renderBarrelItem=true
+ B:renderBarrelText=true
+
+ # If false, most TEs won't draw, making everything look broken but possibly improving FPS
+ B:renderOtherTileEntities=true
}
####################
-# item
+# general
####################
-item {
- I:logturner.id=12870
- I:paste.id=12872
- I:scarecrow.id=12871
+general {
+ B:addBranding=false
+
+ # work in progress; may be unstable
+ B:enableDimensionSlices=false
+ I:entityRelightTask=3
+
+ # This disables silver ore generation
+ B:generateSilverOre=false
+
+ # The size of silver ore nodes. Between 5 & 35. Default is 25
+ I:silverOreNodeSize=25
+ I:sliceDimensionID=-7
}
####################
-# module_control
+# item
####################
-module_control {
- # Set amica to true to enable support for other mods.
- B:amica.enabled=true
+item {
+ I:acid=9024
+ I:angularSaw=9042
+ I:bagOfHolding=9001
+ I:barrelEnlarge=9032
+ I:battery=9033
+ I:chargemeter=9029
+ I:coil=9026
+ I:darkIron=9008
+ I:diamondCuttingHead=9038
+ I:diamondShard=9006
+ I:fan=9028
+ I:heatHole=9046
+ I:inverium=9040
+ I:itemCraftId=9000
+ I:leadIngot=9014
+ I:logicMatrix=9044
+ I:logicMatrixID=9045
+ I:logicMatrixProgrammer=9043
+ I:magnet=9025
+ I:mechaBouyantBarrel=9021
+ I:mechaChasis=9009
+ I:mechaChest=9011
+ I:mechaCobbleDrive=9022
+ I:mechaFoot=9013
+ I:mechaHead=9010
+ I:mechaLeg=9012
+ I:mechaMountedPiston=9023
+ I:mechaSpring=9047
+ I:mirror=9030
+ I:motor=9027
+ I:oreCleanGravel=9035
+ I:oreCrystal=9037
+ I:oreDirtyGravel=9034
+ I:oreReduced=9036
+ I:pocketCraftingTable=9002
+ I:routerEject=9031
+ I:routerItemFilter=9016
+ I:routerMachineFilter=9017
+ I:routerSpeed=9018
+ I:routerThorough=9019
+ I:routerThroughput=9020
+ I:sculptTool=9041
+ I:silverIngot=9015
+ I:sludge=9039
+ I:wandOfCooling=9005
+ I:wrathIgniter=9007
+}
+
- # Set cautia to true to add danger.
- B:cautia.enabled=true
+####################
+# server
+####################
- # Set fabrica to true to enable craftable items.
- B:fabrica.enabled=true
+server {
+ # This is a Java Regex to blacklist router access
+ S:bannedRouterInventoriesRegex=
- # Set summa to false to disable the mod.
- B:summa.enabled=true
+ # If false, notifications will be translated by the client
+ B:serversideTranslate=true
+ B:spreadWrathFire=true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment