diff --git a/metals.lua b/metals.lua index bb51723..4a5e580 100644 --- a/metals.lua +++ b/metals.lua @@ -84,14 +84,14 @@ end if check_aliases("potions:lead_lump", {"default:lead_lump"}) then minetest.register_craftitem("potions:lead_lump", { description = "lead Lump", - inventory_image = "default_steel_lump^[colorize:black:30", + inventory_image = "default_iron_lump^[colorize:black:30", }) end if check_aliases("potions:lead_block", {"default:leadblock"}) then minetest.register_craftitem("potions:lead_block", { description = "Lead Block", - inventory_image = "default_steelblock.png^[colorize:black:30", + inventory_image = "default_steel_block.png^[colorize:black:30", }) minetest.register_craft({ diff --git a/structures/bridge.lua b/structures/bridge.lua index 167659a..008a428 100644 --- a/structures/bridge.lua +++ b/structures/bridge.lua @@ -58,7 +58,7 @@ function make_temp_node(oname) description = odef.name, tiles = odef.tiles, special_tiles = odef.special_tiles, - groups = {cracky=3, crumbly=3, snappy=3, choppy=3}, + groups = {cracky=3, crumbly=3, snappy=3, choppy=3, not_in_creative_inventory=1}, drawtype = "nodebox", paramtype = "light", paramtype2 = "facedir", diff --git a/textures/potions_amethyst_crystal.png b/textures/potions_amethyst_crystal.png new file mode 100644 index 0000000..9b5bd58 Binary files /dev/null and b/textures/potions_amethyst_crystal.png differ diff --git a/textures/potions_emerald_crystal.png b/textures/potions_emerald_crystal.png new file mode 100644 index 0000000..e151240 Binary files /dev/null and b/textures/potions_emerald_crystal.png differ diff --git a/textures/potions_garnet_crystal.png b/textures/potions_garnet_crystal.png new file mode 100644 index 0000000..95bfccf Binary files /dev/null and b/textures/potions_garnet_crystal.png differ diff --git a/textures/potions_quartz_crystal.png b/textures/potions_quartz_crystal.png new file mode 100644 index 0000000..8cc9ca7 Binary files /dev/null and b/textures/potions_quartz_crystal.png differ diff --git a/textures/potions_ruby_crystal.png b/textures/potions_ruby_crystal.png new file mode 100644 index 0000000..870c75e Binary files /dev/null and b/textures/potions_ruby_crystal.png differ diff --git a/textures/potions_sapphire_crystal.png b/textures/potions_sapphire_crystal.png new file mode 100644 index 0000000..af377cc Binary files /dev/null and b/textures/potions_sapphire_crystal.png differ diff --git a/textures/potions_sapphire_gem.png b/textures/potions_sapphire_gem.png new file mode 100644 index 0000000..89ed2a4 Binary files /dev/null and b/textures/potions_sapphire_gem.png differ diff --git a/textures/potions_crystal_smoky_quartz.png b/textures/potions_smoky_quartz_crystal.png similarity index 100% rename from textures/potions_crystal_smoky_quartz.png rename to textures/potions_smoky_quartz_crystal.png diff --git a/textures/potions_zircon_crystal.png b/textures/potions_zircon_crystal.png new file mode 100644 index 0000000..b003df3 Binary files /dev/null and b/textures/potions_zircon_crystal.png differ