Campfire Backport

Campfire Backport

185k Downloads

Cauldron Support

DrParadox7 opened this issue ยท 1 comments

commented

Certain mods such as Thaumcraft 4 and Witchery check if they are above fire in order to function:

if(super.worldObj.getBlock(super.xCoord, super.yCoord - 1, super.zCoord).getMaterial() != Material.fire) {`

I was wondering if it is possible to fool them into believing that the campfire is an actual fire.

This would be especially useful for those packs that gate flint and steel behind some complicated steel production.

Not to mention how great it would look:
image

commented

Added in v1.8.2