Animated Blocks and Textures

Started by gustavowizard123 on

Topic category: Help with modding (Java Edition)

Last seen on 19:53, 2. Jun 2021
Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Animated Blocks and Textures

Hey guys! again sorry if this question was already solved, if so plz point me the link.

 

So i was wondering how to:

 

1) Put Animated Textures on a Custom Block (like a monitor with a animated png on it) - i know MCrayFisher cant handle it, but i cant find a easy 3D Editor that export .json (for MCreator 170), any ideas or program i could use?

2) Make a animated block (like a small windmill); does it work like Mobs on techne, how can i do it? (cant find tutorials for this)

 

thank you all!

Last seen on 22:00, 11. Nov 2019
Joined Aug 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:dude lol we all have like a
Sun, 10/09/2016 - 20:21

@#12 Boi get up out muh brain lol

Last seen on 22:55, 10. Sep 2020
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
PLEASE TELL ME HOW TO DO ThIS
Sat, 07/25/2020 - 20:40

PLEASE TELL ME HOW TO DO ThIS

Last seen on 22:55, 10. Sep 2020
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need to know how to do this
Sat, 07/25/2020 - 20:41

I need to know how to do this

Last seen on 19:53, 2. Jun 2021
Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i can do animated blocks now…
Sun, 07/26/2020 - 02:50

i can do animated blocks now, using animated textures or animating the block itself

 

1) FOR A BLOCK WITH ANIMATED TEXTURES:

Just create a animated texture on Mcreator and make 2 blocks; OFF and ON (ON got animated textures)

2) FOR A ANIMATED BLOCK:

First do a regular block (model OFF) then make 4+ models with the changes you want, for example a Windmill (model 1 with blade 0 rotataion, model 2 45 rotation, model 3 90 rotation and so on.. export each .json (1,2,3,4)

http://vberlier.github.io/animated-models/

on this site you upload your models (1,2,3...) and the texture then you can animated by exporting it into a single block, a animated block. it will export you a .zip (extract 3 files; the model, the texture and the MCMETA texture (put this one manually inside the folder Mcreator keep the textures)

so you have to do 2 blocks; a regular one (machine OFF) and a animated one (machine ON)

then u create procedures conecting them to do wtv you want (make the painting eye move or make a grinder with animated blade, the possibilities are endless)

 

 

Hope it helps! if u need more help let me know