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

Support for Energy NBT Data #17

Closed DrParadox7 closed 3 years ago

DrParadox7 commented 3 years ago

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?

connor135246 commented 3 years ago

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");