Open 1.0.4: Rock Hive missing recipe

Xavion

New Member
Jul 29, 2019
1,025
-3
0
Version:
1.0.4 - Still in 1.1

What is the bug:
All the hives have a method of crafting them specifically using either TE machines or TC crafting with a scented hive except for Rock Hives.

Mod & Version:


Paste.feed-the-beast.com log:


Can it be repeated:


Known Fix:
Add a recipe for rock hives, recommended based off the pattern is a scented hive, 10kRF and 8000mB of seared stone in a fluid transposer as the other extra bees hives require that just with different fluids. Try and get an actual line for a script here within a few hours.

Code:
mods.thermalexpansion.Transposer.addFillRecipe(10000, <exnihilo:bee_trap_treated>, <ExtraBees:hive:1>, <liquid:stone.seared> * 8000);
 
Last edited:

Luckdemon

New Member
Jul 29, 2019
25
0
1

Xavion

New Member
Jul 29, 2019
1,025
-3
0
Ex Astris currently adds crafting methods for all of the hives except for Rock Hives, this leads to the bizarre case where it's the only hive you have to use that method for which is why I'm reporting it as a bug here as it can be fixed here because for whatever reason Ex Astris didn't do the recipe. Plus as mentioned there it makes Rock Hives currently totally unobtainable.

So yeah, that's the Ex Nihilo way but but the Ex Astris way should be supported too.
 
E

ettore85a

Guest
Hello,

sorry my ignorance...

Where is the txtScript in the minecraft's files for add this line?

thanks
 

Xavion

New Member
Jul 29, 2019
1,025
-3
0
It's a .zs file, any of them should work as long as they're in the scripts folder inside your minecraft folder.
 

Xavion

New Member
Jul 29, 2019
1,025
-3
0
In Ex Astris they use that recipe but it's commented out, I have no idea why, maybe they had issues with the API at the time? It does leave rocky hives without a recipe though, it's actually where I got the idea for that specific recipe as I found that while investigating how to get them with it.