Skip to content

Commit

Permalink
make luacheck happy
Browse files Browse the repository at this point in the history
  • Loading branch information
wsor4035 committed Feb 14, 2023
1 parent 9e3b41a commit 7748488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ minetest.register_craft({
minetest.register_node("bridges:bridge_auto", {
description = "self building bridge",
-- looks from all sides like the top of a chest
tiles = { (minetest.get_modpath("default") and "default_chest_top.png" or "[combine:16x16^[noalpha^[colorize:#654321") },
tiles = {(minetest.get_modpath("default") and "default_chest_top.png" or "[combine:16x16^[noalpha^[colorize:#654321")},
drawtype = "cube",
is_ground_content = true,
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2,flammable=3},
Expand Down

0 comments on commit 7748488

Please sign in to comment.