From 285019282db25d9ff6601bf17cb6f7026ba4ad0e Mon Sep 17 00:00:00 2001 From: Dirk Sohler Date: Mon, 30 Jan 2017 03:09:59 +0100 Subject: [PATCH] Fix indentation --- init.lua | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/init.lua b/init.lua index bdf1607..5159e41 100644 --- a/init.lua +++ b/init.lua @@ -409,26 +409,26 @@ mt.register_craftitem("craftguide:book", { mt.register_node("craftguide:sign", { description = "Crafting Guide Sign", - drawtype = "nodebox", - tiles = {"craftguide_sign.png"}, + drawtype = "nodebox", + tiles = {"craftguide_sign.png"}, inventory_image = "craftguide_sign_inventory.png", wield_image = "craftguide_sign_inventory.png", stack_max = 1, - paramtype = "light", - paramtype2 = "wallmounted", - sunlight_propagates = true, - walkable = false, - groups = {wood = 1, oddly_breakable_by_hand = 1, flammable = 3}, + paramtype = "light", + paramtype2 = "wallmounted", + sunlight_propagates = true, + walkable = false, + groups = {wood = 1, oddly_breakable_by_hand = 1, flammable = 3}, legacy_wallmounted = true, - node_box = { + node_box = { type = "wallmounted", - wall_top = {-0.4375, 0.4375, -0.3125, 0.4375, 0.5, 0.3125}, + wall_top = {-0.4375, 0.4375, -0.3125, 0.4375, 0.5, 0.3125}, wall_bottom = {-0.4375, -0.5, -0.3125, 0.4375, -0.4375, 0.3125}, wall_side = {-0.5, -0.3125, -0.4375, -0.4375, 0.3125, 0.4375}, }, on_rightclick = function(pos, node, user, itemstack, pointed_thing) - craftguide:on_use(itemstack, user) - end + craftguide:on_use(itemstack, user) + end }) mt.register_craft({