Making Fire

Started by NTGamerYT on

Topic category: Help with modding (Java Edition)

Last seen on 20:01, 20. Jun 2020
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making Fire

I want to make a special type of fire that's blue. I want it to have the same properties as fire, (except damage and stuff which I will increase.) Any way to do that?

Last seen on 04:35, 17. Jan 2021
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Extend fire (if you know how…
Thu, 06/04/2020 - 23:15

Extend fire (if you know how to code). Otherwise, it is not possible in MCreator I believe

Last seen on 00:05, 19. Apr 2024
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you can create a fire cross…
Fri, 06/05/2020 - 13:12

you can

create a fire cross texture model

use the Animated texture creator to create the texture

then do whatever you want with procedures

Last seen on 05:29, 31. Jan 2022
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
fire is quite complicated…
Fri, 06/05/2020 - 19:12

fire is quite complicated. it involves multiple faces/multiparts (and the textures for those multiparts). those faces are rendered according to the block face it is going to burn, etc. then the fire will spread according to neighboring block's flamability and encouragement,,,

it may be possible to only use code blocks in mcreator, but its a lot of work, and you need to make many blocks that represent each side of the fire face.

Last seen on 00:05, 19. Apr 2024
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you have to create the…
Sun, 06/07/2020 - 14:29

you have to create the following models

fire

fire wall right

fire wall left

fire down

fire up

etc.

also you need to create and define the spreading

by using get material procedures

and spread procedures