gem and crystal textures, other texture fixes

master
Izzy 2019-07-03 06:05:05 -06:00
parent cb273702c5
commit c6ee124d44
11 changed files with 3 additions and 3 deletions

View File

@ -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({

View File

@ -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",

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB