* psuedo code for jump drive support
* avoid re-calculating node hash in loop
* cache new position for next move
* clean comment and minetest -> core
* cache seat offset for sofas
* use first found sitting position
* cleanup some comments
* bugfix: reported seat occupied when it wasn't
---------
Co-authored-by: Luke aka SwissalpS <Luke@SwissalpS.ws>
* replace physics hell with hopefully better entity hell
* toss worthless optional depend
* no need to save entity if we dont remove it for some reason - crashes, etc
* fix sofas
* handle the rest of chairs
* catch malformed seating, since lua tables are 1 indexed
* niklp suggestion
* make materials.lua with hades, minetest game, farlands items
* make textures file for central handling
* make mods game agnostic
* take out the trash
* handle multiple seats in sofas
* add github luacheck workflow and various luacheck fixes
* add fluxionary scope creep
* fix devtest breaking right to a name policy
Co-authored-by: wsor4035 <24964441+wsor4035@users.noreply.github.com>
Co-authored-by: SFENCE <sfence.software@gmail.com>
move lrfurn tables to homedecor_tables
create new mod: homedecor_seating
move lrfurn chair, sofas, and all types of homedecor
chairs, benches, etc. that I could think of,
whether intended for exterior or interior use,
to that new mod.
(except tree swing :P )
lrfurn was left empty after this, so deleted.