f1a3223d20
Merge remote-tracking branch 'upstream/master'
2025-03-20 11:42:53 +01:00
wsor4035
f7d5164559
fix https://github.com/mt-mods/homedecor_modpack/issues/88 - improve usage of use_texture_alpha to improve client rendering ( #89 )
2024-12-28 22:34:54 -05:00
0a93b0f8df
Merge remote-tracking branch 'upstream/master'
2024-09-15 09:17:13 +02:00
monk
d0ab9b82ce
reorder registration of aliases to fix missing recipes, also reorder registration of dye recipes to show item craft first before recipe craft ( #72 )
2024-05-23 18:37:28 -04:00
Niklp
d400e421ce
Replace homedecor_blanktile.png
w/ engine provided blank.png
( #69 )
2024-04-02 18:08:49 -04:00
wsor4035
0d5cab9455
replace hardcoded game agnostic texture support and homedecor.textures to xcompat ( #66 )
...
* switch existing to xcompat textures
* replace the rest of the hard coded texture conversions to use homedecor.textures
2024-03-03 15:52:58 -05:00
Luke aka SwissalpS
080551e647
Is ground content ( #64 )
...
see https://github.com/pandorabox-io/pandorabox.io/issues/836
2024-02-29 18:49:24 -05:00
15300a4413
Merge remote-tracking branch 'upstream/master'
2023-06-06 00:03:55 +02:00
unknown
55bbd478d9
fix all or edge cases for https://github.com/mt-mods/homedecor_modpack/issues/49 not caught by the last commit
2022-11-30 17:48:28 -05:00
0f8f31d5c8
Merge remote-tracking branch 'upstream/master'
2022-08-26 15:01:27 +02:00
unknown
37bc0ed58d
add more crafts
2022-08-03 14:25:51 +02:00
d667e39851
Merge remote-tracking branch 'upstream/master'
2022-05-27 18:34:18 +02:00
unknown
5ffdc26673
fix https://github.com/mt-mods/homedecor_modpack/issues/34
2022-05-16 22:41:02 -04: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
wsor4035
3ba59dc2d5
fix almost all warning spam ( #26 )
2022-03-29 07:44:05 +02:00
2814f672f0
Merge remote-tracking branch 'upstream/master'
2021-04-04 20:59:35 +02:00
Vanessa Dannenberg
0268767ac9
remove unused recipes from furniture mod
...
some deleted altogether as redundant,
others moved to the proper mods.
2021-03-26 23:27:13 -04:00
6e973c3830
Merge remote-tracking branch 'upstream/master'
2021-03-02 23:11:41 +01:00
Vanessa Dannenberg
968d706e9b
Don't allow engine to add the implicit "Proceed" button
...
(on lights anyway;
this change makes it possible to theme the formspec)
2021-02-25 02:13:21 -05:00
df9e8aea4b
Merge remote-tracking branch 'upstream/master'
2021-01-24 12:40:06 +01:00
ExeVirus
9ab3cb361f
# Compress Plasma Animations
...
Reduced the plasma animations from 64x64 to 48x48 each. Updated the aspect ratios in the .lua files referencing them.
Total Reduction:
2021-01-23 10:05:24 -05:00
2ef259fa24
Merge remote-tracking branch 'upstream/master'
2020-11-25 21:53:41 +01:00
Sebastian Lobinger
93bf5d76ae
reorder rules_alldir in homedecor_lightning/init.lua so it can read by y-axis and then line by line of 2d coordinates
...
if you express the connections in ascii where N is the Node 1 is connected and 0 is not connected:
```
y+0: 010
1N1
010
y+1: 010
111
010
y-1: 010
111
010
```
This code structure is more easy to read / a very close representation of the sketched layers.
2020-11-19 16:41:12 +00:00
Sebastian Lobinger
ec06010320
add connection to direct top node (0;1;0) in rules_alldir of homedecor_lightning/init.lua
...
This allows the rope_light_on_ceiling node to be connected with mesecon in a natural manner.
2020-11-19 16:17:28 +00:00
b6ecc0b95f
Merge remote-tracking branch 'upstream/master'
2020-10-09 19:30:42 +02:00
Gardon Klimm
ec1be77d7e
Update german locale
2020-10-09 04:57:41 +00:00
3567b42c39
Merge remote-tracking branch 'upstream/master'
2020-08-08 10:04:04 +02:00
Louis Royer
98b281aade
Fix minetest warnings from homedecor_lighting
...
```
Undeclared global variable "mesecon" accessed at ...etest/mods/homedecor_modpack/homedecor_lighting/init.lua:852
Undeclared global variable "mesecon" accessed at ...etest/mods/homedecor_modpack/homedecor_lighting/init.lua:898
```
2020-08-05 16:10:33 +02:00
Louis Royer
e3ec030468
MT5 translation for homedecor_lighting
...
- Add screwdriver to optional_depends
- Fix luacheck warnings (mostly removing unused/legacy stuff)
Note: sm_light used to be a light_source value for lattice small lantern,
but when this was changed, only half of the lines were deleted
(including the declaration). The other half has been preserved because
it was part of an if-arm that "seems" unrelated (but it only seems).
- Improve french translation
2020-08-05 16:01:39 +02:00
e372ccb4d8
Merge branch 'master' of yunohost:mtcontrib/homedecor_modpack into nalc-1.2-dev
2019-12-22 13:26:45 +01:00
Vanessa Dannenberg
f6da0f7329
fix the 'fix'
2019-09-19 20:55:56 -04:00
Vanessa Dannenberg
e84a184946
only try to process a light message if it's a string
2019-09-19 19:24:42 -04:00
Vanessa Dannenberg
9dcc6c2b4d
use Unified Dyes on_dig where needed - requires Unified Dyes commit 9ff40a7f or later
2019-07-18 02:16:46 -04:00
Vanessa Dannenberg
80352d69e1
prevent crash if receiving a null message string or channel
2019-07-16 06:45:04 -04:00
Vanessa Dannenberg
b28f1314da
add aliases for rope lights (on/14, off/0)
...
make right-click handler work properly for plain "on"/"off" items
2019-06-15 06:52:58 -04:00
Vanessa Dannenberg
17ea2040e2
fix groups on "floor" rope lights
...
if mesecons, put "off" rope lights in creative inv, and drop them as "off" as
well. else, put "on" in creative inv and drop "on"
allow right-click on rope lights only if no mesecons
also cache minetest.get_modpath("mesecons")
2019-06-15 06:45:41 -04:00
Vanessa Dannenberg
13862c1a48
missing chandelier alias
2019-06-07 00:50:06 -04:00
Vanessa Dannenberg
80ab12710b
add "light" to a couple of descriptions, for easier searching
2019-06-06 04:38:13 -04:00
Vanessa Dannenberg
1b94c940d7
fix wrong light value on standing lamps
2019-06-06 04:37:26 -04:00
Vanessa Dannenberg
df44dd3dad
remove some bogus aliases, fix plasma ball
2019-06-06 01:48:44 -04:00
Vanessa Dannenberg
b407f06dc4
fix wall lantern aliases, for real this time :P
2019-06-06 01:03:57 -04:00
Vanessa Dannenberg
ea160a6519
simplify mesecons/digilines rules
...
replaced all "xz" and "toponly" with "alldir"
made on-floor rope lights use "alldir"
2019-06-04 01:37:02 -04:00
Vanessa Dannenberg
631813bb2d
make all dimmable lights fully dimmable to any level 0-14
...
for backward compat, they'll resond to the usual strings, too:
"off" -> 0
"min" -> 3
"med" -> 7
"hi" -> 11
"max"/"on" -> 14
all dimmable nodes have been renamed to bear the light value in their
names, and aliased.
the non-dimmable lights still respond as before
("off" or n < 4; "on" or n > 3)
2019-06-04 00:56:00 -04:00
Vanessa Dannenberg
84c3933fd4
fix wrong textures on a couple of lamps
2019-06-02 03:16:00 -04:00
Vanessa Dannenberg
968cdfd549
rope lights are not dimmable
2019-06-02 03:13:46 -04:00
Vanessa Dannenberg
c457874d03
fix bad not-in-creative-inventory flags on wall lamp and plasma ball
2019-06-02 02:51:41 -04:00
Vanessa Dannenberg
67acbd6d59
fix not being able to right-click table and standing lamps
2019-06-02 02:47:46 -04:00
Vanessa Dannenberg
fdb37bdaf5
fix wrong colorization table usage in table, standing, and desk lamps
2019-06-02 02:45:01 -04:00
Vanessa Dannenberg
ab8bf5586f
move "medieval" wall lamp and torch to homedecor_lighting
...
make them mesecon/digiline controllable (on/off only, alldir rules)
also fix a couple of old texture references
2019-06-02 02:37:02 -04:00
Vanessa Dannenberg
2f3c12eb2a
rename and move generic light source textures
2019-06-02 02:23:10 -04:00