Skip to content

Commit 09dbaf7

Browse files
davisonioparamat
authored andcommittedFeb 3, 2016
Follow naming conventions of textures in creative
1 parent 0add474 commit 09dbaf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎mods/creative/init.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ creative.set_creative_formspec = function(player, start_i, pagenum, tab_id)
104104

105105
player:set_inventory_formspec([[
106106
size[8,8.6]
107-
image[4.06,3.4;0.8,0.8;trash_icon.png]
107+
image[4.06,3.4;0.8,0.8;creative_trash_icon.png]
108108
list[current_player;main;0,4.7;8,1;]
109109
list[current_player;main;0,5.85;8,3;8]
110110
list[detached:creative_trash;main;4,3.3;1,1;]
@@ -136,7 +136,7 @@ creative.set_crafting_formspec = function(player)
136136
list[current_player;main;0,4.7;8,1;]
137137
list[current_player;main;0,5.85;8,3;8]
138138
list[detached:creative_trash;main;0,2.75;1,1;]
139-
image[0.06,2.85;0.8,0.8;trash_icon.png]
139+
image[0.06,2.85;0.8,0.8;creative_trash_icon.png]
140140
image[5,1.75;1,1;gui_furnace_arrow_bg.png^[transformR270]
141141
tabheader[0,0;tabs;Crafting,All,Nodes,Tools,Items;1;true;false]
142142
listring[current_player;main]

0 commit comments

Comments
 (0)
Please sign in to comment.