Started by
NTGamerYT
on
Topic category: Help with Minecraft modding (Java Edition)
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?
Extend fire (if you know how to code). Otherwise, it is not possible in MCreator I believe
you can
create a fire cross texture model
use the Animated texture creator to create the texture
then do whatever you want with procedures
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 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