"shoot constantly when active" causing compiling error

Started by Bman_nopvp on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"shoot constantly when active" causing compiling error

im trying to make a flamethrower that shoots constantly but whenever i set "shoot constantly when active" to true it makes the item not compile properly
heres the error
Executing Gradle task: build
Build info: MCreator 2023.3.36712, fabric-1.20.1, 64-bit, 7834 MB, Windows 11, JVM 17.0.7, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2023-12-20-10:13:24

> Configure project :
Fabric Loom: 1.2.7
> Task :compileJava
C:\Users\Brandon\MCreatorWorkspaces\bmanbobles\src\main\java\net\mcreator\bmanbobles\item\FlamerItem.java:56: error: cannot find symbol Level world = livingentity.level();
^
symbol: variable livingentity
location: class FlamerItem
1 error
> 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 --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 26s
1 actionable task: 1 executed

BUILD FAILED
Task completed in 35 seconds

Seems this is a fabric…
Wed, 12/20/2023 - 19:40

Seems this is a fabric generator plugin so best would be to open a bug report on appropriate place for the plugin (their issue tracker)

Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what plugin is this?
Thu, 12/21/2023 - 01:51

what plugin is this?