From 6ec9765b58c8a65f7c10006cf2e0a13b9e1a3a87 Mon Sep 17 00:00:00 2001 From: TheRandomLegoBrick Date: Mon, 20 Jun 2022 13:31:23 -0700 Subject: [PATCH] Fix indentation --- mods/ITEMS/mcl_grindstone/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/ITEMS/mcl_grindstone/init.lua b/mods/ITEMS/mcl_grindstone/init.lua index 52c5b2e99..f373070cd 100644 --- a/mods/ITEMS/mcl_grindstone/init.lua +++ b/mods/ITEMS/mcl_grindstone/init.lua @@ -1,7 +1,7 @@ local S = minetest.get_translator(minetest.get_current_modname()) minetest.register_node("mcl_grindstone:grindstone", { - description = S("Grindstone"), + description = S("Grindstone"), _tt_help = S("Used to disenchant/fix tools"), _doc_items_longdesc = S("This is currently a decorative block which serves as the weapon smith's work station. In minecraft this is used to disenchant/fix tools howerver this has not yet been implemented"), tiles = { @@ -13,10 +13,10 @@ minetest.register_node("mcl_grindstone:grindstone", { "grindstone_front.png" }, drawtype = "nodebox", - paramtype2 = "facedir", + paramtype2 = "facedir", node_box = { type = "fixed", - -- created with nodebox editor + -- created with nodebox editor fixed = { {-0.25, -0.25, -0.375, 0.25, 0.5, 0.375}, {-0.375, -0.0625, -0.1875, -0.25, 0.3125, 0.1875},