DarkPacks / SkyFactory-4

SkyFactory 4 offers a brand-new experience never before seen in the series. Full automation, tech, magic, and bacon resources! This iteration offers over 30+ world types so you can play the pack like never before!
https://minecraft.curseforge.com/projects/skyfactory-4/
134 stars 46 forks source link

Cobblestone Cauldron doesn't accept Cobblestone to make Lava #1409

Open adambasic opened 4 years ago

adambasic commented 4 years ago

In Sky Factory 4 I tried making lava by right-clicking cobblestone onto stone cauldron (which is on top of a torch) to get lava. Nothing happens. Cobblestone on Stone Cauldron

No JEI recipe for making lava out of cobblestone with cauldrons on top of heat source, however there is a recipe for making water with ice which I tested and worked fine with same set-up No Lava Recipes with MoreCauldrons Mod in JEI Recipes for making water with heated cauldron and ice Same Setup Worked

I looked in inspirations.cfg file and everything checks out with a torch "acting as fire" for cauldrons

S:fires <
            minecraft:fire
            minecraft:magma
            minecraft:lava
            minecraft:torch
            torchmaster:mega_torch
            tconstruct:stone_torch
            integrateddynamics:menril_torch
            integrateddynamics:menril_torch_stone
         >

I'm running a 1.12.2 Sky Factory 4 Forge Server on 10 GB of Ram on ATLauncher and everything else seems to be running fine. I have also removed Foam Fix and Statues mod long before this ever occurred.

Thanks for the Help!

ATLauncher 3.3.4.2 forge-1.12.2-14.23.5.2838-universal More-Cauldrons-1.4.5 Inspirations-1.12.2-0.2.6

cr998 commented 4 years ago

I tried to make it and i can create lava from cobblestone by using a cauldron, please verify that you are playing SkyFactory 4.1.0

https://youtu.be/g9Ltl7iMo6Y

CapivaraTupiniquim commented 4 years ago

Do you know how I set up Craft Tweaker so that the cauldrons produce lava with cobblestone?

ghostbear77 commented 2 years ago

I'm playing Skyfactory 4 through GDLauncher (installed via CurseForge).

After trying (and failing, another issue with GDLauncher) Skyfactory from Version 4.2.2 to 4.2.4 and reverting (due the GDL problem), my automated lava-production with Cobblestone Couldons above default minecraft:torches stopped working. Even manually clicking, replacing the couldrons and torches did not produce any more lava.

I cleanly installed the previous Version 4.2.2 but even in a brand new (creative) world, the making of Lava via manually clicking on the Couldron with Cobbleston in my hand does not work. Tried with minecraft:torches and a block of lava underneath.

Comparing the inspirations.cfg from my original (reverted 4.2.2) install, I was unable to find a difference to the one in the sources here.

sam-kirby commented 2 years ago

@ghostbear77 you are likely missing a mod causing the scripts which add this recipe (and all other custom recipes) to fail to execute. You can check your crafttweaker log file to see what the exact error is.

ghostbear77 commented 2 years ago

I was actually missing extracells. There was a NPE during crafttweaker's postinit-skript when setting a tooltip.

thanks 👍

A hint for anyone running into the same problem: One should really be careful when upating Modpacks with GDL until they fixed their access to curseforge's API and just backup the whole pack folder before doing so...