diff options
| author | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-04-12 16:32:33 +0300 |
|---|---|---|
| committer | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-04-12 16:32:33 +0300 |
| commit | 9dc6f69f701e42b30adf7d1b01488f425eaec265 (patch) | |
| tree | af02d094f80755054370c44f6adc519caaca0989 /eclipse/config/CodeChickenCore.cfg | |
| parent | 4f29b0ed24e393be7074abd851e207aadab38196 (diff) | |
Changes, idk...
Diffstat (limited to 'eclipse/config/CodeChickenCore.cfg')
| -rw-r--r-- | eclipse/config/CodeChickenCore.cfg | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/eclipse/config/CodeChickenCore.cfg b/eclipse/config/CodeChickenCore.cfg new file mode 100644 index 0000000..b5851ee --- /dev/null +++ b/eclipse/config/CodeChickenCore.cfg @@ -0,0 +1,27 @@ +#CodeChickenCore configuration file. + +checkUpdates=true + +#set to true to completely deobfuscate mcp names +dev.deobfuscate=true +#Enabling this setting will make all minecraft classes public at runtime in MCP just as they are in modloader. +#You should ONLY use this when you are testing with a mod that relies on runtime publicity and doesn't include access transformers. +#Such mods are doing the wrong thing and should be fixed. +dev.runtimePublic=false + +#Various tweaks that can be applied to game mechanics. +tweaks +{ + #If set to true and doFireTick is disabled in the game rules, fire will still dissipate if it's not over a fire source + doFireTickOut=true + #If set to true, creepers will not destroy landscape. (A version of mobGriefing setting just for creepers) + environmentallyFriendlyCreepers=false + #If set to true two adjacent water source blocks will not generate a third. + finiteWater=false + #Set this to true to use the pre1.5 lava textures + replaceLavaFX=false + #Set this to true to use the pre1.5 water textures + replaceWaterFX=false + #If set to false, leaves will only replace air when growing + softLeafReplace=false +} |
