fixed #50
This commit is contained in:
@@ -2,7 +2,7 @@ apply plugin: "net.minecraftforge.gradle.forge"
|
|||||||
apply plugin: 'kotlin'
|
apply plugin: 'kotlin'
|
||||||
|
|
||||||
group = 'com.github.octarine-noise'
|
group = 'com.github.octarine-noise'
|
||||||
version = "2.0.5"
|
version = "2.0.6"
|
||||||
archivesBaseName = rootProject.name + '-MC1.9'
|
archivesBaseName = rootProject.name + '-MC1.9'
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ abstract class ModelDataInspector {
|
|||||||
onAfterModelLoad()
|
onAfterModelLoad()
|
||||||
|
|
||||||
stateMappings.forEach { mapping ->
|
stateMappings.forEach { mapping ->
|
||||||
|
if (mapping.key.block != null)
|
||||||
stateModels[mapping.value]?.let { processModelDefinition(mapping.key, mapping.value, it) }
|
stateModels[mapping.value]?.let { processModelDefinition(mapping.key, mapping.value, it) }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user