Add texture to mese_dragon_spawner

(tested locally, the spawner works, need to test the texture)
This commit is contained in:
Quentin BUISSON-DEBON 2016-06-23 15:05:41 +02:00
parent 4d143704bf
commit 67aeb43f1f
1 changed files with 6 additions and 6 deletions

View File

@ -108,12 +108,12 @@ mobs:register_arrow("mobs:fireball_mese_dragon", {
minetest.register_node("mobs:mese_dragon_spawner", {
description = "Mese Dragon Spawner",
tiles = {
"farming_pumpkin_top.png", -- need to change all the textures
"farming_pumpkin_top.png",
"farming_pumpkin_side.png",
"farming_pumpkin_side.png",
"farming_pumpkin_side.png",
"farming_pumpkin_face_off.png"
"mese_block_top.png", -- need to change all the textures
"mese_block_top.png",
"mese_block_side.png",
"mese_block_side.png",
"mese_block_side.png",
"mese_block_face_off.png"
},
is_ground_content = false,
groups = {unbreakable = 1, mob_spawner=1},