diff --git a/README.md b/README.md index cf278c765..06247861a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ An unofficial Minecraft-like game for Minetest. Forked from MineClone by daredevils. Developed by Wuzzy and contributors. Not developed or endorsed by Mojang AB. -Version: 0.12.0 +Version: 0.12.1 ### Gameplay You start in a randomly-generated world made entirely of cubes. You can explore diff --git a/mods/ITEMS/mcl_furnaces/init.lua b/mods/ITEMS/mcl_furnaces/init.lua index 7fef5f92b..09778016e 100644 --- a/mods/ITEMS/mcl_furnaces/init.lua +++ b/mods/ITEMS/mcl_furnaces/init.lua @@ -5,7 +5,7 @@ local function active_formspec(fuel_percent, item_percent) return "size[9,8.75]".. - "background[-0.19,-0.25;9.41,9.49;mcl_furnaces_formspec.png]".. + "background[-0.19,-0.25;9.41,9.49;crafting_inventory_furnace.png]".. mcl_vars.inventory_header.. "list[current_player;main;0,4.5;9,3;9]".. "list[current_player;main;0,7.74;9,1;]".. @@ -27,7 +27,7 @@ local function active_formspec(fuel_percent, item_percent) end local inactive_formspec = "size[9,8.75]".. - "background[-0.19,-0.25;9.41,9.49;mcl_furnaces_formspec.png]".. + "background[-0.19,-0.25;9.41,9.49;crafting_inventory_furnace.png]".. mcl_vars.inventory_header.. "list[current_player;main;0,4.5;9,3;9]".. "list[current_player;main;0,7.74;9,1;]".. diff --git a/mods/ITEMS/mcl_furnaces/textures/mcl_furnaces_formspec.png b/mods/ITEMS/mcl_furnaces/textures/crafting_inventory_furnace.png similarity index 100% rename from mods/ITEMS/mcl_furnaces/textures/mcl_furnaces_formspec.png rename to mods/ITEMS/mcl_furnaces/textures/crafting_inventory_furnace.png