tModLoader True Endless: Universal Endless Items

True Endless is a mod that adds endless versions of every ammo and consumable item, by not adding any items
By simply having a full stack of something (and using the "Endless Enabler" item), it will no longer be consumed

1579350309063.png

It also glows rainbow-y because that's cool (unless you don't think so, you can disable it)
Potions will also automatically give you their buff as long as they are in your inventory
1579350407869.png

The effect (should) work for every mod
1579350549286.png
1579350678109.png

True Endless is on the mod browser and also on Github
 
The question is, how does it interact with Mods that alter stack sizes?
The main part of the check is basically
C#:
item.stack >= item.maxStack
if an item's max stack is modified... it just works
(also it actually compares the smaller of an items max stack or 3996, in case some mod increases it to like 9999 or something)
 
How exactly do you make the "Endless Enabler" item? Do you spawn it in or can you actually make it through normal means?
 
Neat idea but it's kinda out-classed by a feature in Fargo's (Fargos also gives all items 9999 stacks so chances are you wouldn't be using these 2 together anyways)
 
Back
Top Bottom