17 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
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
2cfdcb10e2
Update to GT 2.8.* & Integrate Nomi Labs (#619)
Co-authored-by: tracer4b <61507029+tracer4b@users.noreply.github.com>
Co-authored-by: Serenibyss <10861407+serenibyss@users.noreply.github.com>
Co-authored-by: Sylvia <skraman1999@gmail.com>
Co-authored-by: windyknight <windyknight@users.noreply.github.com>
Co-authored-by: Ghzdude <44148655+ghzdude@users.noreply.github.com>

[BREAKING]
2024-03-24 23:45:47 +11:00
zero6six
9c13bd94df
Chinese Translations for QB HM and Softcode Item Names (#582)
[FEATURE]

Co-authored-by: Ede1weiss3181 <Ede1weiss3181@users.noreply.github.com>
Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com>
2023-12-22 13:03:10 +11:00
tracer4b
60b6c70a25
Further Fixes and Tweaks for 1.7 (#470)
See Description (https://github.com/Nomi-CEu/Nomi-CEu/pull/470).

[EXPAND]
[[messages]]
messageTitle = "Fixes QB Issues in [#367](https://github.com/Nomi-CEu/Nomi-CEu/issues/367)"
messageBody = "[QB]"

[[messages]]
messageTitle = "Reworded and Cleared Up Fluid Rig Quest"
messageBody = "[QB]"

[[messages]]
messageTitle = "Allow Brewery Quest to accept up to IV Tier"
messageBody = "[QB]\n[NM]"

[[messages]]
messageTitle = "Allow LV Battery Buffer Quest to accept any Battery Buffer"
messageBody = "[QB]\n[NM]"

[[messages]]
messageTitle = "Allow Steam Production Quest to accept any Steam Boiler"
messageBody = "[QB]\n[HM]"

[[messages]]
messageTitle = "Fix Titanium Tetrachloride Quest requiring a Bucket"
messageBody = "[QB]"

[[messages]]
messageTitle = "Allow Macerating Charcoal Blocks"
messageBody = "[FEATURE]\n[QOL]"

[[messages]]
messageTitle = "Add GT Machine Recipes for some Crafting Components"
messageBody = "[FEATURE]\n[QOL]"
[EXPAND]

Co-authored-by: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com>
2023-10-24 20:30:57 +11:00
IntegerLimit
cc6e0017b3 Recipe: Cow Soul Vial -> Cow Spawn Egg + cleanup 2023-04-06 19:47:27 +10:00
IntegerLimit
88d6e0c0cb Small script cleanup 2023-02-15 18:41:54 +11:00
IntegerLimit
e120312830 Thermal and AR Stuff, Fix issue #240
Removes all thermal ores, and dyes, from JEI
Adds a lens for the Orbital Laser Drill, and renamed it to avoid confusion. Furthermore, added a warning to the Orbital Laser Drill
Adds the Void World to the AR Database, orbiting around Earth, allowing for rockets launching from the void world to the moon.
Fixes issue #240 by changing the recipes from a fixed ingredient to an oreDict.
2023-02-12 19:50:11 +11:00
IntegerLimit
f6d48743ba Remove GT Mana Infused & Hide Thermal Stuff
Removes GT Mana Infused, adds conversion recipes for ingot and dust.

Fixes https://github.com/tracer4b/nomi-ceu/issues/233

Hides all Thermal Hardened Glass.

Hides Mana Infused Ore
2023-02-05 21:33:10 +11:00
tracer4b
430ccac629 phase out activated certus quartz 2022-07-17 11:52:02 +08:00
m2r1k5
5c798cbfc8 all scripts 2022-03-24 23:07:41 +08:00
m2r1k5
776b28edeb 1.0-rc1 script cleanup 2022-03-05 15:48:14 +08:00
m2r1k5
940899eebe b0.7 scripts 2022-02-27 21:51:24 +08:00
m2r1k5
ad7c4f0187 0.5.1 2022-02-05 00:52:48 +08:00
m2r1k5
b92b5a2bfb 0.5 2022-02-03 19:37:43 +08:00
m2r1k5
e4fe2dfc38 0.4 2022-02-01 19:10:40 +08:00
m2r1k5
9aee5dc292 file re-structure + 0.3.1 2022-01-30 23:19:37 +08:00