TheLimePixel / Modern-Skyblock-3

16 stars 9 forks source link

Basic Chickens #894

Open Mankey99 opened 2 years ago

Mankey99 commented 2 years ago

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

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(.withTag({Chicken: "chickens:quartzchicken"}), , , 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?