RetroMCP-Java icon indicating copy to clipboard operation
RetroMCP-Java copied to clipboard

Reorganizing Code in b1.7.3 Issue

Open lowercasebtw opened this issue 1 year ago • 7 comments

I wanted to clean up the file structure and move some stuff around in the beta 1.7.3 source code, and yes I went through and imported everything and changed everything necessary yet I am getting these issues:

image

The thing is though, the files its refering to in the src directory don't exist anymore as I moved them, and I have infact imported the proper location of these files in the required classes but it seems to be ignoring the new path/import.

How can I fix this?

lowercasebtw avatar Jun 03 '24 06:06 lowercasebtw

incompatible types: a cannot be converted to b

b does not exist

a does

lowercasebtw avatar Jun 03 '24 06:06 lowercasebtw

Does this only happen in RMCP?

PhoenixVX avatar Jun 03 '24 06:06 PhoenixVX

I don't know any other mcp related thing for beta 1.7.3 besides this so idk.

lowercasebtw avatar Jun 03 '24 13:06 lowercasebtw

Is there a discord I can join?

lowercasebtw avatar Jun 04 '24 04:06 lowercasebtw

I fixed it by downgrading to pre-3 for IntelliJ support and IntelliJ showed me all the issues that the log output didn't/wouldnt.

The thing is though, it was importing from the "src" path directly from the Minecraft jar according to IntelliJ, when it shouldn't. That's why the log output didn't show me the real errors, I had to go through and manually import the right files in the code because it was trying to import the wrong file automatically.

lowercasebtw avatar Jun 06 '24 10:06 lowercasebtw

e

lowercasebtw avatar Jun 15 '24 19:06 lowercasebtw

Is there a discord I can join?

RetroMCP-Java's home can be found on Modification Station, which is a modding server for legacy Minecraft.

As for the issue itself, this is most likely a v1.0 issue since it doesn't affect v1.0-pre3. v1.0 changed a lot of things and was originally intended to be another pre-release, but that did not happen.

PhoenixVX avatar Jun 15 '24 23:06 PhoenixVX

Closing this issue as inactive.

PhoenixVX avatar Dec 09 '24 21:12 PhoenixVX