Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Biomes Wont Compile If Overworld Generation Is Turned Off [TeraBlender Enabled] #503

Closed
3 tasks done
ItsmagmaMan09 opened this issue Jan 28, 2024 · 0 comments
Closed
3 tasks done
Labels
bug Something isn't working

Comments

@ItsmagmaMan09
Copy link

Issue description

I'm trying to make a custom biome for a new dimension so I enabled the terrablenderapi and created the new biome but I wanted to turn off overworld generation since its for a different dimension but that cause the mod to not compile

How to reproduce this issue?

Step 1. Create a Fabric Workspace in MCreator 2023.3 For MC 1.20.1
Step 2. Enable TerraBlanderAPI in workspace settings
Step 3. Create a new custom biome without overworld generation turned on

Operating system

Windows

Details

Mcreator 2023.3 Fabric-1.20.1-0.83.1

Example workspace

No response

Logs

Executing Gradle task: build
Build info: MCreator 2023.3.36712, fabric-1.20.1, 64-bit, 16004 MB, Windows 11, JVM 17.0.7, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2024-01-28-03:39:17

Configure project :
Fabric Loom: 1.4.6
Task :compileJava FAILED
C:\Users\counc\MCreatorWorkspaces\magmas_space\src\main\java\magma\simple\space\MagmasSpaceMod.java:39: error: cannot find symbol
MagmasSpaceModBiomes.load();
^
symbol: variable MagmasSpaceModBiomes
location: class MagmasSpaceMod
C:\Users\counc\MCreatorWorkspaces\magmas_space\src\main\java\magma\simple\space\TerraBlenderInit.java:20: error: cannot find symbol
MagmasSpaceModBiomes.loadTerraBlenderAPI();
^
symbol: variable MagmasSpaceModBiomes
location: class TerraBlenderInit
2 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 --info option to get more log output.
Run with --scan to get full insights.
BUILD FAILED in 1s
1 actionable task: 1 executed

BUILD FAILED
Task completed in 3 seconds

Issue tracker rule checks (please read carefully)

@ItsmagmaMan09 ItsmagmaMan09 added the bug Something isn't working label Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant