You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Unlock the Chickens, Tech Reborn quests
Complete Chemical Reactions by creating a Chemical Reactor
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
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:
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?
The text was updated successfully, but these errors were encountered:
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:
Crash Reports
Pack Information
Screenshots
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?
The text was updated successfully, but these errors were encountered: