deepresonance-1.10-1.2.8.jar
on Jan 26, 20231.2.8:
- Added JEI integration for the laser, the smelter and the purifier. Using that you can see what these three machines do on the liquid as well as which stats do what for the laser and so on.
- The rclPerCatalyst config was accidentally ignored
- Added dimensional shards (if rftools is present) to the table of laser infusing materials
deepresonance-1.10-1.2.7.jar
on Jan 26, 20231.2.7 (MC1.10.2):
- Fixed a problem with the deep resonance crystals that made them impossible to extract out of rftools storage scanner
- Fixed a problem where client-side the tank would toggle input mode when right clicked with a bucket
- Removed unneeded pushAttrib/popAttrib calls
deepresonance-1.10-1.2.6.jar
on Jan 26, 20231.2.6:
- Fixed a bug where changing the input/output mode on a tank only worked with an empty wand
deepresonance-1.10-1.2.5.jar
on Jan 26, 20231.2.5:
- Be in line with the latest RFTools Control API
deepresonance-1.10-1.2.4.jar
on Jan 26, 20231.2.4:
- Integration with RFTools Control. Deep Resonance adds 4 opcodes to measure RCL liquid stats
deepresonance-1.10-1.2.3.jar
on Jan 26, 20231.2.3:
- Support for Forge Energy
deepresonance-1.10-1.2.2.jar
on Jan 26, 20231.2.2:
- Fixed the energy collector, resonating crystal and laser renderers to correctly restore GL state. This should fix lighting issues with EnderIO tanks
- Fixed a crash in the Open Computers driver for the tank
- Small fix to the pedestal
deepresonance-1.10-1.2.1beta38.jar
on Jan 26, 20231.2.1beta38 (MC1.10.2):
- Elec332 fixed excessive spam.
deepresonance-1.10-1.2.1beta37.jar
on Jan 26, 20231.2.1beta37 (MC1.10.2):
- Elec332 totally rewrote the tank system. This should make it more stable and avoid the spam issues that was common with many people. This does require the latest ElecCore.
deepresonance-1.10-1.2.0beta36.jar
on Jan 26, 20231.2.0beta36 (MC1.10.2):
- Fix a bug where breaking a glowing crystal might not reset the glowing state
- Cleaned up tank code and possibly fixed some syncing bugs. Also removed the unused duct code
- Increased default chances of resonating ore spawn from 3 to 5
- Martin Zeller added full Open Computers integration to Deep Resonance! There are drivers available for all Deep Resonance machines
deepresonance-1.9.4-1.2.0beta35.jar
on Jan 26, 20231.2.0beta35 (MC1.9.4):
- The valve now has redstone mode support
- The valve now defaults to 100/100/100% to make sure that after placement it doesn't send liquid down immediatelly
- Fundamentally changed how the laser works:
- Previously it would take 500mb out of the tank, infuse that and then reinsert that liquid into the tank (causing it to mix with what is already there). This method has some issues. Say you have a laser catalyst that adds 10% purity with a maximum of 100%. If the tank contains 1000mb of RCL at 95% purity then with the previous system it would extract 500mb (which is still at 95% purity) add 10% purity which will end up at 100% purity since it is capped to 100 and then reinsert that 500mb of 100% pure liquid into the tank. This would result in 1000 mb RCL of 97.5% purity. This is wasteful since essentially the catalyst was only half used.
- With the new system it will always operate on the entire tank at once. So with a tank of 1000mb of RCL at 95% purity it will get all that liquid, add 5% purity (since the catalyst adds 10% for 500mb it would add 5% for 1000mb) and reinsert 1000 mb of 100% pure liquid. This is much more correct and less wasteful.
- When purity goes below 0% the RCL that is destroyed is always 200mb now (per consumed catalyst).
- Fixed localized name of machine frame
- Fixed poisoned dirt model in hand
deepresonance-1.9.4-1.2.0beta34.jar
on Jan 26, 20231.2.0beta34:
- Fixes RF/t for crystals for The One Probe in some situations.
deepresonance-1.9.4-1.2.0beta33.jar
on Jan 26, 20231.2.0beta33 (MC1.9.4):
- Deep Resonance has been ported to McJtyLib 1.9.0 which brings many cleanups and changes. So don't forget to upgrade to that version!
- Trying to get the radiation suit model better. Almost there...
deepresonance-1.9.4-1.1.4beta32.jar
on Jan 26, 20231.9.4-1.1.4beta32:
- Port of Deep Resonance to MC 1.9.4
deepresonance-1.9.0-1.1.4beta32.jar
on Jan 26, 20231.1.4beta32:
- Support for The One Probe 0.0.1beta3
- Needs McJtyLib 1.8.6
deepresonance-1.9.0-1.1.4beta30.jar
on Jan 26, 20231.1.4beta30 (MC1.9.0):
- Fixes for latest RFTools screen API changes.
deepresonance-1.9.0-1.1.4beta29.jar
on Jan 26, 20231.1.4beta29 (MC1.9.0):
- VictinX fixed a crash bug with Deep Resonance when the generator fires up
deepresonance-1.9.0-1.1.4beta28.jar
on Jan 26, 20231.1.4beta28 (MC1.9.0):
- Updates and fixes for latest forge (1865)
- Elec332: Tank "mode" overlay was not displayed until block update
- Elec332: When in creative, make tanks with fluid in them unbreakable or drop themselves when broken
- Elec332: Properly ported sounds
deepresonance-1.9.0-1.1.4beta27.jar
on Jan 26, 20231.1.4beta27 (MC1.9.0):
- Depends on latest McJtyLib (beta14) to get WAILA support back
- Fixed a bug in the pedestal where it would not accept items properly
deepresonance-1.9.0-1.1.4beta26.jar
on Jan 26, 20231.1.4beta26 (MC1.9.0):
- Depends on latest McJtyLib to fix tooltips.
- Fixed the radiation monitor item.