connor135246 / Campfire-Backport

Backports Minecraft 1.14/1.16 campfires to 1.7.10
GNU General Public License v3.0
9 stars 4 forks source link

Cauldron Support #12

Closed DrParadox7 closed 3 years ago

DrParadox7 commented 3 years ago

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

connor135246 commented 3 years ago

Added in v1.8.2