You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: