7df4ddec1c
move plank registration and recipe out of tree mod into newly created woodworking mod. also update plank recipe to require cobblestone instead of stone to be held while pummeling.
5 lines
109 B
Lua
5 lines
109 B
Lua
local modname = minetest.get_current_modname()
|
|
|
|
blockgame.reg_simple_node("plank", "Plank", {
|
|
woody = 1,
|
|
})
|