OreCruncher / ThermalRecycling

Thermal Expansion add-on for recycling
MIT License
10 stars 7 forks source link

[Enhancment] Irritating Thing with Recycler; + Idea #92

Open DrakoAlcarus opened 8 years ago

DrakoAlcarus commented 8 years ago

All my loot from a dungeon got erased because I accidentally put my portable cell in the machine.

Is it possible you can add some code that checks if a certain item is storing anything, and jams the machine if it is? For example: It will check if the portable Cell is registering any data, and stop the machine if it has any.

It's a good thing this was on a test world, though.

Also, I had an idea for a new block: Thermal Centrifuge. It separates things. For example: separates 4 enderium into 2 tin, 1 silver, and 1 platinum. It can also have a liquid buffer, so it collects destabilized redstone and resonant ender.

Other things include 1 magma cream into a 1 slime ball and 1 blaze powder or 1 (MFR) rubber wood into 3 (MFR) raw rubber. Even things for other mods, like 1 wheat into 2 (AE2) flour or 1 (Project: Red) electrotine alloy/ 1 (Project: Red) electrotine iron compound into 8 electrotine and 1 iron ingot.

Just a small idea.

OreCruncher commented 8 years ago

Understand about the portable cell. Same could be said for things like backpacks. Problem is that I haven't found a surefire way of handling those things because each mod is different. I haven't given up on it - just not on the priority list at the moment.

As for the Thermal Centrifuge I thought about adding something similar but haven't decided. As for collecting destabilized redstone and resonant ender if the item is crafted using the Fluid Transposer to "fill it", Thermal Recycling adds a reverse recipe so that it could be extracted using a Fluid Transposer.

At the moment I am going through my current mod support and bringing things up to current release levels. I need to complete this before moving onto other mod like Project: Red. This process includes reviewing the current recipe lists, scrap values, etc.