Now implement them

This commit is contained in:
jordan4ibanez 2023-11-22 05:19:00 -05:00
parent a77a71a6f3
commit c559877d8b
2 changed files with 4 additions and 2 deletions

View File

@ -93,7 +93,7 @@ do
":workbench",
{
drawtype = Drawtype.normal,
tiles = {"default_wood.png"},
tiles = {"crafting_workbench_top.png", "default_wood.png", "crafting_workbench_side.png"},
sounds = sounds.wood(),
groups = {[blockType.wood] = 1},
on_construct = function(position)

View File

@ -105,7 +105,9 @@ namespace blocks {
minetest.register_node(":workbench", {
drawtype: Drawtype.normal,
tiles: [
"default_wood.png"
"crafting_workbench_top.png",
"default_wood.png",
"crafting_workbench_side.png"
],
sounds: sounds.wood(),
groups: {