I thought Gregtech Firestonedust is safe


I was wrong.
There were full of chests on this wall.

3 Likes

Oh noes! Isn’t that Railcraft though? Doesn’t it have to be in your inventory to cause fire?

Also GT metal chests are fireproof. =]

2 Likes

From my Inventory Iterator:

if (tData.mMaterial.mMaterial == MT.Firestone && tData.hasValidPrefixData() && !MD.RC.owns(tStack)) for (int j = (int)UT.Code.divup(tData.mMaterial.mAmount, U) * tStack.stackSize; j > 0; j--) {
	WD.fire(aEvent.player.worldObj, UT.Code.roundDown(aEvent.player.posX)-5+RNGSUS.nextInt(11), UT.Code.roundDown(aEvent.player.posY)-5+RNGSUS.nextInt(11), UT.Code.roundDown(aEvent.player.posZ)-5+RNGSUS.nextInt(11), RNGSUS.nextInt(8) != 0);
}

Does not look safe to me. XD

(note it specifically excludes Railcrafts own Firestone since that one already sets things on fire by itself)

Edit: Oh crap I just noticed tiny piles of Dust set more fire than they supposed to XD

2 Likes

There were stack of tiny Firestonedust on my hand, and it just happend too fast, fire spread from one chest to another.

2 Likes

You experienced this:

image

I’m in the corner like:

image

2 Likes

For those who didn’t get the reference, it’s Jim Carey as Fire Marshall Bill from In Living Color:

2 Likes