From e1a50955ab011dc58542a74e634bbedf9a21c503 Mon Sep 17 00:00:00 2001 From: "Github is a non-free platform owned by Microsoft. Reasonable alternatives exist, such as Gitea, Sourcehut. We need a federated, mastodon-like forge based on ForgeFed. See: https://forgefed.org" Date: Sat, 23 Dec 2023 18:36:37 +0100 Subject: [PATCH] Minor style / indent Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com> --- technic/machines/supply_converter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic/machines/supply_converter.lua b/technic/machines/supply_converter.lua index 2a10a10d..75f344e4 100644 --- a/technic/machines/supply_converter.lua +++ b/technic/machines/supply_converter.lua @@ -181,7 +181,7 @@ minetest.register_node("technic:supply_converter", { "technic_supply_converter_side.png" }, groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2, - technic_machine=1, technic_all_tiers=1, axey=2, handy=1}, + technic_machine=1, technic_all_tiers=1, axey=2, handy=1}, _mcl_blast_resistance = 1, _mcl_hardness = 0.8, connect_sides = {"top", "bottom"},