Add graphics for 2nd tier table

This commit is contained in:
Hugues Ross
2020-02-25 20:23:09 -05:00
parent 1404058a06
commit bce0db5e7a
6 changed files with 664 additions and 0 deletions

View File

@ -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,