Skip to content

Build Error: Minecraft 1.21.9 #8

@galvincraft-bot

Description

@galvincraft-bot

Build Error Report

Minecraft Version: 1.21.9
Commit: 02ba669
Error: ShellError: Failed with exit code 1

Full Build Logs

ShellError: Failed with exit code 1

To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/9.2.1/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
Daemon will be stopped at the end of the build 

> Configure project :
Fabric Loom: 1.14.10
:remapping sources

> Task :compileJava
/tmp/mod-vrlxya7yuur/src/main/java/me/imgalvin/playerfinder/PlayerFinder.java:33: error: cannot find symbol
								RegistryKey<World> playerDimension = targetPlayer.getWorld().getRegistryKey();
								                                                 ^
  symbol:   method getWorld()
  location: variable targetPlayer of type PlayerEntity
/tmp/mod-vrlxya7yuur/src/main/java/me/imgalvin/playerfinder/PlayerFinder.java:34: error: cannot find symbol
								RegistryKey<World> sourceDimension = sourcePlayer.getWorld().getRegistryKey();
								                                                 ^
  symbol:   method getWorld()
  location: variable sourcePlayer of type PlayerEntity
2 errors

> Task :compileJava FAILED

[Incubating] Problems report is available at: file:///tmp/mod-vrlxya7yuur/build/reports/problems/problems-report.html

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler output below.
  /tmp/mod-vrlxya7yuur/src/main/java/me/imgalvin/playerfinder/PlayerFinder.java:33: error: cannot find symbol
  								RegistryKey<World> playerDimension = targetPlayer.getWorld().getRegistryKey();
  								                                                 ^
    symbol:   method getWorld()
    location: variable targetPlayer of type PlayerEntity
  /tmp/mod-vrlxya7yuur/src/main/java/me/imgalvin/playerfinder/PlayerFinder.java:34: error: cannot find symbol
  								RegistryKey<World> sourceDimension = sourcePlayer.getWorld().getRegistryKey();
  								                                                 ^
    symbol:   method getWorld()
    location: variable sourcePlayer of type PlayerEntity
  2 errors

* Try:
> Check your code and dependencies to fix the compilation error(s)
> Run with --scan to generate a Build Scan (powered by Develocity).

BUILD FAILED in 38s
1 actionable task: 1 executed


This issue was automatically created by the Minecraft CI system.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions