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

Neoforge 1.21.1 Implementation for library #205

Open
JacobProut opened this issue Feb 16, 2025 · 0 comments
Open

Neoforge 1.21.1 Implementation for library #205

JacobProut opened this issue Feb 16, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@JacobProut
Copy link

JacobProut commented Feb 16, 2025

What's the issue you encountered?

TerraBlender refuses to add to modding environment

How can the issue be reproduced?

I have tried this in build.gradle. For the 'repositories' section:
maven { // Terrablender?
url "https://maven.neoforged.net/releases"
}
maven { //Terrablender
url = 'https://repo.spongepowered.org/repository/maven-public/'
}

In the dependencies:
implementation "com.github.glitchfiend:TerraBlender-neoforge:${minecraft_version}-${terrablender_version}"

within the tasks.withType(ProcessResources).configureEach {
var replaceProperties = [
terrablender_version : terrablender_version
]

Inside of gradle.properties:
terrablender_version=4.1.0.0

Logs

No response

Mod Version

4.1.0.0 -> 4.1.0.8

Additional information

No matter what way i try to implement terrablender into my neoforge intellij environment, it does not work. I have tried every terrablender version for 1.21.1, nothing works.

@JacobProut JacobProut added the bug Something isn't working label Feb 16, 2025
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