Skip to content

Commit

Permalink
Merge pull request #18 from minetest-mods/master
Browse files Browse the repository at this point in the history
[pull] pandorabox from minetest-mods:master
  • Loading branch information
pull[bot] committed Jan 6, 2020
2 parents 0544543 + e90b288 commit b5921b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extranodes/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ local iclipfence_def = {

local sclip_tex = {
"technic_insulator_clip.png",
{ name = "strut.png^steel_strut_overlay.png", color = "white" },
{ name = "strut.png^technic_steel_strut_overlay.png", color = "white" },
{ name = "strut.png", color = "white" }
}

Expand Down
2 changes: 1 addition & 1 deletion technic/machines/register/battery_box.lua
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ function technic.discharge_tools(meta, batt_charge, charge_step, max_charge)
if inv:is_empty("dst") then
return batt_charge, false
end
srcstack = inv:get_stack("dst", 1)
local srcstack = inv:get_stack("dst", 1)
local toolname = srcstack:get_name()
if technic.power_tools[toolname] == nil then
return batt_charge, false
Expand Down

0 comments on commit b5921b8

Please sign in to comment.