Go to file
cheapie ee316f2325 Add TSLib, libexpander, and libdetector as libraries
Only works with my upcoming (as of this writing) mesecons fork, but the mod should still work without this functionality otherwise
2022-01-01 19:13:34 -06:00
docs Add "sendpacked" and "loadpacked" commands to GPU 2021-03-05 17:09:39 -06:00
models Finish the wall knob 2019-06-02 19:01:17 -05:00
sounds Add more noteblock wave samples 2021-12-31 19:35:21 -06:00
textures Add advanced touchscreen 2021-02-21 18:46:55 -06:00
README Split documentation from README out into separate files 2021-02-21 03:50:59 -06:00
camera.lua Add channel copier 2020-04-30 00:44:04 -05:00
cardreader.lua Add channel copier 2020-04-30 00:44:04 -05:00
channelcopier.lua Add channel copier 2020-04-30 00:44:04 -05:00
conductors.lua Various additions 2019-06-15 12:09:51 -05:00
controller.lua Convert game controller to use entity attachment instead of a physics override 2021-02-21 18:36:09 -06:00
detector.lua Add channel copier 2020-04-30 00:44:04 -05:00
gpu-font.lua Add RAM, EEPROM, and GPU 2021-01-26 15:44:07 -06:00
gpu.lua Add "sendpacked" and "loadpacked" commands to GPU 2021-03-05 17:09:39 -06:00
init.lua Add TSLib, libexpander, and libdetector as libraries 2022-01-01 19:13:34 -06:00
internal.lua Various additions 2019-06-15 12:09:51 -05:00
ioexpander.lua Add channel copier 2020-04-30 00:44:04 -05:00
lclibraries.lua Add TSLib, libexpander, and libdetector as libraries 2022-01-01 19:13:34 -06:00
light.lua Add channel copier 2020-04-30 00:44:04 -05:00
memory.lua Allow stacking of blank EEPROMs 2021-02-21 04:17:44 -06:00
mod.conf Convert depends.txt to mod.conf 2021-02-21 03:45:27 -06:00
movestone.lua Add craft recipe for movestone 2021-02-21 04:16:20 -06:00
nbsounds.lua Add more noteblock wave samples 2021-12-31 19:35:21 -06:00
nic.lua Add channel copier 2020-04-30 00:44:04 -05:00
noteblock.lua Add support for fading and cutting noteblock sounds 2021-12-23 20:46:24 -06:00
panel.lua Change control panel text color to black 2021-02-21 19:46:23 -06:00
piezo.lua Add alternate piezo recipe 2021-02-21 04:13:44 -06:00
piston.lua Make newly-placed pistons remember their owner and obey protection 2021-02-09 18:24:52 -06:00
sillystuff.lua Add heatsink (decorative only) 2021-01-29 21:22:58 -06:00
switches.lua Remove unnecessary debugging print 2020-05-03 00:01:10 -05:00
timer.lua Add channel copier 2020-04-30 00:44:04 -05:00
touchscreen.lua Add advanced touchscreen 2021-02-21 18:46:55 -06:00

README

Digilines Stuff
===============


License:
Code - LGPL v3 or later (contains some code from mesecons and digilines)
Textures WITHOUT "adwaita" in the file name - CC BY-SA 3.0 Generic (contains modified versions of textures from mesecons and digilines)
Textures WITH "adwaita" in the file name - These are icons by the GNOME Project, licensed under GNU LGPL v3 or CC BY-SA 3.0.


Depends:
Required: digilines (base only) and mesecons (base only)
Optional: mesecons_noteblock (for digilines noteblock), mesecons_mvps (for digilines piston and movestone), mesecons_luacontroller (for I/O expander)
Only needed for craft recipes: default, basic_materials

Please see the 'docs' directory for information on using each individual component.