Skip to content

Commit

Permalink
Use group:wood for crafting drawers
Browse files Browse the repository at this point in the history
  • Loading branch information
LNJ committed Apr 3, 2017
1 parent d6db074 commit b75a4dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ drawers.drawer_visuals = {}

if default then
drawers.WOOD_SOUNDS = default.node_sound_wood_defaults()
drawers.WOOD_ITEMSTRING = "default:wood"
drawers.WOOD_ITEMSTRING = "group:wood"
drawers.CHEST_ITEMSTRING = "default:chest"
elseif mcl_core then -- MineClone 2
drawers.WOOD_ITEMSTRING = "mcl_core:wood"
drawers.WOOD_ITEMSTRING = "group:wood"
drawers.CHEST_ITEMSTRING = "mcl_chests:chest"
if mcl_sounds then
drawers.WOOD_SOUNDS = mcl_sounds.node_sound_wood_defaults()
Expand Down

0 comments on commit b75a4dd

Please sign in to comment.