Bewitchment (Legacy)

Bewitchment (Legacy)

9M Downloads

Broken: Filled Goblet

alexgurrola opened this issue ยท 5 comments

commented

Expected Behavior

Add Water to Cauldron, then place Goblet, Cloudy Oil, Ghast Tear, and 3 Redstone, in that order to receive a Filled Goblet and Empty Jar.

Actual Behavior

Results in nothing but boiling brown water.

Steps to Reproduce

Attempt the recipe normally. I tried it 4 times normally, with an Altar of 600+ ME and even tried other liquids, additional things like Mandrake root, etc, but after 15+ attempts in different orders, I give up. It doesn't work as the Book of Shadows or JEI show it to be. I even glanced at the source code to find the recipes in hopes something was different, but they appear to be the same.

Version of Minecraft, Bewitchment, Forge, Patchouli, and Baubles used

Modpack: MC Eternal 1.3.7
Minecraft: 1.12.2
Bewitchment: 0.0.21.10
Forge: 14.23.5.2847
Patchouli: 1.0-20
Baubles: 1.5.2

Code Snippets

Recipe:

cauldronRecipes.add(new CauldronRecipe(new ResourceLocation(Bewitchment.MODID, "filled_goblet"), Arrays.asList(Util.get(ModObjects.goblet), Util.get(ModObjects.cloudy_oil), Util.get(Items.GHAST_TEAR), Util.get("dustRedstone"), Util.get("dustRedstone"), Util.get("dustRedstone")), Arrays.asList(new ItemStack(ModObjects.filled_goblet), new ItemStack(ModObjects.empty_jar))));

commented

As the Code you posted says, it needs 3 Redstone Dust. Have you tried that?

commented

@lightlike Sorry, that was a typo, which I fixed. Every time, I used 3 Redstone Dust. I also added more altars with ME Levels of: 744, 717, & 678 in hopes that it would help push it along, but still nothing. I clear the cauldron with ash and try again each time, but nothing results. I made Tallow as well to ensure the cauldron itself worked, and that popped out perfectly.

commented

I added a screenshot of the results and the altars below.

2020-07-28_16 39 45

commented

First off, altars only show the MP in the area, and then channel it, adding more altars won't help. Second, you don't have enough MP, so I would add enough plants and trees to get to 1000 MP, at least

commented

That makes more sense. The filled goblet was able to be created after I made a forest of trees surrounding the cauldrons.

Thanks much!