Modded Compat
The-Brandolorian opened this issue ยท 7 comments
Information
Mod name: Campfirespawnandtweaks
Feature description
Would you be able to add compat with the fire starter from Charcoal Pit? Or possibly inform me how to do myself. Cheers
Thanks for the request! I think they'd work really well together. I'm currently checking for (block instanceof CampfireBlock). You could extend your fire with that, but it would mean that it should contain CampfireBlock.Lit (and CampfireBlock.waterlogged).
Otherwise you could send me your campfire code in private so I can take a look.
Sorry for the confusion! I am not the creator of said mod.
I just wasn't sure if it could be done through data packs via tags or something, but i shall create a thread on their page and link them to here :)
Does this do anything special with the relight or would just copying the flint and steel code work?
Hmm the mod does some special checks, but all based on the format of the Campfire block. I can also add some extra checks in the mod itself whether the boolean properties for Lit and waterlogged exist.
Is it possible for your campfire class to extend CampfireBlock? Or would that cause problems?
Keep in mind I haven't used your mod. I'm following a request.
You can extend FlintAndSteelItem with your custom flint & steel. Is that possible?