Commit Graph

19 Commits

Author SHA1 Message Date
58df66b7bc Major refactor, put compat ingredients in namespace tables 2023-12-27 17:11:42 +00:00
26a8ab3dd0 Various fixes reccomended by the mod author 2023-12-27 16:11:05 +00:00
ffce3393bb Fixed texture errors 2023-12-22 13:45:41 +00:00
cfe2ee2133 Added Mineclone2 support apart from special machines own recipes within the machines 2023-12-20 08:20:56 +00:00
167ab93905 Maintenance: Remove depends.txt and error on old MT versions 2022-06-14 20:49:21 +02:00
349676f243 CNC: Fix startup error and texture warnings 2022-06-06 21:19:04 +02:00
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
fbc4cc8511 technic_cnc/cnc.lua: Fix access to non-existant stack parameter (#528) 2020-01-28 21:38:13 +01:00
d5df30c3ff Replace deprecated functions with newer ones (#510)
Use mod.conf
2019-09-14 12:55:41 +02:00
62fdb853ec Optimize PNG images losslessly (#501)
This incorporates non-interlaced PNGs from #500 to fix warnings thrown by libpng.
2019-06-20 18:35:26 +02:00
c9ba4b329d Add Polish translation (#493) 2019-03-31 13:00:48 +02:00
3cafe7553a minor fix for "LV" translations 2018-11-25 16:10:23 +01:00
bc26b047d2 add blast-resistant concrete
and some basic_materials nodes
2018-11-25 16:10:23 +01:00
83ec1b2476 fix dirt textures
add grassy shapes cut from default:dirt_with_grass
2018-11-25 16:10:23 +01:00
c068edec65 fix excessive "element straight" quantity 2018-11-25 16:10:23 +01:00
4ecb3d4334 make "half"/"full" buttons work 2018-11-25 16:10:23 +01:00
d40946fa38 allow CNC to work without technic
minetest.conf technic_cnc_use_technic = false disables
use of power, returns items instantly, uses only default
stuff in craft recipe

(defaults to enabled if technic is installed)
2018-11-25 16:10:23 +01:00
dc0689018d move CNC machine into its own mod 2018-11-25 16:10:23 +01:00