Can't craft Andesite Pavement
AlphaGaming7780 opened this issue · 5 comments
I can't craft the 'Andesite Pavement'.
I'm using version 2.0.4b of the modpack.
The current recipe requires 1 concrete powder and an empty space (void).
When I check REI, it says it requires 32 concrete powder and 500mb of shimmer. That recipe works for me, but it takes a while to mix. I'd check and see if that recipe works for you
Okay, I just checked the code to find the recipe.
On GitHub, it's available here.
Here's the original code:
{
output: "doodads:asphalt",
input: [
{ fluid: "kubejs:compound_mixture", amount: 3000 },
"#c:concrete_powder",
],
heat: "",
time: 1000,
},
And here's the code I have in my files:
{
output: "doodads:asphalt",
input: [
{ fluid: "kubejs:andesite_compound", amount: 3000 },
"#c:concrete_powder",
],
heat: "",
time: 1000,
},
So I downloaded version 2.0.4b from CurseForge to make sure that it wasn't my fault in the installation. After verifying, I found the exact same recipe in both the client and server versions, as well as in my files.