Add graphics for 2nd tier table
This commit is contained in:
@ -393,6 +393,11 @@ minetest.register_node("cartographer:simple_table", {
|
||||
});
|
||||
|
||||
minetest.register_node("cartographer:standard_table", {
|
||||
description = "Simple Cartographer's Table",
|
||||
drawtype = "mesh",
|
||||
mesh = "cartographer_standard_table.obj",
|
||||
tiles = { "cartographer_standard_table.png" },
|
||||
paramtype2 = "facedir",
|
||||
groups = {
|
||||
choppy = 2,
|
||||
oddly_breakable_by_hand = 2,
|
||||
|
Reference in New Issue
Block a user