Skip to content

Commit

Permalink
Clans v3: change clan chest textures. Closes #1742
Browse files Browse the repository at this point in the history
  • Loading branch information
alek13 committed Oct 30, 2024
1 parent 47187e2 commit afde837
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mods/lord/Blocks/clan_node/src/chest/node.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ end
local definition = {
description = S("Clan Chest"),
tiles = {
"default_chest_top.png",
"default_chest_top.png",
"default_chest_side.png",
"default_chest_side.png",
"default_chest_side.png",
"default_chest_front.png"
"clan_node_chest_top.png",
"clan_node_chest_top.png",
"clan_node_chest_side.png",
"clan_node_chest_side.png",
"clan_node_chest_side.png",
"clan_node_chest_front.png"
},
sounds = default.node_sound_wood_defaults(),
sound_open = "default_chest_open",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit afde837

Please sign in to comment.