Commit Graph

9 Commits

Author SHA1 Message Date
0f6bdb1bde Correct (almost) all luacheck warnings
Also includes a few code opimizations:
- Combined mining drill functions
- Shorter alias registration (unused?)
- Add TODOs to address later
2022-06-06 21:04:13 +02:00
a8daa417c4 Add GitHub workflow and luacheck (#545)
Add badge to README
Fix luacheck warnings
Remove node_ownership globals (and support)
2020-06-12 20:39:00 +02:00
78f16c3e8e label all ABMs for profiler 2017-03-31 19:15:25 -04:00
83c6494166 Use connected nodeboxes for cables 2016-03-20 00:02:33 -04:00
a413904ecd minetest.env:* --> minetest.* 2014-11-30 12:45:42 -05:00
e8a5a6652d Use machine casing in most machine recipes 2014-07-09 09:17:43 +02:00
7c4b7046cc Rationalise machine terminology
All electrically-powered machines now consistently indicate their
tier (supply voltage) in their names.  As this implies that they are
electrically powered, the furnaces no longer have "Electric" in their
names.  The fuel-fired equivalents of electric machines, which exist
for alloy furnace and furnace, now say "Fuel-Fired" to distinguish them.
(The fuel-fired alloy furnace used to say "Coal", which was inaccurate
because it uses any fuel.  The fuel-fired furnace, from the default mod,
used to just be called "Furnace", which is ambiguous.)

Electric power generators now consistently indicate their tier and have
the word "Generator" in their names.  This makes their purpose much
clearer, and makes obvious craft guide searches produce useful results.
The fuel-fired generators, previously just (ambiguously) called
"Generator", are now explicitly "Fuel-Fired".
2014-06-21 01:21:52 +02:00
f3d8b47b20 Add support for minetest.swap_node 2013-12-10 20:14:39 -05:00
ee0765804c Partial rewrite 2013-09-17 16:37:56 -04:00