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

Basic Chickens #894

Open
Mankey99 opened this issue May 2, 2022 · 0 comments
Open

Basic Chickens #894

Mankey99 opened this issue May 2, 2022 · 0 comments

Comments

@Mankey99
Copy link

Mankey99 commented May 2, 2022

Describe the bug
Upon reaching the Chemical Reactions quest and completing it, the Basic Chickens unlocks, but cannot be crafted in the Chemical Reactor

To Reproduce
Steps to reproduce the behavior:

  1. Unlock the Chickens, Tech Reborn quests
  2. Complete Chemical Reactions by creating a Chemical Reactor
  3. Log Chicken, Sand Chicken, Flint Chicken and Nether Quartz Chicken recipes do not unlock

Crash Reports

Pack Information

  • Pack version: 3.6.0
  • Pack Mode: Gated
  • SP or MP: Singleplayer
  • Added Mods: None

Screenshots
Untitled

Additional context
Looking into the scripts (useful.zs) the lines 127-130, regarding the chickens being craftable in the Chemical Reactor have been commented out. So, I assume this is a known issue. Is there any resolution to it beyond just spawning in the chickens? I have attempted removing the commenting // slashes, but it just starts throwing errors at me. I then tried changing the recipe to something simple:

mods.techreborn.chemicalReactorRecipe.addRecipe(roost:chicken.withTag({Chicken: "chickens:quartzchicken"}), minecraft:egg, minecraft:quartz, 60, 500);

But even that doesn't work. I'm assuming there is something in the TR code for the Chemical Reactor preventing inserting anything other than the cells?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant