mirror of
https://github.com/minetest-mods/craftguide.git
synced 2025-04-19 10:50:36 +02:00
Change sign texture
This commit is contained in:
parent
6b76c8c10f
commit
e3861bcc6a
10
init.lua
10
init.lua
@ -909,17 +909,17 @@ else
|
|||||||
description = S("Crafting Guide Sign"),
|
description = S("Crafting Guide Sign"),
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
tiles = {"craftguide_sign.png"},
|
tiles = {"craftguide_sign.png"},
|
||||||
inventory_image = "craftguide_sign_inv.png",
|
inventory_image = "craftguide_sign.png",
|
||||||
wield_image = "craftguide_sign_inv.png",
|
wield_image = "craftguide_sign.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
groups = {oddly_breakable_by_hand = 1, flammable = 3},
|
groups = {oddly_breakable_by_hand = 1, flammable = 3},
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "wallmounted",
|
type = "wallmounted",
|
||||||
wall_top = {-0.4375, 0.4375, -0.3125, 0.4375, 0.5, 0.3125},
|
wall_top = {-0.5, 0.4375, -0.5, 0.5, 0.5, 0.5},
|
||||||
wall_bottom = {-0.4375, -0.5, -0.3125, 0.4375, -0.4375, 0.3125},
|
wall_bottom = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5},
|
||||||
wall_side = {-0.5, -0.3125, -0.4375, -0.4375, 0.3125, 0.4375}
|
wall_side = {-0.5, -0.5, -0.5, -0.4375, 0.5, 0.5}
|
||||||
},
|
},
|
||||||
|
|
||||||
on_construct = function(pos)
|
on_construct = function(pos)
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 685 B After Width: | Height: | Size: 894 B |
Binary file not shown.
Before Width: | Height: | Size: 685 B |
Loading…
x
Reference in New Issue
Block a user