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]
This PR does two things:
- Updates CraftPresence, adding in a new dependency
- ~300MB of memory saved on main menu
- Config updated for new values, dimension tracking disabled
- Allows removal of CraftPresence without a GrS script error
[EXPAND]
[[messages]]
messageTitle = "Update CraftPresence to v2.5.0 (#1015)"
messageBody = '''
[PERFORMANCE]
[DETAILS]
detail = "Saves ~300MB of Memory on Main Menu"
[DETAILS]
'''
[[messages]]
messageTitle = "Allows Removal of CraftPresence Without Script Error (#1015)"
messageBody = "[FEATURE]"
[EXPAND]