Sealable Barrels for fluid and item creation
barttraeger opened this issue ยท 2 comments
Sealable Barrels like the ones from TerraFirmaCraft, which is the only other mod I know of that implemented this mechanic perfectly. But this mod is too much of a whole makeover to just drop it into a modpack.
These Barrels could function much like the Soaking Pot but without the campfire heating and larger capacity.
Recipes could begin to be processed once the barrel is sealed.
When opened before the crafting process is done it could either hold or reset the crafting process altogether.
Recipes could look like this:
string name, // unique recipe name
IItemStack output, // recipe output
ILiquidStack outputFluid, // recipe output fluid
ILiquidStack inputFluid, // input fluid
IIngredient inputItem, // input item
int timeTicks // recipe duration in ticks
Features / Possibilities:
- open barrels could catch rainwater
- sealed barrels would begin a crafting process
- pickling of food, more saturation and/or effects than base input food
- brewing of simple potions or alcoholic beverages
- could even be used as a storage block for single stacks of items / fluid.
Would fit this mod perfectly I think.