
Support for Energy NBT Data
DrParadox7 opened this issue ยท 1 comments
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?