signs and fences look much better
This commit is contained in:
parent
dc9d17d403
commit
9d77913786
@ -817,23 +817,20 @@ minetest.register_node(
|
||||
"default:sign",
|
||||
{
|
||||
description = "Sign",
|
||||
drawtype = "signlike",
|
||||
drawtype = "nodebox",
|
||||
tiles = {"default_sign.png"},
|
||||
inventory_image = "default_sign.png",
|
||||
wield_image = "default_sign.png",
|
||||
inventory_image = "default_sign_inventory.png",
|
||||
wield_image = "default_sign_inventory.png",
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
sunlight_propagates = true,
|
||||
is_ground_content = false,
|
||||
walkable = false,
|
||||
selection_box = {
|
||||
node_box = {
|
||||
type = "wallmounted",
|
||||
wall_top = {-0.5+(4/16), 0.5, -0.5+(1/16), 0.5-(4/16), 0.5-(1/16), 0.5-(1/16)},
|
||||
wall_bottom = {-0.5+(4/16), -0.5, -0.5+(1/16), 0.5-(4/16), -0.5+(1/16), 0.5-(1/16)},
|
||||
wall_top = {-0.5+(1/16), 0.5, -0.5+(4/16), 0.5-(1/16), 0.5-(1/16), 0.5-(4/16)},
|
||||
wall_bottom = {-0.5+(1/16), -0.5, -0.5+(4/16), 0.5-(1/16), -0.5+(1/16), 0.5-(4/16)},
|
||||
wall_side = {-0.5, -0.5+(4/16), -0.5+(1/16), -0.5+(1/16), 0.5-(4/16), 0.5-(1/16)},
|
||||
--wall_top = <default>
|
||||
--wall_bottom = <default>
|
||||
--wall_side = <default>
|
||||
},
|
||||
groups = {choppy=2,dig_immediate=2,attached_node=1},
|
||||
legacy_wallmounted = true,
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 360 B |
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 236 B After Width: | Height: | Size: 301 B |
Binary file not shown.
BIN
mods/default/textures/default_sign_inventory.png
Normal file
BIN
mods/default/textures/default_sign_inventory.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 338 B |
BIN
mods/default/textures/default_sign_inventory.xcf
Normal file
BIN
mods/default/textures/default_sign_inventory.xcf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user