1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-01-05 14:20:21 +01:00
Commit Graph

14 Commits

Author SHA1 Message Date
wsor4035
39761fc9c1 niklp suggestion 2024-10-30 22:56:27 -04:00
wsor4035
c90e1d404a catch malformed seating, since lua tables are 1 indexed 2024-10-27 12:19:09 -04:00
wsor4035
a8b9f6c956 handle the rest of chairs 2024-10-27 12:17:53 -04:00
wsor4035
09d4123317 fix sofas 2024-10-27 11:56:08 -04:00
wsor4035
08434bbd42 no need to save entity if we dont remove it for some reason - crashes, etc 2024-10-26 22:05:54 -04:00
wsor4035
07ee3f2b6b replace physics hell with hopefully better entity hell 2024-10-26 21:55:46 -04:00
Niklp
79416b962c
Add player_monoids support (#80)
* Add `player_monoids` support (*sometimes* broken for whatever reason, see xkcd#1739)

* .
2024-10-20 12:24:57 -04:00
wsor4035
335559feb3 fix seating only working once till server restarts 2024-09-11 20:18:38 -04:00
wsor4035
a100d20d4d
implements https://github.com/mt-mods/homedecor_modpack/issues/31 - show players sitting in seats (#76)
* implment https://github.com/mt-mods/homedecor_modpack/issues/31 - show players sitting in seats

* improve things
2024-09-09 12:11:43 -04:00
Niklp
951f77491c
Fix use of deprecated get_look_yaw() (#62) 2023-09-24 21:19:47 +10:00
Niklp
acf17f2ba4
Replace deprecated functions (#37) 2022-06-18 18:44:02 +10:00
wsor4035
546cd7110f
make homedecor game agnostic (#28)
* 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>
2022-05-03 15:21:14 -04:00
Louis Royer
a9809998bf MT5 translation for homedecor_seating
- Add screwdriver to optional_depends
- Fix luacheck warnings
2020-08-05 16:01:47 +02:00
Vanessa Dannenberg
c645964dd5 Refactor tables and seating
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.
2019-05-26 20:02:29 -04:00