Precision Laser Etcher is unable to make Basic Energy Relay Crystals
FrenziedDeath opened this issue ยท 10 comments
Description
The Precision Laser Etcher is supposed to be able to make the Basic Energy Relay Crystals so they can be used for crafting other recipes (as I would like to avoid making these using blood magic).
To Reproduce
Steps to reproduce the behaviour:
- Form the precision laser etcher multiblock from advanced rocketry
- Input all of the needed items to the input of the multiblock
- The machine is not making it (the machine also seems to bug a bit with its animation when trying to make it)
Screenshots
Modpack version v1.44.0
Server log:
debug.log
Client log:
latest.zip
I just wanted to comment that I'm experiencing a similar issue with high RF/t recipes in the Precision Assembler also from Advanced Rocketry.
I did some testing in a singleplayer world after having issues in multiplayer. I discovered that all recipes requiring 320,000 RF/t or more are broken and leave the Precision Assembler inoperable. Attached is a video showcasing the issue in-game.
https://github.com/user-attachments/assets/661e41db-d3a3-47a1-ab38-b3dd1f3bb8b3
Thank you for the report! I will investigate it.
For now, please make this tests:
- If you play on the server, test it in single player creative mode
- Try to insert items with vanilla hopper instead of by hand
- Break Input / output hatches and try again
Thank you for the tests! I will make an issue on Advanced Rocketry fork github then.
Oh, one more thing - try to update AR to latest version (need ARLib as well)
https://www.curseforge.com/minecraft/mc-mods/advanced-rocketry-2/files/5723687
https://www.curseforge.com/minecraft/mc-mods/library-for-ar-reworked/files/5732205
I found the problem and it will be fixed next release.
If you want to fix it yourself, do this on server and client:
- Remove file
scripts/mixin/arlib.zs
- Set
D:blockEnergyHatchCapacityMultiplier=100.0
andD:blockLiquidHatchCapacityMultiplier=10.0
in fileconfig/advRocketry/advancedRocketry.cfg
It did fix the issue. I will just mention that all of the power inputs and fluid input/output hatches have to be placed again.