Biome Water color

Started by Balann on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 15:04, 26. May 2018
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Biome Water color

Hi ! I'm here because i need some help

I'm trying to create a biome but every time i recompile, i'll get an error about the water color while i didn't put any color, i didn't check the button ! I get this error log :

warning: [options] bootstrap class path not set in conjunction with -source 1.6
C:\Pylo\MCreator175\forge\build\sources\main\java\mod\mcreator\mcreator_lostIsles.java:31: error: method setWaterColor in class BiomeProperties cannot be applied to given types;
        customProps.setWaterColor();
                   ^
  required: int
  found: no arguments
  reason: actual and formal argument lists differ in length
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
1 warning

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.

Thanks if you read or respond !

Last seen on 00:01, 10. Mar 2024
Joined Nov 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There needs to be a water…
Fri, 12/15/2017 - 22:54

There needs to be a water color. it's what the error says. What I suggest is filling in the default Minecraft Water color in the code editor if you don't want to change the color of the water in your biome.

 

You can convert this Hexadecimal code for minecraft's water into an int color if required, this color is almost exactly if not excatly the color of minecraft's default water: #423cf7

Last seen on 15:04, 26. May 2018
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks you Jasper ;)
Fri, 12/22/2017 - 15:21

Thanks you Jasper ;)