Added New Mods and Profiles Folders

This is a complete rebuild of the modpack, with all new mods and updates for 1.5.3 of Anomaly.
This commit is contained in:
2025-01-14 05:07:53 -05:00
parent 85c665b107
commit 376b4b9689
21217 changed files with 546254 additions and 0 deletions
@@ -0,0 +1,14 @@
-- BoltBeGone - Nitpicker's Modpack
-- Last modified: 2021.09.06
-- https://github.com/Ishmaeel/NitpickerModpack
function my_keep_item(npc, item)
og_keep_item(npc, item)
if IsBolt(item) then
--printf("! Be gone, %s #%s!", item:section(), item:id())
item:destroy_object()
end
end
og_keep_item = death_manager.keep_item
death_manager.keep_item = my_keep_item