changed farming images

This commit is contained in:
kaadmy 2015-10-03 14:21:41 -07:00
parent 1bf80dc6b6
commit 458af19014
5 changed files with 7 additions and 2 deletions

View File

@ -4,7 +4,8 @@ minetest.register_node(
description = "Wheat Seed",
drawtype = "plantlike",
tiles = {"farming_wheat_1.png"},
inventory_image = "farming_wheat_4.png",
inventory_image = "farming_wheat_seed.png",
wield_image = "farming_wheat_seed.png",
paramtype = "light",
waving = 1,
walkable = false,
@ -104,7 +105,8 @@ minetest.register_node(
description = "Cotton Seed",
drawtype = "plantlike",
tiles = {"farming_cotton_1.png"},
inventory_image = "farming_cotton_4.png",
inventory_image = "farming_cotton_seed.png",
wield_image = "farming_cotton_seed.png",
paramtype = "light",
waving = 1,
walkable = false,
@ -208,4 +210,7 @@ minetest.register_node(
sounds = default.node_sound_leaves_defaults(),
})
minetest.register_alias("farming:cotton_seed", "farming:cotton_1")
minetest.register_alias("farming:wheat_seed", "farming:wheat_1")
default.log("nodes", "loaded")

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.