Campfire Backport

Campfire Backport

185k Downloads

Support for Energy NBT Data

DrParadox7 opened this issue ยท 1 comments

commented

I am attempting to make the Flux Igniter able to ignite campfires when right clicked, at the cost of 400 RF.

However, as it stores its durability values as NBT data, it is proving to be rather challenging to do so with Minetweaker:
<ThermalExpansion:igniter>.withTag({Energy: 77600})

The only option I currently have is to enable ignition free of charge or disable it completely.
Is there a way around this, which I might not be aware of?

commented

Is there a way around this, which I might not be aware of?

No, there wasn't a way around this before.
But in v1.9, you can do this:
mods.campfirebackport.addCampfireIgnitor("both", <ThermalExpansion:igniter>.onlyWithTagAdvanced("{Energy: 400 (cost)}"), "none");