-
Notifications
You must be signed in to change notification settings - Fork 187
Change log rotation to be more similar to branches, and also remove log_top #1496
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
Change log rotation to be more similar to branches, and also remove log_top #1496
Conversation
|
Not sure how to translate old worlds into new ones with this, unless there is some way to migrate rotation mode data |
|
Please don't remove log top, we don't have item migrations to correctly handle that. |
|
Now we just need the new textures for all the logs and i can mark this pr as ready for review |
|
@OneAvargeCoder193 It's doing a thing |
|
If you are lucky enough for #1503 to be merged before this you should be able to migrate old log items to new log types. This will also migration battle test, even with block merging since both top and log should be merged into one log item. Surely we will see all the bugs! Anyway, I didn't participate in production of this code so I will review It tomorrow to catch any obvious errors. |
|
@OneAvargeCoder193 made a PR on your fork |
All the log textures
|
I fixed everything |
IntegratedQuantum
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't forget to also change the biomes and the corresponding tree generator, such that they generate the new logs correctly in the forest.
This will make removing the old logs easier once item migrations are ready.
I will merge once you have acknowledged this.
|
|
yes |
|
Also check if there are any other biomes that reference logs some how, there might be some other structures that use logs too. |






Fixes #357
Stuff left to do
Make them rotateFixed automatically by making them like branchesLet them be chiseled like stairs?This will be a future pr