mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-18 21:50:20 +02:00
add hd tables
This commit is contained in:
@ -59,7 +59,9 @@ minetest.register_node(":lrfurn:coffeetable", {
|
||||
paramtype2 = "facedir",
|
||||
use_texture_alpha = "blend",
|
||||
groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=3},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
_sound_def = {
|
||||
key = "node_sound_wood_defaults",
|
||||
},
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
@ -108,7 +110,7 @@ minetest.register_craft({
|
||||
output = "lrfurn:coffeetable",
|
||||
recipe = {
|
||||
{"", "", "", },
|
||||
{"stairs:slab_wood", "stairs:slab_wood", "stairs:slab_wood", },
|
||||
{homedecor.materials.slab_wood, homedecor.materials.slab_wood, homedecor.materials.slab_wood, },
|
||||
{"group:stick", "", "group:stick", }
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user