FailedConsole Output

+ ./gradlew build -PBUILD_NUMBER=4 --no-daemon
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/4.9/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing

> Configure project :
New Dep: net.minecraftforge:forge:1.14.4-28.0.91_mapped_snapshot_20190904-1.14.3_at_c078396e8be7803c6c36fd351d06abcc323b89fa

> Task :compileJava FAILED
/var/lib/jenkins/workspace/Natura_1.14/src/main/java/com/progwml6/natura/shared/NaturaCommons.java:54: error: cannot find symbol
    NaturaRegistry.generalItemGroup.setDisplayIcon(new ItemStack(cotton));
                                                                 ^
  symbol:   variable cotton
  location: class NaturaCommons
/var/lib/jenkins/workspace/Natura_1.14/src/main/java/com/progwml6/natura/shared/NaturaCommons.java:57: error: cannot find symbol
      NaturaRegistry.worldItemGroup.setDisplayIcon(new ItemStack(new ItemStack(white_cloud)));
                                                                               ^
  symbol:   variable white_cloud
  location: class NaturaCommons
/var/lib/jenkins/workspace/Natura_1.14/src/main/java/com/progwml6/natura/shared/NaturaCommons.java:57: error: no suitable constructor found for ItemStack(ItemStack)
      NaturaRegistry.worldItemGroup.setDisplayIcon(new ItemStack(new ItemStack(white_cloud)));
                                                   ^
    constructor ItemStack.ItemStack(IItemProvider) is not applicable
      (argument mismatch; ItemStack cannot be converted to IItemProvider)
    constructor ItemStack.ItemStack(CompoundNBT) is not applicable
      (argument mismatch; ItemStack cannot be converted to CompoundNBT)
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
3 errors

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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 7s
1 actionable task: 1 executed