Make sure items do not burn

Started by zefut on

Topic category: Help with MCreator software

Active 2 years ago
Joined Feb 2019
Points:
730

User statistics:

  • Modifications: 0
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 21
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

Active 1 year ago
Joined Nov 2019
Points:
708

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 27
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.

Active 3 years ago
Joined Nov 2018
Points:
980

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 571
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.

Active 2 years ago
Joined Feb 2019
Points:
730

User statistics:

  • Modifications: 0
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 21
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

Active 6 months ago
Joined Jan 2025
Points:
57

User statistics:

  • Modifications: 1
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 12
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.

Active 4 months ago
Joined Mar 2022
Points:
521

User statistics:

  • Modifications: 2
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 59
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.