When installed with REI overlaps search bar and right pane
lospejos opened this issue ยท 1 comments
When installed with Roughly Enough Items
(REI) mod overlaps search bar and right pane.
IMHO mod may detect if REI is present and warn user about this with suggestion to uninstall one of these mods.
Another option would be adding REI to a breaks
section of fabric.mod.json
like this:
...
"breaks": {
"roughlyenoughitems": "*"
},
...