Cleanup i3 recipe mistake and line endings on files

This commit is contained in:
Zenon Seth 2024-03-10 11:36:21 +00:00
parent 61ad4790cf
commit 7482964c28
8 changed files with 5 additions and 13 deletions

View File

@ -98,4 +98,3 @@ function logistica.lava_furnace_show_guide(playername)
local langCode = minetest.get_player_information(playername).lang_code or "en"
minetest.show_formspec(playername, FORMSPEC, get_guide_formspec(page, langCode))
end

View File

@ -165,4 +165,4 @@ end
-- `type` is one of LOG_CACHE_MASS_STORAGE, LOG_CACHE_SUPPLIER, LOG_CACHE_REQUESTER
function logistica.update_cache_node_removed_at_pos(pos, type, optNetwork)
remove_network_cache_for_pos(pos, type, optNetwork)
end
end

View File

@ -193,4 +193,4 @@ end
-- return the liquid name for the given bucket name, or nil if there's none registered
function logistica.reservoir_get_liquid_name_for_bucket(bucketName)
return BUCKET_TO_NAME[bucketName]
end
end

View File

@ -86,4 +86,4 @@ end
function logistica.vaccuum_chest_on_power(pos, power)
logistica.set_node_tooltip_from_state(pos, nil, power)
logistica.start_node_timer(pos, TIMER_INTERVAL)
end
end

View File

@ -7,12 +7,6 @@ if minetest.global_exists("i3") then
icon = "logistica_lava_furnace_front_off.png",
})
i3.register_craft({
type = "digging",
result = "default:cobble 2",
items = {"default:stone"},
})
i3.register_craft({
items = {"default:silver_sand", "default:ice"},
result = L("silverin"),

View File

@ -41,4 +41,4 @@ logistica.itemstrings = {
ice = mcl and "mcl_core:ice" or "default:ice",
glass = mcl and "mcl_core:glass" or "default:glass",
cobble = mcl and "mcl_core:cobble" or "default:cobble",
}
}

View File

@ -8,4 +8,4 @@ function logistica.node_sound_metallic()
}
logistica.sound_mod.node_sound_defaults(tbl)
return tbl
end
end

View File

@ -57,4 +57,3 @@ function logistica.add_allowed_pull_list(listName)
if not listName then return end
allowedPull[listName] = true
end