Create: Astral

Create: Astral

559k Downloads

Can't craft Andesite Pavement

AlphaGaming7780 opened this issue · 5 comments

commented

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).

commented

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

commented

Hey, thanks for your reply, but, I just tried your recipe, it didn't work, the blender doesn't even go down.

Here is my recipe from REI.
2023-04-11_15 27 52

commented

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.

commented

Okay, I just made the change in the code by replacing 'andesite_compound' with 'compound_mixture' and it works. REI indicates a craft and it is feasible.
2023-04-11_16 24 33

commented

And If you want the French translation of 'Andesite Pavement', it's 'Pavé en andésite'.