fixed a couple mistakes

master
DonBatman 2016-07-03 12:24:18 -07:00
parent 8aa8410679
commit ee4016040e
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
default
mypaint?
mypaint

View File

@ -70,7 +70,7 @@ minetest.register_node(":angledwalls:angled_wall"..itm.."_" .. color, {
drawtype = "mesh",
mesh = "angled_wall.obj",
is_ground_content = false,
groups = {choppy = 2, oddly_breakable_by_hand = 2,cracky = 2},
groups = {choppy = 2, oddly_breakable_by_hand = 2,cracky = 2, not_in_creative_inventory = 1},
sounds = default.node_sound_wood_defaults(),
})