shedaniel / RoughlyEnoughItems

Clean and Configurable. Your recipe viewer mod for 1.13+.
Other
319 stars 61 forks source link

[Bug] me.shedaniel.math.Rectangle doesn't exist for List<Widget> #1616

Closed swapmasterx closed 3 months ago

swapmasterx commented 3 months ago

What happened?

I'm adding REI compatibility to my mod and punching in setupDIsplay puts Rectangle with its full path. Cutting it down to just Rectangle or manually adding the import doesn't find a valid path. TLDR the mods Rectangle path doesn't seem to set up right or the auto creation of setupDisplay is using an oudated autofill

MC version 1.20.4 REI version 14.1.714

What mod loaders are you seeing the problem on?

Fabric

What do you think this bug is of?

Relevant log output

C:\Users\Izzy\Desktop\New folder\PvZCubedMod-2.1.0\src\main\java\io\github\GrassyDev\pvzmod\compat\BotanyStationCatagory.java:40: error: package me.shedaniel.math does not exist
    public List<Widget> setupDisplay(BasicDisplay display, me.shedaniel.math.Rectangle bounds) {

See attachments for shown otherwise

Anything else?

15 15a

By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload.

By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.

Ryhon0 commented 2 months ago

What's the solution? I'm having this issue in 14.1.727