Started by
SHORT
on
Topic category: Help with MCreator software
This is my code in my custom element.:
package net.mcreator.deliciouspastel; repositories { jscenter() mavenLocal() maven { name = "CurseForge" url = "https://minecraft.curseforge.com/api/maven/" } maven { url "https://maven.blamejared.com" } } dependencies { minecraft "net.minecraftforge:forge:1.18.2-40.1.80" //Patchouli runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:${project.mcVersion}-${project.patchouliVersion}") } apply from: "mcreator.gradle"
And here is my error.
when I tried making a custom element it went in a similar fashion . I really don't know wut to do
Hello, I think it's a little bit late but did you fix the problem and used Patchouli? I have the same problem and I wanted to know if you fixed it.