ModernFix

ModernFix

72M Downloads

Dynamic resources and EnhancedBlockEntities-Reforged are incompatible

qznfbnj opened this issue · 3 comments

commented

Forge-40.2.1
brrp-forge-0.9.0-1.18.2
reforgium-1.18.2-1.0.12a
EnhancedBlockEntities-Reforged-1.18.2-0.7.3 (dependencies: brrp, reforgium)
modernfix-mc1.18.2-forge-2.6.0

WITH EnhancedBlockEntities-ReforgedAND Dynamic resources
2023-05-22_22 06 22
2023-05-22_22 06 24

WITH EnhancedBlockEntities-Reforged, WITHOUT Dynamic resources
(It seems that EnhancedBlockEntities has some issues itself, but this has nothing to do with this issue.)
2023-05-22_22 20 21

WITH Dynamic resources, WITHOUT EnhancedBlockEntities-Reforged
2023-05-22_22 25 15

commented

Oh, I didn't check the new commits first, feel free to close this issue if you were working on compatibility before this issue was opened.

commented

It's because the mod makes some rather invasive changes to the model bakery which likely do not work correctly when dynamic resources is enabled. This won't be easy to fix on my end, so I recommend just not using EBE if you wish to use dynamic resources.

https://github.com/CCr4ft3r/EnhancedBlockEntitiesReforged/blob/master/src/main/java/foundationgames/enhancedblockentities/mixin/ModelBakeryMixin.java

commented

这是因为 mod 对模型面包店进行了一些相当侵入性的更改,当启用动态资源时,这些更改可能无法正常工作。这对我来说不容易解决,所以如果您想使用动态资源,我建议不要使用 EBE。

https://github.com/CCr4ft3r/EnhancedBlockEntitiesReforged/blob/master/src/main/java/foundationgames/enhancedblockentities/mixin/ModelBakeryMixin.java

Okay, anyway, the forge port itself has some issues. And turning on dynamic resources reduces my memory consumption by half.