Commit Graph

14 Commits

Author SHA1 Message Date
Zefram 9f0b41fe71 Make technic_worldgen loadable before technic
There was a small amount of dependency of technic_worldgen on the
technic mod, for configuration loading and the top-level "technic" table.
Resolve that by sharing the configuration and top-level table between the
two mods.  This means that technic_worldgen can be loaded before technic,
permitting other mods to depend on it without depending on technic.
2014-07-26 19:20:45 +01:00
Zefram c5e9480d99 Config setting to nerf corium
For use on servers that have a mainly creative purpose, the setting
enable_corium_griefing=false will prevent corium from flowing far or
unpredictably and from destroying nodes other than water.  All reactor
meltdowns will stay contained.
2014-07-23 17:24:52 -04:00
ShadowNinja 92db8e1f76 Remove config file creation
This made it difficult to change default settings
2013-12-17 20:01:01 -05:00
ShadowNinja eac4844175 Fix negative tool discharging and a few other tweaks...
Disable the flashlight by default.
Use itemstack:{get,set}_{metadata,name,wear,...} rather than {to,from}_table.
Improve the style of part of the code of mischelaneous tools
2013-10-18 22:28:32 -04:00
ShadowNinja 363f033278 Disable wind mill by default because it isn't ready yet 2013-10-06 12:42:41 -04:00
ShadowNinja 90208930e5 Create technic config file if it doesn't exist 2013-10-03 16:33:07 -04:00
ShadowNinja 562d0db20c Remove item_drop from config.lua 2013-10-03 00:27:08 -04:00
ShadowNinja ee0765804c Partial rewrite 2013-09-17 16:37:56 -04:00
RealBadAngel 8e03d7ded6 Sync with indev branch, bump version to 0.4.7 2013-06-30 07:12:02 +02:00
RealBadAngel e139fff8fb Updated item_drop (now as modpack component) 2013-04-08 23:52:20 +02:00
RealBadAngel fd3f25b5e0 split chests off into a separate modpack component 2013-04-05 04:30:33 +02:00
RealBadAngel 82cba919fa cleanup phase2 2013-01-27 14:03:47 +01:00
RealBadAngel 887463d95f cleanup 2013-01-27 13:58:47 +01:00
RealBadAngel a30f1db52d fix to mod directory structure 2013-01-27 13:55:14 +01:00