Skip to content

Commit

Permalink
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'net.neoforged.gradle.userdev' version '7.0.97'
id 'net.neoforged.gradle.mixin' version '7.0.97'
id 'net.darkhax.curseforgegradle' version '1.0.8'
id 'com.github.kt3k.coveralls' version '2.12.0'
id 'com.diffplug.spotless' version '5.14.3'
@@ -171,6 +172,10 @@ runs {
}
}

mixin {
config 'mixins.integrateddynamics.json'
}

if (build_number.equals("RELEASE"))
version = "${project.mod_version}"
else
3 changes: 1 addition & 2 deletions src/main/resources/mixins.integrateddynamics.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"minVersion": "0.8",
"minVersion": "0.8.5",
"required": true,
"compatibilityLevel": "JAVA_17",
"refmap": "mixins.integrateddynamics.refmap.json",
"package": "org.cyclops.integrateddynamics.mixin",
"mixins": [
"MixinBlockStateBase"

0 comments on commit 46e5403

Please sign in to comment.