[Bug]: Visual workbench, easy anvil and magic's respective blocks all turn into the stone block when placed, although they can still be interacted with.
cobaltlol2 opened this issue ยท 6 comments
Mod Loader (Required)
Fabric
Minecraft Version(s) (Required)
1.21
Mod Version(s) (Required)
v21.0.1 (workbench), v21.0.2 (easy anvil), v21.0.1 (easy magic)
Other Mods Involved (Required)
No
Notes (Required)
In the image attached, you can see the respective blocks placed alongside eachother in a stone block form.
latest.log (Required)
https://gist.github.com/cobaltlol2/554559ce74468d53fd5d76e34b5122f1
Oops mb meant to put yes for other mods involved, it stops happening when I remove all mods except these 3 and their dependancies.
Could you possibly do some more tests with subset of your mods to find which one is conflicting?
FerriteCore, ModernFix and Sodium would be some suspects.
Could you possibly do some more tests with subset of your mods to find which one is conflicting?
FerriteCore, ModernFix and Sodium would be some suspects.
Modernfix looks like it was responsible as it stopped happening when I removed it, could it be a config problem or something?
This happens because the ModernFix's mixin.perf.dynamic_resources
option is enabled. I've just tested it.
This option greatly speeds up the loading of my Minecraft instances, and also reduces memory usage.
Thus, I'm hoping for some kind of workaround to fix this.
Yes, disabling that option is a temporary solution until I'm able to provide a proper fix.