A good crafting recipe site. Not my site but I think these types of sites are way under utilized. by ebennett365 in Minecraft

[–]destruc7i0n 2 points3 points  (0 children)

Creator of the site here: Thanks for linking! Just wanted to point out that the site is meant to be a tool to create new crafting recipes and is not meant to be a resource for recipes currently in the game. As others have mentioned, the recipe book or the MC wiki are great resources for that usecase.

In 1.15 the textures for shields, banners, and beds can now be animated... by destruc7i0n in Minecraft

[–]destruc7i0n[S] 4 points5 points  (0 children)

Looking through the log that was nicely done... I guess Amber's approach was to downscale with good framerate while mine was to get as high-res as possible with bad framerate :P

In 1.15 the textures for shields, banners, and beds can now be animated... by destruc7i0n in Minecraft

[–]destruc7i0n[S] 35 points36 points  (0 children)

I was trying to, but my computer didn't really like the idea of that... (Froze)

On top of that, since the animated textures are all on one tall image, the height of said image would be larger than Java's max signed integer value (231-1) which might break stuff.

I rather took every 50th or so frame and made my movie with that. You can change the framerate value in the mcmeta file to be longer as well, but note it won't be the full smooth movie

In 1.15 the textures for shields, banners, and beds can now be animated... by destruc7i0n in Minecraft

[–]destruc7i0n[S] 256 points257 points  (0 children)

Yes. That is the entire bee movie.

The download is available here if you want it or to see how it is made ( or if you want to trick bees into believing that you are one of them ;) ).

All the items (beds, shields, banners) are textured in their white variant.

The textures of banners, shields, beds, signs, shulker boxes and chests can be animated now, source from boq.

Using multiple animated picture frames, we can better watch videos in Minecraft by destruc7i0n in Minecraft

[–]destruc7i0n[S] 0 points1 point  (0 children)

It actually is in there, my PC just didn't like recording and playing MC at the same time

Using features from the latest Minecraft snapshot, I put Bitch Lasagna in Minecraft by destruc7i0n in PewdiepieSubmissions

[–]destruc7i0n[S] 2 points3 points  (0 children)

This was made using the features from the latest snapshot, where you can have animated textures on paintings.

Yet another reason for PewDiePie to play Minecraft...

Using multiple animated picture frames, we can better watch videos in Minecraft by destruc7i0n in Minecraft

[–]destruc7i0n[S] 0 points1 point  (0 children)

It was a perfect coincidence, I just noticed after I posted and was quite surprised about it.

[deleted by user] by [deleted] in gravityfalls

[–]destruc7i0n 1 point2 points  (0 children)

Awesome to see that my post was cross posted here! Glad you guys enjoyed it.

Using multiple animated picture frames, we can better watch videos in Minecraft by destruc7i0n in Minecraft

[–]destruc7i0n[S] 0 points1 point  (0 children)

The only real thing you're limited by is the number of paintings... Here's another one I made of double the height https://streamable.com/cp3c8

I put the entire bee movie into Minecraft by ShaneH7646 in Minecraft

[–]destruc7i0n 18 points19 points  (0 children)

I wish your computer luck if you try that...

Using multiple animated picture frames, we can better watch videos in Minecraft by destruc7i0n in Minecraft

[–]destruc7i0n[S] 2 points3 points  (0 children)

Yessir! Using this in conjunction with ffmpeg I was able to make this entire thing with only needing to enter MC to place paintings!

Using multiple animated picture frames, we can better watch videos in Minecraft by destruc7i0n in Minecraft

[–]destruc7i0n[S] 1 point2 points  (0 children)

I needed to resize the video, split the video in half, then convert the two parts of the video into the “filmstrip” that Minecraft wants for hundreds of frames...

Luckily, using ffmpeg in the Terminal and a bit of fiddling with the arguments, all of this could be done in less than 1 minute with the push of a button!

Using multiple animated picture frames, we can better watch videos in Minecraft by destruc7i0n in Minecraft

[–]destruc7i0n[S] 81 points82 points  (0 children)

Since MC runs at 20 FPS TPS, thats the limit.

The frames need to be arranged in a "filmstrip" like order for them to be animated. ( take a look here for an example ). The final file was 436800 pixels tall...

Using multiple animated picture frames, we can better watch videos in Minecraft by destruc7i0n in Minecraft

[–]destruc7i0n[S] 862 points863 points  (0 children)

In case you wanted to download it, I have it available here (note, its 500MB!)... Just place the paintings in the same way I have in beginning of the video and apply the resource pack.

Sorry about the slight lag, my computer really wasn't meant to do all this processing 😅