Domi

Results 10 comments of Domi

Same question applies here too, did you have to click the start button twice / did you see anything in chat log? That's the only functional change in .11

Are you refreshing the crafting simulation by chance? .11 has a new feature that automatically refreshes the crafting plan if submitting it to the system fails. You should get a...

Do you happen to have cyclic ingredients? Like item A requires a bit of B, and B requires a bit of A to make. AE can't handle that.

The performance hit comes from the way a block renders. Chests and shulker boxes are dynamically rendered every frame. They need it that way for smooth animations. Hoppers and barrels...

You need to tick `org.rust.cargo.evaluate.build.scripts` in newer versions of the plugin

Have you found anything? I didn't see this issue being reported on Create's repo. If I'm understanding the code correctly, Create wipes the contraption inventory after forming blocks, because at...

It appears that the Create authors have no interest in a "contraption storage API", so this is the way to go if you want to add support from your side....

No need, it's an issue with the new MC version. It's not a trivial thing to fix so no idea when I get around to do it.

I recommend you to use https://modrinth.com/mod/ebe as it's updated for 1.21.4

Hi, two things need to be done. On my side: adding something like https://github.com/FakeDomi/FastChest/blob/master/src/main/java/re/domi/fastchest/mixin/BlockEntityRenderDispatcherMixin.java#L28 to the BER dispatcher, I think I should add an API there. On your side: something...