crops rot

This commit is contained in:
Toby plowy 2017-02-08 08:35:40 +01:00
parent 0c43df23e9
commit 25d1bf5ecd
9 changed files with 4 additions and 1 deletions

View File

@ -13,6 +13,7 @@ minetest.register_craftitem("farming:corn", {
minetest.register_node("farming:corn_1", {
drawtype = "plantlike",
tiles = {"farming_corn_1.png"},
visual_scale = 1.4,
paramtype = "light",
sunlight_propagates = true,
waving = 1,
@ -30,6 +31,7 @@ minetest.register_node("farming:corn_1", {
minetest.register_node("farming:corn_2", {
drawtype = "plantlike",
tiles = {"farming_corn_2.png"},
visual_scale = 1.4,
paramtype = "light",
sunlight_propagates = true,
waving = 1,
@ -47,6 +49,7 @@ minetest.register_node("farming:corn_2", {
minetest.register_node("farming:corn_3", {
drawtype = "plantlike",
tiles = {"farming_corn_3.png"},
visual_scale = 1.4,
paramtype = "light",
waving = 1,
sunlight_propagates = true,
@ -64,7 +67,7 @@ minetest.register_node("farming:corn_3", {
minetest.register_node("farming:corn_4", {
drawtype = "plantlike",
tiles = {"farming_corn_4.png"},
visual_scale = 1.45,
visual_scale = 1.4,
paramtype = "light",
waving = 1,
sunlight_propagates = true,

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 645 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B