104 Commits

Author SHA1 Message Date
0a5d274bce Opencomputers control unit recipe conflict with mv circuit 2025-01-04 12:10:01 -06:00
79d60e4acd ImmersiveVehicles seatbench Buzzsaw -> BuzzSaw 2025-01-02 22:03:59 -06:00
51d74f06a5 immersiveVehicles piston recipe conflict 2025-01-02 17:18:39 -06:00
155dab9a50 immersiveVehicles.groovy replace thermal expansion tank with gt drum 2024-12-31 17:38:14 -06:00
f51c1d7c04 Removed ftbutils keybinds 2024-12-23 12:19:19 -06:00
5082942bb2 added immersive vehicles 2024-12-18 16:17:19 -06:00
ecc2352c19 Added opencomputer recipe overrides 2024-12-13 13:20:30 -06:00
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
4166fd3454
Hide EIO Lava Generator JEI Category (#1145)
[SKIP]
2024-12-09 22:36:27 +11:00
Integer Limit
5bb91be679
Update Labs to 0.11.2 + Use New GrS API (#1144)
[SKIP]
2024-12-09 21:42:47 +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
7a8e7619ae
Add Creosote & Concrete Buckets to JEI (#1140)
[FEATURE]

[DETAILS]
detail = "They are used in some Crafting Recipes."
[DETAILS]
2024-12-08 21:33:16 +11:00
Integer Limit
a75526ddb9
Create Crafting Recipes for Early GT Cells (#1132)
[BALANCING]
2024-12-02 12:04:45 +11:00
Integer Limit
a786702ddf
Remove Unused Import (#1130)
[SKIP]
2024-12-02 11:06:34 +11:00
Integer Limit
9474cca4c5
Misc Thermal Expansion Improvements (#1127)
## 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]
2024-12-01 18:36:04 +11:00
Integer Limit
37bbdfe0a3
Update Nomi-Labs to v0.11.0 (#1126)
In this release:
- Bug Fix: ME Stocking Hatch/Bus Duplication
- Balancing: Increase Solid Fuel Efficiency 10x for Large Boilers
- Bug Fix: Edge Case Cleanroom Crash
- Bug Fix: Edge Case Effortless Building Crash
- Balancing: Increase Steel Cell Capacity to 16B (From 8B)
- Feature: Add Bronze Cell (Capacity: 8B)
- Feature: Allow GT Cells to Place/Collect Fluids

GroovyScript APIs Changed:
- QoL: Added a Simple IIngredient as a Template
- Feature: Added 'Strictable' Recipes

[EXPAND]
[[messages]]
messageBody = '''
[BUG]
[DETAILS]
details = [
"Fixes ME Stocking Hatch/Bus Duplication Glitch",
"Fixes Edge Case Cleanroom Crash",
"Fixes Edge Case Effortless Building Crash"
]
[DETAILS]
'''

[[messages]]
messageBody = '''
[BALANCING]
[DETAILS]
detail = "Increase Solid Fuel Efficiency 10x for Large Boilers"
[DETAILS]
'''

[[messages]]
messageBody = '''
[FEATURE]
[DETAILS]
details = [
"Add Bronze Cell (Capacity: 8B)",
"Increase Steel Cell Capacity to 16B (From 8B)",
"Allow GT Cells to Place/Collect Fluids",
]
[DETAILS]
'''
[EXPAND]
2024-11-30 21:11:37 +11:00
Integer Limit
cbd9b9f6a4
Removal of Unused Quests (#1125)
[QB]

[DETAILS]
details = [
"Streamlines Experience",
"Fixes Uncompletable Quests",
]
[DETAILS]
2024-11-30 08:38:44 +11:00
v3ect0rgames
e0aa2c569a
Fix GroovyScript Syntax Error (#1111)
[SKIP]
2024-11-21 23:38:14 +11:00
v3ect0rgames
a715a22afa
Add Ender Lily Item to Resonant Ender Recipe (#1105)
[DETAILS]
detail = "Fixes #1076"
[DETAILS]

[BALANCING]

Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com>
2024-11-15 15:50:37 +11:00
Integer Limit
6bbd2bd826
Remove Glowstone Electrolyzer Recipe (#1096)
[BALANCING]

[DETAILS]
details = [
"Accidentally Added in 1.7-alpha-3",
"Fixes Phosphorous Balancing",
]
[DETAILS]
2024-11-05 08:10:57 +11:00
Integer Limit
d429e33a21
Add Tiny Coke (#1079)
[FEATURE]
2024-10-17 22:44:06 +11:00
Integer Limit
e5f36974dd
Hide Higher Tier Muffler Hatches (#1065)
[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]
2024-10-15 08:12:50 +11:00
Integer Limit
19d75b2144
Add the FindMyItemsAndFluids Mod (#1067)
[FEATURE]
[DETAILS]
detail = "Improves Storage Management Early Game!"
[DETAILS]
2024-10-14 22:10:55 +11:00
Integer Limit
96256f3005
Add Tooltips Saying P2P Type (#1066)
[FEATURE]
2024-10-14 21:52:50 +11:00
Integer Limit
5cfea1f4a3
Fix Airtight Seal Recipes (#1042)
[BUG]
[AUTHOR]
name = "Doniazade"
email = "86292752+Doniazade@users.noreply.github.com"
[AUTHOR]


Co-authored-by: Doniazade <86292752+Doniazade@users.noreply.github.com>
2024-10-08 19:12:46 +11:00
Integer Limit
dc7c2fdccd
Advanced Rocketry Tank Improvements (#1041)
[FEATURE]
[DETAILS]
details = [
"Fixes #276",
"Removed from JEI",
]
[DETAILS]
2024-10-08 13:01:23 +11:00
Integer Limit
4d14183e81
Fix GregTech Facades' Tooltip (#1039)
[BUG]

[FIXUP]
sha = "478ad65a95838a700231990b9f3f2f57d3d4f371"
newBody = '''
[FEATURE]
[DETAILS]
details = [
"**Allows Clearing Of:**",
"Buckets (Water, Lava, Forge)",
"Minecraft Shulker Boxes",
"GregTech Crates",
"NuclearCraft Non-Active Coolers",
"Drawers (Wooden, GregTech, Framed, Framed Compacted)",
["Upgrades are NOT Cleared!"],
"Thermal Portable Tanks",
"**Adds Tooltip Notifying Clearing Ability For:**",
"GregTech Super/Quantum Chests/Tanks",
"GregTech Drums",
"EnderIO Portable Tanks",
]
[DETAILS]
'''
[FIXUP]
2024-10-07 18:39:58 +11:00
Integer Limit
478ad65a95
Content Clearing Recipes (#1035)
[FEATURE]
[DETAILS]
details = [
"**Allows Clearing Of:**",
"Buckets (Water, Lava, Forge)",
"Minecraft Shulker Boxes",
"GregTech Crates",
"NuclearCraft Non-Active Coolers",
"Drawers (Wooden, GregTech, Framed, Framed Compacted)",
["Upgrades are NOT Cleared!"],
"Thermal Portable Tanks",
"**Adds Tooltip Notifying Clearing Ability For:**,
"GregTech Super/Quantum Chests/Tanks",
"GregTech Drums",
"EnderIO Portable Tanks",
]
[DETAILS]
2024-10-07 14:02:52 +11:00
Integer Limit
45b0fa39c8
Fix Hand Framing Display Recipes (#1034)
[SKIP]
2024-10-05 19:47:37 +10:00
Integer Limit
5b12055e69
Update to Nomi Labs 0.9.1 (#1033)
[SKIP]
2024-10-05 18:10:38 +10:00
Integer Limit
ff765022d7
Slight Cleanup with Newer APIs (#1032)
[SKIP]
2024-10-05 18:01:17 +10:00
Integer Limit
38030cfb5e
Alternative Hull Recipes with Higher Tier Plastics (#1027)
[BALANCING]
2024-10-05 10:40:30 +10:00
Integer Limit
c7f47ba3e2
Alternative Lubricant Recipes (#1030)
[BALANCING]
[DETAILS]
details = [
"Raw Oil: 2B Input, 1B Output",
"Light Oil: 1B Input, 500mB Output",
"Heavy Oil: 1B Input, 4B Output",
]
[DETAILS]
2024-10-04 21:10:12 +10:00
Integer Limit
716c957b4c
Fix Transmutating Airtight Seal Recipe (#1029)
[BUG]
[DETAILS]
detail = "Caused by Adding Other Mods"
[DETAILS]
2024-10-04 19:34:34 +10:00
Integer Limit
679a67cd6f
Update Nomi Labs to v0.9 (#1028)
[BUG]
[DETAILS]
details = [
"Fixes Disappearing Covers on Pipes (#987)",
"Fixes Cleanroom Loader Incompatibility (#993)",
"Makes Scrolling P2Ps Respect Direction",
"Fixes Drawer Keys on Empty Drawers",
]
[DETAILS]
2024-10-04 19:17:56 +10:00
Integer Limit
9a4f77cda5
Alternative ULV Covers Recipes (#1026)
[BALANCING]

[DETAILS]
detail = "Allows Using Higher Tiers of Rubber, and the Assembler."
[DETAILS]
2024-10-04 17:59:33 +10:00
Integer Limit
2ca3f3d0e0
Fix ME Conduit Recipe (#1025)
[BUG]
2024-10-04 12:04:09 +10:00
Integer Limit
7ebb0ebe33
Fix Hand Framing Display Recipes (#1024)
[BUG]
2024-10-04 12:01:40 +10:00
Integer Limit
239aed709d
Update CraftPresence to v2.5.0 (#1015)
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]
2024-10-02 19:47:31 +10:00
Integer Limit
4afba84af3
Fix NBT Problems in Pure Crystal Shortcut Recipes (#1014)
[BUG]

[DETAILS]
detail = "Fixes #1010"
[DETAILS]
2024-10-01 20:06:15 +10:00
v3ect0rgames
9044203dd4
Fix Duplicate and Wrong AE2 Tooltips (#983)
[BUG]
2024-09-04 18:56:22 +10:00
Integer Limit
f283b96f61
Add Recycling Recipes for Inscriber Presses (#963)
[FEATURE]
2024-08-27 08:25:02 +10:00
Integer Limit
fcfae39ec2
Hide Better Questing Placeholders from JEI (#961)
[FEATURE]

[FIXUP]
sha = "b2491a2a2430edf03342ebedc673461ab981f9cf"
changeFixes = false
newBody = '''
[BUG]
[DETAILS]
detail = "Fixes #956"
[DETAILS]
[IGNORE]
checks = { compareBefore = "1.7-beta-6a" }
[IGNORE]
'''
[FIXUP]
2024-08-26 20:02:48 +10:00
Integer Limit
31090f7005
Hide BQu Loot Boxes from JEI (#960)
[FEATURE]
2024-08-26 19:53:59 +10:00
Integer Limit
947d853c3e
Add a FPS Impact Warning to EIO Facades (#959)
[FEATURE]

[FIXUP]
sha = "b2491a2a2430edf03342ebedc673461ab981f9cf"
changeFixes = false
newBody = '''
[BUG]
[DETAILS]
detail = "Fixes #956"
[DETAILS]
'''
[FIXUP]
2024-08-26 19:19:11 +10:00
Integer Limit
b2491a2a24
Fix Inefficient ABS Recipe Durations (#958)
[FEATURE]

[DETAILS]
detail = "Fixes #956"
[DETAILS]

[FIXUP]
[[fixes]]
sha = "b8d375f7e93887561486a1b2d464ef3ae4b33e47"
newBody = "[SKIP]"

[[fixes]]
sha = "8f8063c73de3dbcc83fded2885f797032eb97e04"
newBody = "[FEATURE]"
[FIXUP]
2024-08-26 19:07:59 +10:00
v3ect0rgames
aec24ceab0
Add Nomicoin-Free Airtight Seal Recipes (#946)
[FEATURE]



Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com>
2024-08-25 21:27:05 +10:00
Integer Limit
07a793fb36
Misc AE2 Fixes and Improvements (#950)
[EXPAND]
[[messages]]
messageTitle = "Misc AE2 Improvements (#950)"
messageBody = '''
[DETAILS]
details = [
"Enables Color Applicator (with Tooltip)",
"Enables Entropy Manipulator",
"Enables Paint Balls",
"Enables Matter Cannon (with Tooltip)",
"Enables Quartz Wrenches",
]
[DETAILS]
'''

[[messages]]
messageTitle = "Fix Unintended Alt Recipe for Cable Anchors (#950)"
messageBody = "[BUG]"
[EXPAND]
2024-08-25 19:17:49 +10:00
Integer Limit
2d9eaf88f3
Add Tooltip Warnings for Various AE2 Items (#937)
[FEATURE]
2024-08-22 23:29:34 +10:00
Integer Limit
a340c11e83
Fix GroovyScript Error Caused by #927 (#934)
[SKIP]
2024-08-21 22:43:54 +10:00