Started by
Takan
on
Topic category: Help with Minecraft modding (Java Edition)
i keep getting this error when i try to build, this started to happen after i tried to make a custom effect
Topic category: Help with Minecraft modding (Java Edition)
i keep getting this error when i try to build, this started to happen after i tried to make a custom effect
We can't see the picture. Logs also belong to paste services, not to pictures. Read General Publishing Guidelines.
here is what i keep getting:
Executing Gradle task: build
Build info: MCreator 2023.4.52316, fabric-1.20.1, 64-bit, 11999 MB, Windows 11, JVM 17.0.9, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2024-09-28-15:43:13
> Configure project :
Fabric Loom: 1.4.6
> Task :compileJava
C:\Users\(my username)\MCreatorWorkspaces\extra_foods\src\main\java\net\mcreator\extrafoods\init\ExtraFoodsModItems.java:11: error: package net.minecraft.client.renderer.item does not exist import net.minecraft.client.renderer.item.ItemProperties;
^
C:\Users\(my username)\MCreatorWorkspaces\extra_foods\src\main\java\net\mcreator\extrafoods\init\ExtraFoodsModItems.java:12: error: package net.minecraft.client.renderer.item does not exist import net.minecraft.client.renderer.item.ClampedItemPropertyFunction;
^
2 errors
> Task :compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.
* Try:
> Run with --info option to get more log output.
> Run with --scan to get full insights.
BUILD FAILED in 21s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 25 seconds
What’s on this line?
i just realised it's happening for every mod i make! someone please help me with this
someone please help me with this