Make golden wool rotatable

master
Wuzzy 2017-12-14 01:41:21 +01:00
parent 78add98658
commit 44bb56129f
2 changed files with 4 additions and 2 deletions

View File

@ -970,7 +970,7 @@
type = "fixed",
fixed = {-0.1,-0.5,0.1, 0.1,-0.25,0.5},
},
groups = {cracky=2,}
groups = {cracky=2,},
sounds = default.node_sound_metal_defaults(),
})
@ -1005,7 +1005,7 @@
type = "fixed",
fixed = {-0.5, -0.5, -0.1, 0.5, 0.5, 0.1},
},
groups {cracky=1},
groups = {cracky=1},
sounds = default.node_sound_metal_defaults(),
})

View File

@ -6,6 +6,8 @@ gluncarp = {}
---more wool
minetest.register_node("gluncarp:wool_blackgold", {
description = "Black Wool with Gold",
paramtype2 = "facedir",
is_ground_content = false,
tiles = {"gluncarp_wool_blackgold.png"},
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=3,flammable=3,wool=1},
sounds = default.node_sound_defaults(),