summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-11Wrench: when restoring picked_up_<item> to <item>, preserve rotationRogier
2015-03-11Make wrench usable independently of technicRogier
2015-03-11Tools don't wear in creative mode v2MT-Modder
- Removed cans (will add again per request) - Added creative check to global namespace (checking only once as requested by VanessaE)
2015-03-11Change height_ to y_ in ore registrationsMT-Modder
2015-03-11Update and rename wrench/locale to wrench/locale/tr.txtMahmut Elmas
2015-03-11Update and rename technic_worldgen/locale to technic_worldgen/locale/tr.txtMahmut Elmas
2015-03-11add turkish localeMahmut Elmas
2015-03-11Update and rename extranodes/locale to extranodes/locale/tr.txtMahmut Elmas
2015-03-11Update and rename concrete/locale to concrete/locale/tr.txtMahmut Elmas
2015-03-08Add lead block, and lead & sulfur dustsNovatux
2015-03-07Fix detection of if the machine should call pipeworks.after_placeJay Arndt
The tube variable in these contexts always evaluates to a true value. data.tube is the variable that indicates if pipeworks needs to be notified.
2015-03-07Drop upgrade items in the after_dig_node handler instead of can_digJay Arndt
This fixes an item duplication bug triggered by using a screwdriver on an upgraded machine
2015-02-28label the switching station abm for profiling purposesTim
this allows the mtt profiler to profile this abm individually from other abms since t4im/mtt@48eff13
2015-02-22Add sulfur and lead, and make them generateNovatux
2015-02-13Get rid of technic.formatest31
2015-02-11correct injector inventory handling by tubesTim
2015-02-08add 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-07simplify pipeworks tube detectVanessa Ezekowitz
deMorgan's axiom, which I suck at using :P
2015-02-07fix crash placing chests re: tubesVanessa Ezekowitz
2015-02-07fix other machines, battery boxes, etc to work with tube routing.Vanessa Ezekowitz
2015-02-07fix chests connecting to tubesVanessa Ezekowitz
2015-02-06drop upgrade list items if dug (but protect other inventories)Tim
2015-02-06add trunks: mod support to the chainsawTim
2015-02-06add the option for publicly shared machines via an upgrade item "default:chestTim
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-05fix chainsaw support for default:pinetreeTim
2015-02-05clean up upgrade handling a bit and only allow setting known upgradesTim
2015-02-05limit the upgrade slot to one item per slot, as more are ignored anywayTim
2015-02-05reduce intllib codeTim
2015-02-05localize modpath variableTim
2015-02-05supress undeclared variable access warnings in cases of intentional ↵Tim
declaration checks
2015-02-05add .mailmapTim
2015-02-05fix lighting glitch on bottom of "edge" (quarter-round) modelsVanessa Ezekowitz
2015-02-05fix rotation of "edge" modelsVanessa Ezekowitz
2015-02-04fix broken lighting on CNC meshes, thanks to tip from acerspyroVanessa Ezekowitz
2015-02-03Update chests formspec to not be deprecatedest31
2015-02-03Make technic chests independent from unified inventoryest31
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-02Update manual.md to respect new behaviourest31
2015-02-02Make switching station only react to nodes from belowest31
2015-01-31Fix bug for switching stations displaying same input and outputest31
2015-01-31Formatting for supply converter tooest31
2015-01-31Better number formatingest31
Is it 120000 or 1200000?
2015-01-30fix cobble and gravel grinder recipesVanessa Ezekowitz
2015-01-30move from recipe defusion to recipe deactivation to avoid confusionTim
2015-01-30replace overlooked latex->rubber furnace recipe with glue as a form of ↵Tim
"rubber cement"
2015-01-30remove unnecessary definition fieldsTim
2015-01-30tune latex->rubber alloy recipe based on wikipedia data pointed out by @est31Tim
2015-01-30add textures for grindings/sawdustVanessa Ezekowitz
2015-01-30redfine latex->rubber path via alloy furnaceTim
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-30add 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-30remove _sidways moretree trunks from chainsaw, these would be abm-converted ↵Tim
before anyone could saw them anyway