- Sep 20, 2019
-
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
-
- Sep 19, 2019
-
-
Vanessa Dannenberg authored
Fix fg/bg texture setting in register_furnace See merge request VanessaE/homedecor_modpack!7
-
James McManus authored
If a custom fire_bg texture had been provided (not currently done within the modpack itself), fire_fg would have been set to that instead of the provided fire_fg or default.
-
- Sep 11, 2019
-
-
Vanessa Dannenberg authored
-
- Aug 27, 2019
-
-
Vanessa Dannenberg authored
Fix a typo in homedecor_cobweb/init.lua See merge request VanessaE/homedecor_modpack!6
-
upsilon authored
This typo made the server crash when placing a centered cobweb
-
- Aug 21, 2019
-
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
Use API to replace beer mug Closes #18 See merge request VanessaE/homedecor_modpack!5
-
Vanessa Dannenberg authored
so that the spool of filament can be colorized.
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
-
- Aug 18, 2019
-
-
coil authored
Mods overriding minetest.do_item_eat can ensure that an empty glass is given only if the item was actually used. Fixes #18.
-
- Aug 14, 2019
-
-
Vanessa Dannenberg authored
-
- Jul 18, 2019
-
-
Vanessa Dannenberg authored
-
- Jul 16, 2019
-
-
Vanessa Dannenberg authored
-
- Jun 25, 2019
-
-
Vanessa Dannenberg authored
make sure player_api and 3d_armor load before wardrobe
-
- Jun 20, 2019
-
-
Vanessa Dannenberg authored
(all still pointed to old node names)
-
- Jun 18, 2019
-
-
Vanessa Dannenberg authored
-
- Jun 15, 2019
-
-
Vanessa Dannenberg authored
make right-click handler work properly for plain "on"/"off" items
-
Vanessa Dannenberg authored
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")
-
- Jun 07, 2019
-
-
Vanessa Dannenberg authored
also remove "closed" curtain from creative inv change recipe to give the "open" one
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
should fix #17 ?
-
- Jun 06, 2019
-
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
bumped LBM version
-
Vanessa Dannenberg authored
-
- Jun 05, 2019
-
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
-
- Jun 04, 2019
-
-
Vanessa Dannenberg authored
replaced all "xz" and "toponly" with "alldir" made on-floor rope lights use "alldir"
-
Vanessa Dannenberg authored
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)
-
- Jun 03, 2019
-
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
to avoid confusion doors:wood_glass_{oak,white,mahogany}_{a,b} --> doors:homedecor_french_{oak,white,mahogany}_{a,b} doors:woodglass2_{a,b} --> doors:homedecor_carolina_{a,b} doors:bedroom_{a,b} --> doors:homedecor_basic_panel_{a,b} All others: doors:$foo_{a,b} --> doors:homedecor_$foo_{a,b}
-
- Jun 02, 2019
-
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
-