2017-01-23 22:44:37 +01:00
|
|
|
minetest.register_craftitem("aether2:skyroot_stick",{
|
2017-01-20 17:54:49 +01:00
|
|
|
description = "Skyroot Stick",
|
|
|
|
inventory_image = "skyroot_stick.png",
|
|
|
|
groups = {flammable = 2},
|
|
|
|
})
|
|
|
|
|
2017-01-23 22:44:37 +01:00
|
|
|
minetest.register_craftitem("aether2:ambrosium_shard", {
|
2017-01-20 17:54:49 +01:00
|
|
|
description = "Ambrosium SHard",
|
|
|
|
inventory_image = "ambrosium_shard.png",
|
|
|
|
})
|
|
|
|
|
2017-01-23 22:44:37 +01:00
|
|
|
minetest.register_craftitem("aether2:aechor_petal", {
|
2017-01-20 17:54:49 +01:00
|
|
|
description = "Aechor Petal",
|
|
|
|
inventory_image = "aechor_petal.png",
|
|
|
|
})
|
|
|
|
|
2017-01-23 22:44:37 +01:00
|
|
|
minetest.register_craftitem("aether2:golden_amber", {
|
2017-01-20 17:54:49 +01:00
|
|
|
description = "Golden Amber",
|
|
|
|
inventory_image = "golden_amber.png",
|
|
|
|
})
|
|
|
|
|
2017-01-23 22:44:37 +01:00
|
|
|
minetest.register_craftitem("aether2:zanite_gemstone", {
|
2017-01-20 17:54:49 +01:00
|
|
|
description = "Zanite Gemstone",
|
|
|
|
inventory_image = "zanite_gemstone.png",
|
|
|
|
})
|
|
|
|
|
2017-01-23 22:44:37 +01:00
|
|
|
minetest.register_craftitem("aether2:continuum_orb", {
|
|
|
|
description = "Continuum Orb",
|
|
|
|
inventory_image = "continuum_orb.png",
|
2017-01-20 17:54:49 +01:00
|
|
|
})
|
|
|
|
|
2017-01-23 22:44:37 +01:00
|
|
|
minetest.register_craftitem("aether2:blueberries", {
|
|
|
|
description = "Blue Berries",
|
|
|
|
inventory_image = "blueberries.png"
|
2017-01-20 17:54:49 +01:00
|
|
|
})
|