summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-05-24 14:48:00 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-05-24 14:48:00 +0100
commit83bd2110257c907d94a5bb7457b7dc5c771a3ecb (patch)
tree82c4683557487adfbde300bf3967f8baba94b742
parent7cf215badb086fd032c3a4f509792ce7326a99a6 (diff)
shrink salt and pepper shakers
-rw-r--r--pepper.lua3
-rw-r--r--sugar.lua3
-rw-r--r--textures/farming_salt.pngbin254 -> 248 bytes
3 files changed, 4 insertions, 2 deletions
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}
diff --git a/sugar.lua b/sugar.lua
index bdaf698..0afb3e1 100644
--- a/sugar.lua
+++ b/sugar.lua
@@ -24,11 +24,12 @@ minetest.register_node("farming:salt", {
inventory_image = "farming_salt.png",
wield_image = "farming_salt.png",
drawtype = "plantlike",
+ visual_scale = 0.8,
paramtype = "light",
tiles = {"farming_salt.png"},
groups = {food_salt = 1, vessel = 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}
diff --git a/textures/farming_salt.png b/textures/farming_salt.png
index 0aa733a..2b23e33 100644
--- a/textures/farming_salt.png
+++ b/textures/farming_salt.png
Binary files differ