7 Commits

Author SHA1 Message Date
Integer Limit
86cb1fbf85
Allow Usage of Fluid Containers in Crafting (#1142)
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]
2024-12-11 09:11:28 +11:00
Integer Limit
8b5bcf15b7
Small Earlygame Tweaks (#1139)
[BALANCING]
[HM]

[DETAILS]
details = [
"Adds a Log -> Stick Shortcut Recipe",
"Removes Paper Recipes Directly from Sugar Cane and Rice",
"Makes Wood Pulp Crafting Output 2 Instead of 4",
]
[DETAILS]
2024-12-09 19:56:53 +11:00
Integer Limit
226cd449fe
Port Tooltips to Groovy + Fix Fluids in JEI (#796)
[EXPAND]
[[messages]]
messageTitle = "Port Tooltips to Groovy (#796)
messageBody = '''
[FEATURE]
[DETAILS]
detail = "Tooltips are now Localisable!"
[DETAILS]
'''

[[messages]]
messageTitle = "Fix Fluids in JEI (#796)"
messageBody = '''
[BUG]
[DETAILS]
details = [
  "Fixes Some Fluids being Items in JEI",
  "Adds Information about Temperature to all Fluids",
]
[DETAILS]
'''
[EXPAND]
2024-07-13 19:32:07 +10:00
IntegerLimit
0d85d7b4a4 Enable Island Cakes by default + tooltip + README 2023-06-17 22:59:58 +10:00
IntegerLimit
b1dcbcea19 Remove default island cake recipe 2023-06-17 22:20:35 +10:00
m2r1k5
5c798cbfc8 all scripts 2022-03-24 23:07:41 +08:00
m2r1k5
ad7c4f0187 0.5.1 2022-02-05 00:52:48 +08:00