* 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>
* fix fake fire warnings
* fix hd 3d extras warnings
* fix hd climate control warnings
* fix hd clocks warnings
* fix hd cobweb warnings
* fix hd doors/gates warnings
* fix hd exterior warnings
* fix hd fences warnings
* fix hd gastronomy warnings
* fix hd kitchen missing dependency
* fix hd office warnings
* fix hd roofing warnings
* fix hd table warnings
* fix hd trash cans warnings
* fix hd wardrobe warnings
* remove legacy hack
If the player places table legs, and then places a tabletop while
pointing at the legs (from any side), the table and legs will
automatically be combined into a single node that can then have
something placed on top like usual.
This also gets rid of those redundant "utility" table nodes, since
these have always basically just been a set of legs, and a copy
of the small square wood table. Now they're merged into the above
feature, and aliased as appropriate.
Tecccccccccchhnically, wood legs should only have been allowed to
combine with wooden tabletops... then I googled around a bit,
and found a number of glass tables with wooden legs that were
surprisingly similar to the in-game versions.
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.