EnderiumSmith / CharcoalPit

Minecraft mod for better charcoal and coke production
GNU General Public License v3.0
5 stars 5 forks source link

[Suggestion] Add crafttweaker support or other means of recipe customization for bloomery and ceramic vessel smelting #68

Closed wormzjl closed 6 years ago

wormzjl commented 6 years ago

Currently I believe that the bloomery and ceramic vessel only supports hardcoded items, I would like to used them for other custom recipes. This will be really helpful for modpack creators, thank you!

EnderiumSmith commented 6 years ago

it already does. look at the curse page on the bottom

wormzjl commented 6 years ago

Yes I did check the CF page, however :

mods.charcoalpit.addKilnRecipe If I didn't get it wrong, I believe that this is for direct smelting in the klin (in-world) not inside the ceramic vessel?

mods.charcoalpit.addAlloyRecipe This is only for alloying IMO?

The method for bloomery does not exist on the page.

EnderiumSmith commented 6 years ago

The alloy recipe is the one for the ore kiln. Just give it a single input. The ore kiln and bloomery share recipes. You can set the advanced tag to true to make it bloomery only.

wormzjl commented 6 years ago

Ohhhh I see, thank you!