summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-11fix wrong toggle switch "on" img in chestsVanessa Ezekowitz
2017-04-11pipeworks has button on/off, button label, and button "base" cachedVanessa Ezekowitz
used them wherever possible
2017-04-11redo top/bottom textures for supply converterVanessa Ezekowitz
delete back/bottom texture for power monitor use "machine bottom" for bottom of force field generator add cable connection overlay, use it on various machines' bottoms/sides, as appropriate
2017-04-11add pipeworks tube overlays to self-contained injectorVanessa Ezekowitz
also, gave it paramtype2 = "facedir" and removed the front connection for consistency with other machines
2017-04-11add pipeworks tube overlay to top of quarryVanessa Ezekowitz
(and get rid of obsolete inventorycube() image)
2017-04-11add pipeworks tube entry overlay to tool workshopVanessa Ezekowitz
2017-04-11added tube entry overlays to most MV machinesVanessa Ezekowitz
2017-04-11add pipeworks tube overlays to MV, HV battery boxesVanessa Ezekowitz
2017-04-11fix crash in battery mod (missing meta check)Vanessa Ezekowitz
2017-04-11added tube entry overlays to fuel-fired generatorsVanessa Ezekowitz
2017-04-11add pipeworks tube connection overlays to all chestsVanessa Ezekowitz
(only applies if pipeworks is installed, if not, nothing is added)
2017-04-11fix broken ltier checks on MV/HV fuel-fired generatorsVanessa Ezekowitz
2017-04-11allow per-node stack splitting on all other standard machinesVanessa Ezekowitz
(default off)
2017-04-11allow per-injector stack splitVanessa Ezekowitz
(default off)
2017-04-11fix wrong size of self-contained injector invVanessa Ezekowitz
2017-04-11tool workshop shouldn't ever allow stack splittingVanessa Ezekowitz
(tools don't stack :) )
2017-04-11re-route tubes if active fuel-fired gen is dug (and can be)Vanessa Ezekowitz
2017-04-11allow per-generator stack splittingVanessa Ezekowitz
(default off)
2017-04-11allow per-chest stack splittingVanessa Ezekowitz
(default off)
2017-04-11allow per-battery charge/discharge stack splittingVanessa Ezekowitz
(default off for both)
2017-04-09only reject part of itemtack from chest/machine/etc., if possibleVanessa Ezekowitz
(e.g. if there's room for 50 of some item, and you send a stack of 99, 50 are added to the chest and a stack of 49 is rejected and sent on to the next destination)
2017-04-09always set the EU levelVanessa Ezekowitz
don't wait for production = 0. (if water is removed, that causes phantom output)
2017-04-05Change `noise_threshhold` to `noise_threshold`.MT-Modder
The old name was a typo and is deprecated.
2017-04-04Make forcefield controlable with digilines.DS-Minetest
2017-04-04Add digiline support to supply converter.DS-Minetest
2017-04-04Add conductive plates.DS-Minetest
These work exactly like cables, but are meant to be used as floor for when the machine does not fill the while cube.
2017-04-01Make battery box send information via digilines.DS-Minetest
2017-03-31perlin improvementsVanessa Ezekowitz
as suggested by @paramat
2017-03-31label all ABMs for profilerVanessa Ezekowitz
2017-03-29Update mg.lua (#336)numberZero
2017-03-28Zinc rareness FIX(?) (#333)Alexander German
* Zinc rareness FIX(?) I created the issue and i will fix it. But still idk if this really helps. (It helped me) At least it will make it more common in -32 and 2 Y distance. To compare its like in between iron and coal i belive. * Update oregen.lua
2017-03-28Add digiline support to switching station.DS-Minetest
Makes the switching station able to send supply and demand via digilines.
2017-03-26change nodename for gloopblocks rainbow block (now "diagonal"), add supportVanessa Ezekowitz
for its aliased version of the former nyan cat block (10k density)
2017-03-22add gloopblocks rainbow block radiation settingVanessa Ezekowitz
(half that of a nyan/pbj block)
2017-03-22add radiation protection via pbj_pup blocksVanessa Ezekowitz
same strength as nyan blocks
2017-03-22raise radiation shielding values on nyan blocksVanessa Ezekowitz
from 1000 --> 10000 This makes it possible to protect a corium source with a layer of nyan blocks, and avoid damage outside roughly 6m from the wall. Also, added alternate node name for nyan blocks
2017-03-18use unified dyes auto-color featureVanessa Ezekowitz
2017-03-17Clarify shielding information (#318)Jacob Gustafson
* Clarify shielding information Clarify notes about shielding values and description of Lead
2017-03-17Merge pull request #326 from numberZero/fix-bc-supply-converterVanessa Ezekowitz
Add backward compatibility to the new supply converter
2017-03-17Add backward compatibility to the new supply converternumber Zero
2017-03-17move the register_node calls out of the unifieddyes checkVanessa Ezekowitz
simplify a little
2017-03-15define insulator clips even if Unified Dyes is not installedVanessa Ezekowitz
(just don't put UD-related stuff into their node defs)
2017-03-15assume missing "enabled" key == enabled also.Vanessa Ezekowitz
(would signify supply converts in old maps)
2017-03-15Merge pull request #325 from cheapie/masterVanessa Ezekowitz
Add chernobylite dust
2017-03-15Add chernobylite dustCarter Kolwey
Made by grinding chernobylite blocks, can be centrifuged into sand and 0.3% fissile uranium dust.
2017-03-15Do not run converters twice.Maciej 'agaran' Pijanka
2017-03-15Fix supply converter bugnumber Zero
2017-03-14use unified dyes on_construct handlerVanessa Ezekowitz
in fencepost-style cable clip to set 256-color palette meta key on place
2017-03-13extranodes: Make unifieddyes dependency optional.Diego Martínez
2017-03-11add recipes for insulator clipsVanessa Ezekowitz