forked from mtcontrib/farming
shrink salt and pepper shakers
This commit is contained in:
parent
7cf215badb
commit
83bd211025
@ -37,13 +37,14 @@ minetest.register_node("farming:pepper_ground", {
|
|||||||
inventory_image = "crops_pepper_ground.png",
|
inventory_image = "crops_pepper_ground.png",
|
||||||
wield_image = "crops_pepper_ground.png",
|
wield_image = "crops_pepper_ground.png",
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
|
visual_scale = 0.8,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
tiles = {"crops_pepper_ground.png"},
|
tiles = {"crops_pepper_ground.png"},
|
||||||
groups = {
|
groups = {
|
||||||
vessel = 1, food_pepper_ground = 1,
|
vessel = 1, food_pepper_ground = 1,
|
||||||
dig_immediate = 3, attached_node = 1
|
dig_immediate = 3, attached_node = 1
|
||||||
},
|
},
|
||||||
sounds = default.node_sound_glass_defaults(),
|
sounds = default.node_sound_defaults(),
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {-0.25, -0.5, -0.25, 0.25, 0.3, 0.25}
|
fixed = {-0.25, -0.5, -0.25, 0.25, 0.3, 0.25}
|
||||||
|
@ -24,11 +24,12 @@ minetest.register_node("farming:salt", {
|
|||||||
inventory_image = "farming_salt.png",
|
inventory_image = "farming_salt.png",
|
||||||
wield_image = "farming_salt.png",
|
wield_image = "farming_salt.png",
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
|
visual_scale = 0.8,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
tiles = {"farming_salt.png"},
|
tiles = {"farming_salt.png"},
|
||||||
groups = {food_salt = 1, vessel = 1, dig_immediate = 3,
|
groups = {food_salt = 1, vessel = 1, dig_immediate = 3,
|
||||||
attached_node = 1},
|
attached_node = 1},
|
||||||
sounds = default.node_sound_glass_defaults(),
|
sounds = default.node_sound_defaults(),
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {-0.25, -0.5, -0.25, 0.25, 0.3, 0.25}
|
fixed = {-0.25, -0.5, -0.25, 0.25, 0.3, 0.25}
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 254 B After Width: | Height: | Size: 248 B |
Loading…
Reference in New Issue
Block a user