Making Fire

Started by NTGamerYT on

Topic category: Help with Minecraft modding (Java Edition)

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?

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

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

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.

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