-
-
Notifications
You must be signed in to change notification settings - Fork 86
New procedurally generated animations for the blocks #737
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
base: dev/1.21.1
Are you sure you want to change the base?
Conversation
@@ -1,2 +1,7 @@ | |||
<<<<<<< HEAD |
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.
guh conflicts :/
can you remove the .cache
folder and do runData
again?
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.
done
I noticed the highlight area changed, are they randomly generated? I personally think randomly generate stuff on this is not good, so maybe you can set a fixed seed? |
Build PreviewYou can find files attached to the below linked Workflow Run URL (Logs).
|
sure, i'll add an option to the script |
done |
Can you document the procedure exactly step by step here, so I and other contributors know exactly how things will work, what we would need to do when we have new textures, trying to run the data gens etc |
sure, done |
# Conflicts: # src/generated/resources/.cache/b8526e444ae7356037f3a813274f6835d1f3dd16
Makes the parts of the blocks that were previously left static move, glow, shift, whatever you want to call it. The animations are generated by a tool that can be found here. It uses the old textures as the assets that it then modifies in order to build the animations, which is why the old textures are left untouched in the sources directory. This ensures that the original textures can be easily found and accessed by anyone who wishes to further improve or modify them, because applying changes to their post-processed versions can be somewhat tedious.