Make sure items do not burn

Started by zefut on

Topic category: Help with MCreator software

Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make sure items do not burn

Hello here I would like that when I break my block that the item drop to the ground but that if it drops in lava or fire it does not burn is this possible? Even if you have to enter lines of code (on the other hand if it is the case I will need your help to do it) Thanks in advance Zefut

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm pretty sure it is…
Wed, 11/20/2019 - 16:36

I'm pretty sure it is possible, as Nether Stars are immune to explosions, but I don't know how.

Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Something in the items code…
Wed, 11/20/2019 - 17:54

Something in the items code. I've tried to add the code to the item, but my mod doesn't build with it.

Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes I think so too but I do…
Mon, 11/25/2019 - 12:42

Yes I think so too but I do not know how to do it

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
trying to figure this out…
Wed, 02/05/2025 - 20:03

trying to figure this out myself, watching in on this topic..

How to make a blockitem have item properties.

fireResistant is one of the possible properties..

Seems mcreator overwrites anything I try to write in "MymodsItems.Java". Hrm.

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Lock the element's code,…
Wed, 02/05/2025 - 21:37

Lock the element's code, open the block's item file and add the properties yourself.
MCreator doesn't have a built in way to add item properties (or from what I have seen) to block items yet.