Fairy colors

master
D00Med 2016-12-15 18:31:20 +10:00
parent 7ab266c785
commit cb5beee281
6 changed files with 5 additions and 1 deletions

View File

@ -533,7 +533,7 @@ minetest.override_item("default:stone_with_gold", {
chest_items = { chest_items = {
{"hyruletools:clawshot"}, {"hyruletools:clawshot"},
{"hyruletools:eye"}, {"hyruletools:eye"},
{"hyruletools:"}, {"hyruletools:boomerang"},
} }
minetest.register_node("hyrule_mapgen:chest", { minetest.register_node("hyrule_mapgen:chest", {

View File

@ -15,6 +15,10 @@ if mobs.mod and mobs.mod == "redo" then
mesh = "fairy2.b3d", mesh = "fairy2.b3d",
textures = { textures = {
{"fairy.png"}, {"fairy.png"},
{"fairy_1.png"},
{"fairy_2.png"},
{"fairy_3.png"},
{"fairy_4.png"},
}, },
visual_size = {x=1.5, y=1.5}, visual_size = {x=1.5, y=1.5},
rotate = 0, rotate = 0,

Binary file not shown.

After

Width:  |  Height:  |  Size: 723 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 909 B