diff options
author | Och Noe <och_noe@forksworld.de> | 2024-11-11 20:56:15 +0100 |
---|---|---|
committer | Och Noe <och_noe@forksworld.de> | 2024-11-11 20:56:15 +0100 |
commit | 631661503444f221e052df5fb383c932860aef4b (patch) | |
tree | 299d6d8b345d70140773b26773c793224be11b76 | |
parent | 37218cb9b2913b9697ef12b216576427bb765b57 (diff) | |
download | moreblocks-631661503444f221e052df5fb383c932860aef4b.tar.gz moreblocks-631661503444f221e052df5fb383c932860aef4b.tar.bz2 moreblocks-631661503444f221e052df5fb383c932860aef4b.zip |
typo
-rw-r--r-- | panes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ xpanes.register_pane("iron_glass_pane", { xpanes.register_pane("clean_glass_pane", { description = "Clean Glass Pane", - textures = {"moreblocks_clean_glass.png","xpanes_pane_half.png","oreblocks_xpanes_white.png"}, + textures = {"moreblocks_clean_glass.png","xpanes_pane_half.png","moreblocks_xpanes_white.png"}, inventory_image = "moreblocks_clean_glass.png", wield_image = "moreblocks_clean_glass.png", sounds = default.node_sound_glass_defaults(), |