Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐝 Bee rework #1927

Merged
merged 8 commits into from
Dec 26, 2021
Merged

Conversation

Krutoy242
Copy link
Contributor

@Krutoy242 Krutoy242 commented Jul 9, 2021

Bee breeding example

The bees in E2E require big changes.
They work too slowly and give out very poor resources.

Players never use them, except for .

This Pull Request is a collection of radical changes to bees, including 16 new species that can be useful until the very end of the game.

As with my previous PR, code may contain non-working code - it will be refined if the changes are confirmed.



  • Recipes and machines changes
    • can melt some items in

      Melts

    • produce more and
    • output more
    • and WAY cheaper

      Its feels too grindy for so low value. Alviery practically increase only produce speed.

  • All Combs buffed
    Some combs produce additional modded items
    • ->
    • ->
    • ->
    • [Cocoa Comb] ->
    • [Powdery Comb] ->
    • [Wheaten Comb] ->
    • [Irradiated Comb] -> +

      Note: Irradiated painly hard to automate - they destroying
      all blocks around Apiary

  • 16 new bee species with various output
    Some "speciality" output:


    Speciality is when bee working in its "native" biome.
    Processing custom Combs and Honey Drops would give various items:


    • Only High-Tier bees produce cool materials.
      Breed such bees would take 10-20 game hours.
  • Gendustry fluids nerfs
    • now crafted from some radioactive byproducts instead of bare redstone
    • made from raw prime animania meat instead of raw vanilla meat

      This changes mostly not affect already working automation,
      because Protein nor Mutagen used to any crafts except Gendustry machines

  • buff to encourage players to use it
  • Reduce Ticks for Bee cycle (about -50%)

@ReiDaTecnologia
Copy link

Ye, bees most of the time is ignored until someone use an item from it to craft something else. Bees need to buffed for people to stop saying "Not the bees" and start saying "Yes, the bees!"

@NielsPilgaard
Copy link
Collaborator

Is this finished? :)
I'd like the color bees re-added, but other than that this looks good 👍

@Krutoy242
Copy link
Contributor Author

Is this finished?

I would need all my PR's to be reviewed, because some changes intersect each other, so i would like to know what would be accepted and what would be rejected first. Then i could refine code.

I'd like the color bees re-added

But why? They just barely litter JEI.

@NielsPilgaard
Copy link
Collaborator

All approved :)

Because I think they're a fun way to automate dye, always using Botania or Mystical Agriculture is boring :P

To encourage players to use this table
This commit exists only to show changes on next commits.
Its not make any actual changes in game.
- [fluid:Mutagen] now crafted from some radioactive byproducts instead of bare redstone
  > [Enriched Uranium Nuclear Fuel]
  > [Blutonium Dust]
  > [Cyanite Dust]
  > [Plutonium-242 Block]
  > [Plutonium-238]
- [fluid:Protein] made from raw prime animania meat instead of raw vanilla meat

This changes mostly not affect already working automation,
because Protein nor Mutagen used to any crafts except Gendustry machines

Tested:
- Plutonium melted into Mutagen
- Prime Beef melted into Protein
This is default config, wouldnt change anything.
This will prevent ID's intersections with new custom bees
Some "speciality" output:
  > [Charcoal]
  > [Pulverized Obsidian]
  > [Draconium Dust]
  > [Refined Obsidian Nugget]
  > [Cursed Heart]
**Speciality** is when bee working in its "native" biome

Processing customCombs and Honey Drops would give various items:
- [Scrap]
  [Graphite Dust]
  [HOP Graphite Dust]
  [Tiny Pile of Obsidian Dust]
  [Pulverized Obsidian]
  [Iron Alloy Nugget]
  [Silicon]
  [Titanium Nugget]
  [Ender Nugget]
  [Mana Infused String]
  [Mana Pearl]
  [Mana Diamond]
  [Enhanced Ender Nugget]
  [Insanium Coal]
  [Empowered Diamatine Crystal]
  [Storage Upgrade (IV)]

Only High-Tier bees produce cool materials.
Breed such bees would take 10-20 game hours.

Tested:
- New bees cpeciality products seing in JEI
- New combs checked in JEI
- New honey drops checked in JEI
- [Phosphor] can melt some items in [Squeezer] (forestry)
  > Melts [Block Of Redstone] [Glowstone] [Ender Pearl]
- [Silk Wisp] produce more [String] and [Cobweb]
- [Pulsating Mesh] output more [Ender Pearl]
- [Alveary] and [Scented Paneling] way cheaper
  > Its feels too grindy for so low value. Alviery practically increase only produce speed.

**All Combs buffed**
Some combs produce additional modded items
- [Cocoa Comb] -> [Milk Chocolate]
- [Frozen Comb]-> [Blizz Rod]
- [Dripping Comb] -> [Gold Dust]
- [Powdery Comb] -> [Marshmallow]
- [Wheaten Comb] -> [Graham Cracker]
- [Mellow Comb] -> [Soularium Dust]
- [Irradiated Comb] -> [Enriched Uranium Nuclear Fuel] + [MOX Nuclear Fuel]
  > Note: *Irradiated* painly hard to automate - they destroying
  > all blocks around Apiary
  > Fixes EnigmaticaModpacks#1965

Tested:
- Melted Redstone Block in Squeezer
- Checked Silk Wisp output in JEI, checked other recipes in JEI
- Crafted Scented Paneling
- Checked new combs outputs in JEI
@Krutoy242
Copy link
Contributor Author

Krutoy242 commented Dec 25, 2021

Force-pushed and ready to merge.

Tests passed and described at commit messages.

Changes from previous version:

  • Bee Ticks reduced even more, up to 550 -> 300.
  • And, returned colored bees. Through, their meta-values changed, so if players had some colored honey/combs, they turned to
    • Invalid Honey Drops / invalid Bee Combs
    • New custom honey drops / combs

@NielsPilgaard
Copy link
Collaborator

And, returned colored bees. Through, their meta-values changed, so if players had some colored honey/combs, they turned to

Fair enough, we'll need to mention that in the changelog 👍

@NielsPilgaard NielsPilgaard merged commit 4768e2a into EnigmaticaModpacks:develop Dec 26, 2021
SSyl pushed a commit to SSyl/Enigmatica2Expert-SSylTweaks that referenced this pull request Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants