Texture update: boats, big oak sapling, end stone bricks, sign

This commit is contained in:
Wuzzy 2017-02-06 17:58:26 +01:00
parent 9eb72e2703
commit 9df7c7bbc8
13 changed files with 5 additions and 4 deletions

View file

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