[fabric-renderer-indigo] apply Indigo mixins only on client side

This commit is contained in:
asie 2019-05-28 18:29:42 +02:00
parent 99245497ed
commit 9e67cf46e9
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,5 @@
archivesBaseName = "fabric-renderer-indigo"
version = getSubprojectVersion(project, "0.1.2")
version = getSubprojectVersion(project, "0.1.3")
dependencies {
compile project(path: ':fabric-api-base', configuration: 'dev')

View file

@ -4,6 +4,8 @@
"compatibilityLevel": "JAVA_8",
"plugin": "net.fabricmc.indigo.IndigoMixinConfigPlugin",
"mixins": [
],
"client": [
"BufferBuilderOffsetAccessor",
"MixinBlockModelRenderer",
"MixinBufferBuilder",