Elytra Slot (Fabric/Forge/Quilt)

Elytra Slot (Fabric/Forge/Quilt)

30M Downloads

[Bug]: int used in build.gradle where string should be used.

goodfaithgaming opened this issue ยท 0 comments

commented

Minecraft Version

1.20.1

What happened?

code does not compile

How do you trigger this bug?

  1. compile the latest version of the code without setting any environment variables
  2. watch everything come crashing down

Loader

Fabric

Loader Version

None

API Version

No response

Mod Version

6.3.0

Relevant Log Outputs

To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/8.1.1/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build

Configure project :common
SpongePowered Vanilla 'GRADLE' Toolset Version '0.2.1-SNAPSHOT'
Targeting Minecraft '1.20.1' on a 'JOINED' platform

Configure project :fabric
Fabric Loom: 1.2.8

FAILURE: Build failed with an exception.

  • Where:
    Build file '/home/timalford/mc-mods/source/Forge/elytraslot/fabric/build.gradle' line: 99

  • What went wrong:
    A problem occurred evaluating project ':fabric'.

Cannot set the value of extension 'modrinth' property 'token' of type java.lang.String using an instance of type java.lang.Integer.

  • 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.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/8.1.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 6s