Removing NBT items from a refined storage system

preview_player
Показать описание
Items with NBT data can clog up your refined storage system leading to lag and world file corruption. I've written a little computer craft program to filter out these items.

Рекомендации по теме
Комментарии
Автор

Want to post here that, in the newer versions of RS the risks of world corruption are basically gone - the item data is no longer stored on the item itself but rather in a file. Therefore, the previous risks of having too much data in a chunk, for example, are pretty much myths in newer versions of the mod. This *does* move the point of failure instead to whether or not that specific disk's file saving is interrupted. But buy in large, you will not be risking corrupting your entire world by dumping your NBT items in a disk.

A quick way you can figure out if dumping lots of NBT items in your refined storage system is safe or not is looking at whether or not the disk item has a UUID on it. If it does, then the contents of that disk are stored on a file.

jstnf
Автор

OMG this is perfect. Thank you so much! I put all my NBT Item by mistake into my RS System in a Infinite Storage Disk, and it was a madness of NBT Items. This helped me alot. Now I run all my items through this program to check them and then It goes to my main system. Now I have 2 separate systems one for NBTs with Sophisticated Storage and another to Non NBTs.

EvilAszu
Автор

Took some figuring out as im not familiar with CC and how to import pastebin codes but I managed and its working great. Someone mentioned that Refined storage is prone to corrupting your world with mass NBT items being the culprit so I needed a way to remove large numbers of NBT items out of my storage and delete them to avoid that issue, this was the perfect solution. Thanks. Good video.

DKinger
Автор

hella late but this video saved me so hard you have no idea, Thank you 🙏

prediction
Автор

Just set it up in my world. On the computer I ran "pastebin run JqXL51Es" made sure my three processing chests were set up exactly as shown (left, right, and behind computer). And it is working great! (i will occasionally get an error - attempt to index local 'itemDetails' (a nil value) - but it continues wokring after calling the pastebin script again.)

NautiluStudios
Автор

Hey would love to see a world tour of your base. I like the set up you have with the different sections! What are the portals you're using to go between them?

fpul
Автор

ive got "No such program" when i first try this is there something change ????

uthopia
Автор

I get an error saying "itemDetails" is a nil value. Is this no longer usable?

iNonEntity