
Cauldron Support
DrParadox7 opened this issue ยท 1 comments
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.