forked from Mirrorlandia_minetest/digistuff
a38debb592
Basically just lets you provide any formspec you want, which should resolve all of the "but the touchscreen can't do XYZ" issues :) I don't believe this to be a security problem as arbitrary formspecs should do nothing unless you actually right-click the node (and you can always just... not), and if the client does crash in response to a bad formspec then this is probably a client bug anyway. |
||
---|---|---|
docs | ||
models | ||
sounds | ||
textures | ||
camera.lua | ||
cardreader.lua | ||
channelcopier.lua | ||
conductors.lua | ||
controller.lua | ||
detector.lua | ||
gpu-font.lua | ||
gpu.lua | ||
init.lua | ||
internal.lua | ||
ioexpander.lua | ||
light.lua | ||
memory.lua | ||
mod.conf | ||
movestone.lua | ||
nbsounds.lua | ||
nic.lua | ||
noteblock.lua | ||
panel.lua | ||
piezo.lua | ||
piston.lua | ||
README | ||
sillystuff.lua | ||
switches.lua | ||
timer.lua | ||
touchscreen.lua |
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.