796 Commits

Author SHA1 Message Date
f51c1d7c04 Removed ftbutils keybinds 2024-12-23 12:19:19 -06:00
5082942bb2 added immersive vehicles 2024-12-18 16:17:19 -06:00
d1e570dcbf Added biomes o plenty, added just enough dimensions. Added biomesoplenty
planet hyperion to advrocket
2024-12-16 18:02:52 -06:00
dd65dc89e2 Adjusted gregtech.cfg for immersive vehicle compatablitiy 2024-12-15 11:52:54 -06:00
ecc2352c19 Added opencomputer recipe overrides 2024-12-13 13:20:30 -06:00
dfe2afaaa0 switched pack to Expert mode 2024-12-13 13:16:30 -06:00
Integer Limit
cb7e8115cb
Update Nomi Labs to 0.11.3 (#1151)
[EXPAND]
messageTitle = "Fix DME Machine and JEI Gui Overlap"
messageBody = "[BUG]"
[EXPAND]
2024-12-11 11:05:47 +11: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
e6a39127a7
Simplify CraftPresence Window Title Handling (#1143)
[BUG]

[DETAILS]
detail = "May fix issues with CraftPresence on Cleanroom"
[DETAILS]
2024-12-09 18:55:28 +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
4961b40747
Update Config Override Thermal Configs (#1141)
[SKIP]
2024-12-08 21:32:34 +11:00
Integer Limit
a19ca884f0
Further Standardize Formatting in Quest Books (#1134)
[INTERNAL]
2024-12-08 00:51:05 +11:00
Integer Limit
a75526ddb9
Create Crafting Recipes for Early GT Cells (#1132)
[BALANCING]
2024-12-02 12:04:45 +11:00
Integer Limit
1f676edd48
Fixed Wrong Keybinds in FindMyItemsAndFluids Quest (#1131)
[QB]
2024-12-02 11:17:55 +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
smallming675
1d3d523a2b
Fix Uncompletable Quests (#1120)
[QB]
[NM]

[DETAILS]
details = [
"Includes Palladium Quest (In End Game Tab) and Gasoline Quest",
"Issue Caused due to Invalid Dependencies"
]
[DETAILS]
2024-11-24 11:16:23 +11:00
Alessian Dormal
caab28d69e
Add Uber Conduit Probe (#1099)
[FEATURE]
[QOL]

[DETAILS]
detail = "Allows Mass-Configuring of Conduit Connections"
[DETAILS]
2024-11-24 10:13:48 +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
7b10d06e73
Update LoliASM Config (#1094)
[SKIP]
2024-10-30 10:34:26 +11:00
nomi-ceu-management[bot]
53a243e786 Release 1.7.3
[NO CATEGORY]
2024-10-18 09:41:30 +00:00
Integer Limit
64598c515c
Fix Server Crash (#1080)
[SKIP]
2024-10-17 23:29:42 +11:00
Integer Limit
d429e33a21
Add Tiny Coke (#1079)
[FEATURE]
2024-10-17 22:44:06 +11:00
smallming675
30af4d962a
Add Quest For FindMyItemsAndFluids (#1074)
[QB]
2024-10-17 22:30:20 +11:00
smallming675
db99902d7e
Misc Questbook Tweaks (#1069)
[QB]
[DETAILS]
detail = "Includes Cleanup of Dependencies, Typos and Quest Lines!"
[DETAILS]
2024-10-17 22:03:38 +11:00
Integer Limit
6bbb809e82
Make Double Check on Terminal Default False (#1078)
[FEATURE]
2024-10-17 21:40:37 +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
9ebec9ee50
Remove No-Loot Lost Cities Buildings and Chests (#1062)
[FEATURE]
2024-10-14 22:12:05 +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
c988a5e04e
Emphasise Steam Vent Mechanics (#1068)
[QB]
[HM]
2024-10-14 22:08:02 +11:00
Integer Limit
96256f3005
Add Tooltips Saying P2P Type (#1066)
[FEATURE]
2024-10-14 21:52:50 +11:00
Integer Limit
4c3337e4e8
Update Nomi-Labs to 0.10.0 (#1064)
This Release:
- Fixes Issues with AE2 Terminal Auto Focusing
- Fixes Steam Boilers with Certain Fuels
- Fixes Localisation Issues with TOP Tooltips
- Improves Steam Boiler Displays in TOP
- Warns about Blocked Vents in Steam Machines' TOP Displays
- Potential Performance Improvements

[EXPAND]
[[messages]]
messageTitle = "Update Nomi-Labs to 0.10.0 (#1064)"
messageBody = '''
[BUG]
[DETAILS]
details = [
"Fixes Issues with AE2 Terminal Auto Focusing",
"Fixes Steam Boiler Issues with Certain Fuels",
"Fixes Localisation Issues with TOP Tooltips",
]
[DETAILS]
'''

[[messages]]
messageTitle = "Update Nomi-Labs to 0.10.0 (#1064)"
messageBody = '''
[FEATURE]
[DETAILS]
details = [
"Improves Steam Boiler's TOP Display",
"Warns about Blocked Vents in Steam Machines' TOP Displays",
]
[DETAILS]
'''
[EXPAND]
2024-10-14 21:05:40 +11:00
Ghzdude
58d83ae427
Move Engine Cores to Fluid Canner (#1060)
[BALANCING]

[DETAILS]
detail = "Allows for Easier Parallelisation and Mass Automation of Engine Cores"
[DETAILS]
2024-10-12 20:07:56 +11:00
Integer Limit
675c0b9021
Improve Circuit Etcher Recipe (Lazy AE2 Compat) (#1058)
[BALANCING]

[DETAILS]
detail = "Now uses an Advanced Inscriber instead of an Inscriber"
[DETAILS]
2024-10-11 20:50:02 +11:00
Integer Limit
dc256c13aa
Fix Vibrant Jetpack Recipe (#1055)
[BUG]
2024-10-11 11:53:23 +11:00
nomi-ceu-management[bot]
0dbacb4039 Release 1.7.2
[NO CATEGORY]
2024-10-09 22:52:20 +00:00
nomi-ceu-management[bot]
af9126f7ff Release 1.7.1
[NO CATEGORY]
2024-10-09 11:52:54 +00:00
Integer Limit
4817dd7b0d
Fix Server Side GrS Error (#1048)
[SKIP]
2024-10-09 20:29:30 +11:00
Integer Limit
6fe7cd6d96
Update Wiki Links (#1047)
[SKIP]
2024-10-09 16:00:58 +11:00
Integer Limit
249e531845
Fix Typo in Fusion Reactor MK I Quest (#1046)
[QB]
2024-10-09 10:44:44 +11:00
Integer Limit
7617c08a1c
Misc Quest Fixes and Cleanup (#1043)
[QB]
[DETAILS]
details = [
"Cleans Up Platinum Group Processing quest, Allow Using Tier Three Micro Miner for Initial Ruthenium",
"Improvement in Air Distillation Quests",
[
  "Adds Nitrogen and Basic Air Collection Quests to The Beginning",
  "Removes Nitrogen from Mid Game",
  "Deletes Air Centrifuging Quest",
],
"General Improvement in Clarity of Quests",
"Cleanup of The Beginning and Mid Game Lines",
]
[DETAILS]
2024-10-09 10:24:09 +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
v3ect0rgames
94db384f78
Update HEI to 4.26.0 (#1040)
[EXPAND]
[[messages]]
messageTitle = "Update HEI to 4.26.0 (#1040)"
messageBody = '''
[PERFORMANCE]
[DETAILS]
detail = "Saves Time when Loading and Reloading JEI"
[DETAILS]
'''

[[messages]]
messageTitle = "Update HEI to 4.26.0 (#1040)"
messageBody = '''
[BUG]
[DETAILS]
detail = "Fixes Issues with Tooltip Search"
[DETAILS]
'''
[EXPAND]
2024-10-08 13:06:24 +11:00