Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit e3861bc

Browse files
committed
Change sign texture
1 parent 6b76c8c commit e3861bc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

init.lua

+5-5
Original file line numberDiff line numberDiff line change
@@ -909,17 +909,17 @@ else
909909
description = S("Crafting Guide Sign"),
910910
drawtype = "nodebox",
911911
tiles = {"craftguide_sign.png"},
912-
inventory_image = "craftguide_sign_inv.png",
913-
wield_image = "craftguide_sign_inv.png",
912+
inventory_image = "craftguide_sign.png",
913+
wield_image = "craftguide_sign.png",
914914
paramtype = "light",
915915
paramtype2 = "wallmounted",
916916
sunlight_propagates = true,
917917
groups = {oddly_breakable_by_hand = 1, flammable = 3},
918918
node_box = {
919919
type = "wallmounted",
920-
wall_top = {-0.4375, 0.4375, -0.3125, 0.4375, 0.5, 0.3125},
921-
wall_bottom = {-0.4375, -0.5, -0.3125, 0.4375, -0.4375, 0.3125},
922-
wall_side = {-0.5, -0.3125, -0.4375, -0.4375, 0.3125, 0.4375}
920+
wall_top = {-0.5, 0.4375, -0.5, 0.5, 0.5, 0.5},
921+
wall_bottom = {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5},
922+
wall_side = {-0.5, -0.5, -0.5, -0.4375, 0.5, 0.5}
923923
},
924924

925925
on_construct = function(pos)

textures/craftguide_sign.png

209 Bytes
Loading

textures/craftguide_sign_inv.png

-685 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)