This PR allows the usage of any fluid container, such as GT cells and drums, or EIO portable tanks, or Thermal portable tanks, in crafting recipes involving buckets.
This is done through mass recipe replacing, replacing ingredients with a custom 'fluid bucket ingredient'. This ingredient also displays some options for containers in JEI, allowing for crafting auto-fill.
Some recipes have been changed:
- Cake + Cake Base + Chocolate Cake now supports dough or rice dough
- Cake + Cake Base no longer allow using unfilled buckets
- Concrete Bucket (for Firebricks Recipe) change:
- Now makes Concrete Cell (Iron)
- Takes a cell as input, and any fluid container (for water) as input
- New Recipe: Water + Lava = Obsidian
Reviewers:
- Anything else we should add to the display list? Should we remove something?
- Any recipes that are not replaced?
- Check for bugs involving crafting, e.g. crash, dupe, unexpected behaviours.
[EXPAND]
[[messages]]
messageBody = '''
[FEATURE]
[DETAILS]
details = [
"Allows using ANY Fluid Container (GT Drums/Cells, EIO Tanks, Thermal Tanks, etc.) in Crafting Recipes, Substituting Filled Buckets",
"Also adds Crafting Recipe for Obsidian (Water + Lava)"
]
[DETAILS]
'''
[[messages]]
messageTitle = "Revamp Concrete Bucket Crafting Recipe"
messageBody = '''
[BALANCING]
[HM]
[DETAILS]
detail = "Now takes an Empty Cell as Input, and outputs a Filled Cell"
[DETAILS]
'''
[EXPAND]
## Bug Fixes:
- Fixes Issues displaying JEI Creative Cell's recipes in JEI
## Features:
- Removes Creative Tank and Machines from JEI
- Cleans up Upgrade Recipes
- Fixes Duplicated and Cluttered Upgrade Recipes
- Adds Upgrade Recipes for Dynamos, Tanks, and Full Conversion Options for Cells
## Balancing:
- Changes Portable Tank Upgrade Recipes
- Now takes Upgrade/Conversion Kits instead of Custom Materials
- Portable Tanks could be upgraded with Kits as Placed Blocks Previously
## Internal:
- Cleans up Thermal JEI Hiding
[EXPAND]
[[messages]]
messageBody = '''
[BUG]
[DETAILS]
detail = "Fixes Issues displaying JEI Creative Cell's recipes in JEI"
[DETAILS]
'''
[[messages]]
messageBody = '''
[FEATURE]
[DETAILS]
details = [
"Removes Creative Tank and Machines from JEI",
"Cleans up Thermal Upgrade Crafting Recipes",
["Fixes Duplicated and Cluttered Upgrade Recipes",
"Adds Upgrade Crafting Recipes for Dynamos and Portable Tanks"],
]
[DETAILS]
'''
[[messages]]
messageBody = '''
[BALANCING]
[DETAILS]
details = [
"Streamlines Portable Tank Upgrade Recipes",
["Now takes Upgrade/Conversion Kits instead of Custom Materials",
"Portable Tanks could be Upgraded with Kits as Placed Blocks Previously"],
]
[DETAILS]
'''
[EXPAND]
[FEATURE]
[DETAILS]
details = [
"Higher Tier Muffler Hatches have No Uses, Especially Since Ashes Cannot be Extracted via Automation",
"Existing Higher Tier Hatches Will Not Disappear, Recycling Recipes for Them Still Exist",
]
[DETAILS]
[FEATURE]
[FIXUP]
sha = "bf4055fbe4092d72f68bb40bb5d88c624ce5b074"
changeFixes = false
newBody = '''
[EXPAND]
[[messages]]
messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"Pattern Encoders have been Removed!\",
\"Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.\",
\"All Usages in Recipes have also been changed to AE2 Interfaces!\",
]
[DETAILS]
[PRIORITY]
priority=25
[PRIORITY]
"""
[[messages]]
messageTitle = "Update GT to 2.8.10"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"Allows GregTech Data Sticks to Copy ME Hatch Settings\",
\"Adds an 'Stocking' Version of ME Hatches and Buses\",
\"Support for Displaying Power Substation on Central Monitor\",
]
[DETAILS]
[PRIORITY]
priority=20
[PRIORITY]
[IGNORE]
checks = { compareBefore = \"1.7-alpha-4\" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
[IGNORE]
"""
[[messages]]
messageTitle = "Update Nomi Labs to 0.7.0"
messageBody = """
[BREAKING]
[DETAILS]
details = [
\"Improvement of the DME Simulation Chamber\",
[\"Now increases Tiers and Data Counts of Models\", \"Now is Parallelizable\"],
\"Improvement of the Universal Crystalizer\",
[\"Now Accepts Laser Hatches\", \"Now is Parallelizable\"],
\"Custom Implementation of Difficulty Lock, now works on Dedicated Servers\",
\"Replacement of the Void Dimension, fixing issues with Difficulty Changing\",
\"Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches\",
\"Improvements to FTB Utils and Effortless Building\",
\"Allows Setting of Default Keybinds for New Players\",
]
[DETAILS]
[PRIORITY]
priority=15
[PRIORITY]
"""
[EXPAND]
'''
[FIXUP]