Is there any way to make a new fire block?

Started by Kiriot22 on

Topic category: Advanced modding

Last seen on 15:14, 24. May 2023
Joined Sep 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there any way to make a new fire block?

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:

Last seen on 17:17, 10. Jan 2024
Joined Aug 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You should try extend
Sun, 04/03/2016 - 21:17

You should try extend BlockFire

Last seen on 17:17, 10. Jan 2024
Joined Aug 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
And also use vanilla fire
Sun, 04/03/2016 - 21:19

And also use vanilla fire .json files

Last seen on 09:20, 22. Nov 2021
Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I just have a couple tips
Sun, 04/03/2016 - 21:22

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™

Last seen on 18:46, 16. Oct 2021
Joined Oct 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To make a block without
Sun, 04/03/2016 - 21:30

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)

Last seen on 15:14, 24. May 2023
Joined Sep 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:I just have a couple tips
Sun, 04/03/2016 - 21:41

@#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

Last seen on 15:14, 24. May 2023
Joined Sep 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Nvm I have the transparent
Sun, 04/03/2016 - 21:43

Nvm I have the transparent option already selected

Last seen on 17:17, 10. Jan 2024
Joined Aug 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
For the extending change on
Sun, 04/03/2016 - 21:48

For the extending change on line like this: "class CustomFire extends Block"
"Block" to the "BlockFire"

Last seen on 15:14, 24. May 2023
Joined Sep 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:For the extending change on
Sun, 04/03/2016 - 21:58

@#6 Yeah I knew this one already but what I'm supposed to do next?

Last seen on 17:17, 10. Jan 2024
Joined Aug 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need use vanilla or make
Mon, 04/04/2016 - 13:05

You need use vanilla or make your copy of .json files.