mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-12-26 02:10:18 +01:00
added texture for fiber craft item
This commit is contained in:
parent
a941f4ebd8
commit
59eded4918
@ -6,7 +6,7 @@ minetest.register_craftitem("mesecons_materials:glue", {
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craftitem("mesecons_materials:fiber", {
|
minetest.register_craftitem("mesecons_materials:fiber", {
|
||||||
image = "jeija_glue.png",
|
image = "jeija_fiber.png",
|
||||||
on_place_on_ground = minetest.craftitem_place_item,
|
on_place_on_ground = minetest.craftitem_place_item,
|
||||||
description="Fiber",
|
description="Fiber",
|
||||||
})
|
})
|
||||||
|
BIN
mesecons_textures/textures/jeija_fiber.png
Normal file
BIN
mesecons_textures/textures/jeija_fiber.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 592 B |
Loading…
Reference in New Issue
Block a user