how do i fix this build error?

Started by Takan on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i fix this build error?

i keep getting this error when i try to build, this started to happen after i tried to make a custom effect 

idk why this happens

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
here is what i keep getting…
Sat, 09/28/2024 - 20:45

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

 

Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ExtraFoodsModItems.java:11 …
Sun, 09/29/2024 - 07:44

ExtraFoodsModItems.java:11

What’s on this line?

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i just realised it's…
Thu, 10/03/2024 - 22:21

i just realised it's happening for every mod i make! someone please help me with this

 

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
someone please help me with…
Fri, 10/18/2024 - 18:18

someone please help me with this