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

Allow Campfire Extinguishers to be removed via CraftTweaker. #28

Closed MagmaBro123 closed 1 year ago

MagmaBro123 commented 1 year ago

Title.

mods.campfirebackport.removeCampfireIgnitor(); does not work, and I see no other mentions of removing things, only adding.

connor135246 commented 1 year ago

The default extinguishers and ignitors are in the config. Instead of using CraftTweaker, you remove them by deleting them from the config.

I added some new information to the wiki to explain how this works. https://github.com/connor135246/Campfire-Backport/wiki/Recipes-Overview

MagmaBro123 commented 1 year ago

Ah, sorry.

connor135246 commented 1 year ago

Nah, I'm the one who's sorry. Until now I didn't explain anywhere that it works like that.