Started by
Kiriot22
on
Topic category: Advanced modding
I want to make a blue fire. The problem is how to make it doesn't have "hitbox" and is rendered like normal fire instead of this:
Topic category: Advanced modding
I want to make a blue fire. The problem is how to make it doesn't have "hitbox" and is rendered like normal fire instead of this:
You should try extend BlockFire
And also use vanilla fire .json files
I just have a couple tips
Change your particles to funnel so it is more like fire in the game
Add an animation if you dont already have one
You can fix the see through the ground problem by I believe setting it to transparent
-I Hope this Helps with regards SpidroTechnology™
To make a block without hitbox select the ''Isn't collidable?'' option.
To make the texture like the fire, select (in texture type) the ''Single texture (red field only)'' option and then, in Render Type, select ''Cross (X)'' option.
I hope that will help you. The for the last, add an animation (if you want)
@#3 I use mcreator 1.6.3 and I don't have the transparent option
@#4 I already did that things but I'll try with the cross option, thanks
@#1 Good idea but I'm new to coding so I may not do it properly
Nvm I have the transparent option already selected
For the extending change on line like this: "class CustomFire extends Block"
"Block" to the "BlockFire"
@#6 Yeah I knew this one already but what I'm supposed to do next?
You need use vanilla or make your copy of .json files.