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

Update to 1.13+ / Making updates simpler? #26

Open
BasedUser opened this issue May 17, 2019 · 2 comments
Open

Update to 1.13+ / Making updates simpler? #26

BasedUser opened this issue May 17, 2019 · 2 comments

Comments

@BasedUser
Copy link

BasedUser commented May 17, 2019

Yes, this repo is dead, but I have to put it here anyways. I think it would take a bit of work, but a universal (until some update breaks it) version of Mineshot would probably kill all of the issues currently existing (except for the obvious ones like tiled rendering).

Also, a suggestion. Maybe add a render distance option so that only the chunks in front of the camera are loaded?

@MggMuggins
Copy link
Contributor

I'm not sure what you mean by a "universal" version, the forge API breaks after every Minecraft update because Minecraft breaks its internal API. There's a branch for each version of MC in the repo, since the code has to be different for each version of MC.

Seems to me like rendering chunks in front of the camera is probably already done in some way by Minecraft (at least, you can be fairly sure that the visual calculations are only done for stuff visible in a given frame). I assume you're asking in order to improve performance, but all the stuff in a chunk has to be in memory in order for the player changing orientation to work at all.

@LoganDark
Copy link

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

3 participants