mirror of
https://github.com/sirrobzeroone/elepower.git
synced 2024-11-05 06:43:51 +01:00
7 lines
149 B
Lua
7 lines
149 B
Lua
|
|
minetest.register_craftitem("elepower_farming:resin", {
|
|
description = "Resin",
|
|
inventory_image = "elefarming_resin.png",
|
|
groups = {resin = 1}
|
|
})
|