summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-20Merge pull request #61 from hdastwb/patch-1ShadowNinja
Convert remove_items to a number in item_drop to avoid crashes
2013-07-20convert remove_items to avoid crasheshdastwb
2013-07-19Merge pull request #59 from bulldog98/masterRealBadAngel
added a mv grinder
2013-07-19added a mv grinderJonathan Raphael Joachim Kolberg
2013-07-18Another try to get rid of default creative without depending on it.RealBadAngel
2013-07-17remove debug codeRealBadAngel
2013-07-17- Fix teleportation: now it teleports player to side of the gate player was ↵RealBadAngel
lookin at when placing. - Teleportation handles now player look yaw. - Fix to a bug in gates formspec.
2013-07-17backgrounds for mv and hv batboxesRealBadAngel
2013-07-17Commons for battery boxesRealBadAngel
2013-07-17Remove lv, mv, and hv tiers from power tools.RealBadAngel
Theyre already tiered with Mk1-3 (at least drill is, more in the future). Tools can be considered as designed for different tiers of circuits thx to their power needs. For example Mk3 will require ages to load in LV batbox. Batboxes load tools timining: LV standard (1000EU), MV 4x faster (4000EU), HV 16x faster (16000EU) Also since 1EU is the same in any circuit it is possible to move energy from one to another with portable devices like crystals. Other changes: - moved charge/discharge functions to battery_boxes_commons.lua - added UI style backgrounds for all the batboxes
2013-07-17Add compressing method to UIRealBadAngel
2013-07-15LV batbox backgroundRealBadAngel
2013-07-1532x compressor texturesRealBadAngel
2013-07-15Add compressorRealBadAngel
2013-07-14New items by ObKo (textures)RealBadAngel
2013-07-14New items by ObKoRealBadAngel
2013-07-14Blast resistant concrete (by ObKo)RealBadAngel
2013-07-14Fix crafting recipes and some code style.RealBadAngel
2013-07-14Remove deafault creative mod dependency.RealBadAngel
2013-07-12Gigh -> HighShadowNinja
2013-07-12Fix code style of the high voltage battery boxShadowNinja
2013-07-12Fix coding style of nuclear reactorShadowNinja
2013-07-12Add LuaVoxelManip support to forcefieldShadowNinja
2013-07-12Fix forcefieldorigin/stableShadowNinja
2013-07-11Remove file that doesn't seem to have any use.kpoppel
Fix typing error in register... file Fix two issues with nuclear reactor and set the burn time to 24h.
2013-07-11Load toolsShadowNinja
2013-07-11Move files to subfoldersShadowNinja
2013-07-11Update nuclear_reactor_hv.luakpoppel
Fix temporary recipe.
2013-07-10Add nuclear reactorkpoppel
Still needs some work. I am pushing it to get ideas and feedback. Also fix some bugs in the LV coal generator that were found while making the nuclear reactor. Conflicts: technic/init.lua
2013-07-08Fix HV battery box and some indentation.kpoppel
Bug found by pagliaccio.
2013-07-08Merge branch 'indev'ShadowNinja
Conflicts: technic/alloy_furnace.lua technic/alloy_furnaces_commons.lua technic/battery_box.lua technic/battery_box_hv.lua technic/battery_box_mv.lua technic/chainsaw.lua technic/cnc.lua technic/cnc_nodes.lua technic/electric_furnace.lua technic/grinder.lua technic/init.lua technic/solar_array_hv.lua technic/solar_array_lv.lua technic/solar_array_mv.lua technic/solar_panel.lua unified_inventory/api.lua unified_inventory/depends.txt
2013-07-06Merge pull request #43 from ObKo/indev-enriched-uraniumkpoppel
Enriched Uranium.
2013-07-06Enriched Uranium.Konstantin Oblaukhov
2013-07-06Merge pull request #42 from ObKo/indev-uraniumRealBadAngel
Improved extractor
2013-07-06Merge changes made in technic_gameRealBadAngel
2013-07-06Support for multiple-input recipes in extractor.Konstantin Oblaukhov
2013-07-06Made the supply converter reset its supply and demand stats if the cabling ↵kpoppel
is bad.
2013-07-06Forgot to reset demand on power failure.kpoppel
2013-07-06Merge branch 'indev' of https://github.com/RealBadAngel/technic into indevkpoppel
2013-07-06Fix a bug when digging up a small cube light.kpoppel
Fix the power radiator so that it reacts correcty when power is lost. Add punch feature to toggle all attached appliances.
2013-07-05Merge pull request #40 from m97/indevRealBadAngel
Add extractor.
2013-07-05New textures for lumps and ingots.Konstantin Oblaukhov
2013-07-05Use ores from default instead of moreoresShadowNinja
2013-07-04Improved cross-compatibility with homedecor's brass ingots.Vanessa Ezekowitz
2013-07-04Fix cycling power drain on the forcefield. Now it disables itself if no power.kpoppel
2013-07-04Forcefield now working with updated power scheme.kpoppel
2013-07-04Textures. I really need help on some nice ones.kpoppel
2013-07-04Fix item wear.kpoppel
2013-07-04Add extractor.m97
Add extractor for make more rubber from latex. Moved make dyes from grinder to extractor.
2013-07-03Fix to formspec background element syntaxRealBadAngel