From 83bd2110257c907d94a5bb7457b7dc5c771a3ecb Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 24 May 2018 14:48:00 +0100 Subject: shrink salt and pepper shakers --- pepper.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pepper.lua') diff --git a/pepper.lua b/pepper.lua index 4831952..e79efa9 100644 --- a/pepper.lua +++ b/pepper.lua @@ -37,13 +37,14 @@ minetest.register_node("farming:pepper_ground", { inventory_image = "crops_pepper_ground.png", wield_image = "crops_pepper_ground.png", drawtype = "plantlike", + visual_scale = 0.8, paramtype = "light", tiles = {"crops_pepper_ground.png"}, groups = { vessel = 1, food_pepper_ground = 1, dig_immediate = 3, attached_node = 1 }, - sounds = default.node_sound_glass_defaults(), + sounds = default.node_sound_defaults(), selection_box = { type = "fixed", fixed = {-0.25, -0.5, -0.25, 0.25, 0.3, 0.25} -- cgit v1.2.3