Started by
zefut
on
Topic category: Help with MCreator software
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
I'm pretty sure it is possible, as Nether Stars are immune to explosions, but I don't know how.
Something in the items code. I've tried to add the code to the item, but my mod doesn't build with it.
Yes I think so too but I do not know how to do it
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.
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.