NOTE: This mod is something YOU need to configure, It's not a load and go mod!
This mod is an Add-on for TFC-TNG (AKA TFC 1.12+), without TFC this mod will do nothing, and explode. This is likely to change in the future.
Simply put, TFC has a mechanic called Size & Weight, Every item has both and this restricts/limits stack sizes and where you can place them.
By default TFC only handles the containers it adds and anything other mods add won't be effected. This tries to bridge that gap and allow pack makers and people who play with other mods a bit more customization with these mechanics.
- TFC Carried over Features:
- Customization of maximum sized item any container can hold. - - Per Container overrides of maximum size.
- - Config options for tossing everything when oversize items are put inside or just the oversize items.
New features not part of TFC:
- Weight can be given a real meaning. Each Weight class can have a value attached to it.
- Inventories can have a maximum Weight value applied to them.
- Config option for making everything inside an overweight container get tossed or just things after the weight has been exceeded.
- Special handling of heated items allowing containers to be burnt if the item is too hot. Very destructive!
This isn't a 100% fool proof way to stop people from cheating TFC systems, it does help greatly though!
Join D3 on Discord for support, fun and inside info!
Also join the TFC discord for updates, changes and all sorts of TFC related things!
Helo.
How to add an exception for "coke oven: immersive Engineering" when it burns tfc logs to charcoal.
All logs fall out :(
Can you make this work standalone with a config so we can dictate what items/blocks can't be put in chests?
In reply to RocTheRed:
This mod directly uses mechanics inside of TFC and thus all the config bits are tied to it also.
I could make a new mod that does essentially the same thing but would have a totally different config setup.
What exactly are you looking for config wise as it can get fairly complex quickly... Like if you want to do separate item lists for every inventory.
Also the systems I use aren't 100% guaranteed to stop items from ending up in a location. Like putting items into a chest with a hopper still works, and I don't plan on changing that as it would require editing something every nearly mod relies on.
In reply to Claycorp:
Don't know if it's doable, and it surely is pretty agressive, but what if when the players picks a blacklisted itemstack while having another inventory open the item just drops to the ground to indicate you can't interact with it?
In reply to Foreck1:
AFAIK there isn't a way to get pickup/move info. Slots that don't allow certain things do it all inside the slot itself, the rest of the inventory is oblivious to it as that's the only way to prevent other things from inserting into that space like hoppers.
In reply to Claycorp:
I know this might be hard to pull off but I was hoping a mod like the original but it does nothing unless you put item IDs in the config so they cant be placed in storage inventories like chests, hoppers, etc, but players can pick them up only to transport, I was hoping for this mainly for blocks so they must be stored in the world by placing them so there would be a need for huge warehouses. I wish nothing complicated as to not annoy you with ridiculous requests so if you do not want to make this mod then more power to you.
In reply to RocTheRed:
Totally doable and not all the complex really. Not sure how well that's going to do on performance though as now every time an inventory is closed it would need to check over X slots for X items per X players.
A single chest is 27 slots, lets say you have 30 items in the list so that's 810 checks per person every inventory close. Some modded inventories get rather large and people can open & close fairly quickly.
If you really want it I can do it, It's 90% done with this mod already so that isn't much of an issue. I just don't want to make it unless you or some people are committed to using it. I have enough projects to keep a small team busy LOL.
In reply to Claycorp:
There's just not any other mods that do it I guess I can do with another mod called Impractical storage and just RP not to but blocks in chests.