diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-05-22 00:47:04 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-05-22 00:47:04 +0300 |
commit | 85024f051d1d05d95a3c3d7f7b7d3fbdcd2961fd (patch) | |
tree | 0fcb0625fe5826fbb8e1b11c9618d84f93ad7fa6 /init.lua | |
parent | 2668515ecc704bbc9d2416f634c6c0dcabddf38a (diff) |
drawer fix
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -211,7 +211,7 @@ end -- registering the wood type with drawers mod if minetest.get_modpath("drawers") and default then - drawers.register_drawer(":drawers:maple", { + drawers.register_drawer("maple:maple_drawer", { description = "Maple", tiles1 = drawers.node_tiles_front_other("drawers_maple_wood_front_1.png", "drawers_maple_wood.png"), @@ -222,7 +222,7 @@ if minetest.get_modpath("drawers") and default then groups = {choppy = 3, oddly_breakable_by_hand = 2}, sounds = drawers.WOOD_SOUNDS, drawer_stack_max_factor = 4 * 8, -- normal chest size - material = drawers.WOOD_ITEMSTRING + material = "maple:maple_wood" }) end
\ No newline at end of file |