Add bottom end portal frame texture

This commit is contained in:
Wuzzy 2017-09-02 16:16:04 +02:00
parent 86c8387f19
commit 32656bb737
3 changed files with 3 additions and 2 deletions

View File

@ -427,7 +427,7 @@ minetest.override_item(portal_frame, {
minetest.register_node("mcl_portals:end_portal_frame", {
description = "End Portal Frame",
groups = { creative_breakable = 1, deco_block = 1 },
tiles = { "mcl_portals_endframe_top.png", "mcl_portals_endframe_top.png", "mcl_portals_endframe_side.png" },
tiles = { "mcl_portals_endframe_top.png", "mcl_portals_endframe_bottom.png", "mcl_portals_endframe_side.png" },
paramtype2 = "facedir",
drawtype = "nodebox",
node_box = {
@ -447,7 +447,7 @@ minetest.register_node("mcl_portals:end_portal_frame_eye", {
description = "End Portal Frame with Eye of Ender",
_doc_items_create_entry = false,
groups = { creative_breakable = 1, not_in_creative_inventory = 1 },
tiles = { "mcl_portals_endframe_top.png^[lowpart:75:mcl_portals_endframe_eye.png", "mcl_portals_endframe_top.png", "mcl_portals_endframe_eye.png^mcl_portals_endframe_side.png" },
tiles = { "mcl_portals_endframe_top.png^[lowpart:75:mcl_portals_endframe_eye.png", "mcl_portals_endframe_bottom.png", "mcl_portals_endframe_eye.png^mcl_portals_endframe_side.png" },
paramtype2 = "facedir",
drawtype = "nodebox",
node_box = {

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

View File

@ -861,3 +861,4 @@ Source path,Source file,Target path,Target file,xs,ys,xl,yl,xt,yt
/assets/minecraft/textures/blocks,endframe_top.png,/mods/ITEMS/mcl_portals/textures,mcl_portals_endframe_top.png,,,,,,
/assets/minecraft/textures/blocks,endframe_side.png,/mods/ITEMS/mcl_portals/textures,mcl_portals_endframe_side.png,,,,,,
/assets/minecraft/textures/blocks,endframe_eye.png,/mods/ITEMS/mcl_portals/textures,mcl_portals_endframe_eye.png,,,,,,
/assets/minecraft/textures/blocks,end_stone.png,/mods/ITEMS/mcl_portals/textures,mcl_portals_endframe_bottom.png,,,,,,

1 Source path Source file Target path Target file xs ys xl yl xt yt
861 /assets/minecraft/textures/blocks endframe_top.png /mods/ITEMS/mcl_portals/textures mcl_portals_endframe_top.png
862 /assets/minecraft/textures/blocks endframe_side.png /mods/ITEMS/mcl_portals/textures mcl_portals_endframe_side.png
863 /assets/minecraft/textures/blocks endframe_eye.png /mods/ITEMS/mcl_portals/textures mcl_portals_endframe_eye.png
864 /assets/minecraft/textures/blocks end_stone.png /mods/ITEMS/mcl_portals/textures mcl_portals_endframe_bottom.png