Skip to content

Commit

Permalink
Follow naming conventions of textures in creative
Browse files Browse the repository at this point in the history
  • Loading branch information
davisonio authored and paramat committed Feb 3, 2016
1 parent 0add474 commit 09dbaf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/creative/init.lua
Expand Up @@ -104,7 +104,7 @@ creative.set_creative_formspec = function(player, start_i, pagenum, tab_id)

player:set_inventory_formspec([[
size[8,8.6]
image[4.06,3.4;0.8,0.8;trash_icon.png]
image[4.06,3.4;0.8,0.8;creative_trash_icon.png]
list[current_player;main;0,4.7;8,1;]
list[current_player;main;0,5.85;8,3;8]
list[detached:creative_trash;main;4,3.3;1,1;]
Expand Down Expand Up @@ -136,7 +136,7 @@ creative.set_crafting_formspec = function(player)
list[current_player;main;0,4.7;8,1;]
list[current_player;main;0,5.85;8,3;8]
list[detached:creative_trash;main;0,2.75;1,1;]
image[0.06,2.85;0.8,0.8;trash_icon.png]
image[0.06,2.85;0.8,0.8;creative_trash_icon.png]
image[5,1.75;1,1;gui_furnace_arrow_bg.png^[transformR270]
tabheader[0,0;tabs;Crafting,All,Nodes,Tools,Items;1;true;false]
listring[current_player;main]
Expand Down
File renamed without changes

0 comments on commit 09dbaf7

Please sign in to comment.