Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MC 1.15.2 port #1

Open
puggan opened this issue Jun 6, 2020 · 5 comments
Open

MC 1.15.2 port #1

puggan opened this issue Jun 6, 2020 · 5 comments

Comments

@puggan
Copy link

puggan commented Jun 6, 2020

Port for Minecraft 1.15.2?

@puggan
Copy link
Author

puggan commented Jun 7, 2020

Tried to port it myself, think I solved most of the problems in my 1.15.2/master branch.

Then I did one more commit that bypass the rest of the problems, so I could compile and test the package.
With that commit the build went successfully, and running runClient started a client with the mod, without any problem. Don't know what more tests I could do with just this mod loaded.

Hope this was helpful, and that you can release a 1.15.2 port.

@puggan
Copy link
Author

puggan commented Jun 7, 2020

Material.AIR gives an java.lang.NoSuchFieldError: field_151579_a

this(Block.Properties.create(Material.AIR));

@puggan
Copy link
Author

puggan commented Jun 7, 2020

NoSuchFieldError seams to only be to my bad dependency setup,
compileing both packages and put them in my real minecraft mod folder works fine.

@Stormwind99
Copy link
Owner

Great! Can you submit pull requests?

@Stormwind99
Copy link
Owner

I created branch 1.15.2 so it can be the target of a merge request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants