Texture update: boats, big oak sapling, end stone bricks, sign
This commit is contained in:
parent
9eb72e2703
commit
9df7c7bbc8
13 changed files with 5 additions and 4 deletions
|
@ -188,10 +188,10 @@ end
|
|||
|
||||
minetest.register_node("signs:sign_wall", {
|
||||
description = "Sign",
|
||||
inventory_image = "default_sign_wall.png",
|
||||
inventory_image = "default_sign.png",
|
||||
walkable = false,
|
||||
is_ground_content = false,
|
||||
wield_image = "default_sign_wall.png",
|
||||
wield_image = "default_sign.png",
|
||||
node_placement_prediction = "",
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue