Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-22 | Add sulfur and lead, and make them generate | Novatux | |
2015-02-13 | Get rid of technic.format | est31 | |
2015-02-11 | correct injector inventory handling by tubes | Tim | |
2015-02-08 | add group tubedevice_receiver to injector to fix the issue of it acting more ↵ | Tim | |
like a tube than an inventory it sent the items into all directions, when being injected into, instead of entering the injector as it used to | |||
2015-02-07 | simplify pipeworks tube detect | Vanessa Ezekowitz | |
deMorgan's axiom, which I suck at using :P | |||
2015-02-07 | fix crash placing chests re: tubes | Vanessa Ezekowitz | |
2015-02-07 | fix other machines, battery boxes, etc to work with tube routing. | Vanessa Ezekowitz | |
2015-02-07 | fix chests connecting to tubes | Vanessa Ezekowitz | |
2015-02-06 | drop upgrade list items if dug (but protect other inventories) | Tim | |
2015-02-06 | add trunks: mod support to the chainsaw | Tim | |
2015-02-06 | add the option for publicly shared machines via an upgrade item "default:chest | Tim | |
the upgrade slots remain protected this replaces the need for a few forks and also resolves #131 in the process, which is obsolete now | |||
2015-02-05 | fix chainsaw support for default:pinetree | Tim | |
2015-02-05 | clean up upgrade handling a bit and only allow setting known upgrades | Tim | |
2015-02-05 | limit the upgrade slot to one item per slot, as more are ignored anyway | Tim | |
2015-02-05 | reduce intllib code | Tim | |
2015-02-05 | localize modpath variable | Tim | |
2015-02-05 | supress undeclared variable access warnings in cases of intentional ↵ | Tim | |
declaration checks | |||
2015-02-05 | add .mailmap | Tim | |
2015-02-05 | fix lighting glitch on bottom of "edge" (quarter-round) models | Vanessa Ezekowitz | |
2015-02-05 | fix rotation of "edge" models | Vanessa Ezekowitz | |
2015-02-04 | fix broken lighting on CNC meshes, thanks to tip from acerspyro | Vanessa Ezekowitz | |
2015-02-03 | Update chests formspec to not be deprecated | est31 | |
2015-02-03 | Make technic chests independent from unified inventory | est31 | |
Copy the textures made by RealBadAngel (under WTFPL) from unified inventory to technic to avoid minetest not finding them when unified inventory is not installed. | |||
2015-02-02 | Update manual.md to respect new behaviour | est31 | |
2015-02-02 | Make switching station only react to nodes from below | est31 | |
2015-01-31 | Fix bug for switching stations displaying same input and output | est31 | |
2015-01-31 | Formatting for supply converter too | est31 | |
2015-01-31 | Better number formating | est31 | |
Is it 120000 or 1200000? | |||
2015-01-30 | fix cobble and gravel grinder recipes | Vanessa Ezekowitz | |
2015-01-30 | move from recipe defusion to recipe deactivation to avoid confusion | Tim | |
2015-01-30 | replace overlooked latex->rubber furnace recipe with glue as a form of ↵ | Tim | |
"rubber cement" | |||
2015-01-30 | remove unnecessary definition fields | Tim | |
2015-01-30 | tune latex->rubber alloy recipe based on wikipedia data pointed out by @est31 | Tim | |
2015-01-30 | add textures for grindings/sawdust | Vanessa Ezekowitz | |
2015-01-30 | redfine latex->rubber path via alloy furnace | Tim | |
latex is being refined to rubber by drying and adding carbon pigments to strengthen the material (which also turns it black) it should not yield more rubber than its latex input, but it may be processed faster than ores | |||
2015-01-30 | add sawdust and tree/wood grindings with arcacia tree for dye and provide a ↵ | Tim | |
better alternative rubbertree->latex path that yields the same as the tree tap, but requires more machine work yet without textures | |||
2015-01-30 | remove _sidways moretree trunks from chainsaw, these would be abm-converted ↵ | Tim | |
before anyone could saw them anyway | |||
2015-01-30 | tweak sandstone/sand recipes to a more efficent compressing 2 sand -> ↵ | Tim | |
sandstone and grinding sandstone -> 2 sand ratio; make sure the default recipes are defused | |||
2015-01-30 | defuse by fake_fire added recipes, make people use the grinder for those | Tim | |
2015-01-30 | add a sandstone compression recipe back in place of the default recipe, ↵ | Tim | |
without leading to an infinite sand/sandstone generation which lead to its removal in c0a1739 in the first place | |||
2015-01-30 | allow transformer and chainsaw crafts even if required mesecon modules are ↵ | Tim | |
not loaded | |||
2015-01-30 | register additional technic materials with the circular saw | Tim | |
2015-01-30 | update extranodes to use the new api of moreblocks/stairsplus | Tim | |
2015-01-30 | add centrifuge recipe for wheat | Tim | |
2015-01-30 | rewrite extractor dye recipes, adding a few dyes and making it work better ↵ | Tim | |
with the dye mod also preventing any issues if it is being run in a game without it | |||
2015-01-30 | allow grinding wheatseeds to flour, closes #173 | Tim | |
2015-01-29 | reuse the new screwdriver code of minetest/minetest_game in adapted form for ↵ | Tim | |
the sonic screwdriver | |||
2015-01-27 | use the timers, that are allready running instead of allocating a new one ↵ | Tim | |
every tick | |||
2015-01-24 | Give quarries a better inventory icon | est31 | |
Current inventory icon is indistinguishable from carbon steel block. The side with the pick was hidden. This commit moves that part to the front. | |||
2015-01-24 | Add cache to quarry | est31 | |
Adds a cache to the quarry in order to reduce load and send larger stacks through pipes instead of just single items. Coin tossing ensures the cache gets purged around every 200 seconds. The interval isn't fixed in order to prevent material spikes from multiple quarries which got loaded simultaneously. When the cache is full, or the quarry finished, it is purged too. |