changed farming images
This commit is contained in:
parent
1bf80dc6b6
commit
458af19014
@ -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")
|
BIN
mods/farming/textures/farming_cotton_seed.png
Normal file
BIN
mods/farming/textures/farming_cotton_seed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 588 B |
BIN
mods/farming/textures/farming_cotton_seed.xcf
Normal file
BIN
mods/farming/textures/farming_cotton_seed.xcf
Normal file
Binary file not shown.
BIN
mods/farming/textures/farming_wheat_seed.png
Normal file
BIN
mods/farming/textures/farming_wheat_seed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 559 B |
BIN
mods/farming/textures/farming_wheat_seed.xcf
Normal file
BIN
mods/farming/textures/farming_wheat_seed.xcf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user