Block Placer placement context issue fix. Fixed compatibility to Forge >=37.0.82. Update lang ru_ru (PR#191, Smollet777).

This commit is contained in:
stfwi 2021-10-03 19:17:48 +02:00
parent 80abccc6cc
commit 8a26de7c2b
11 changed files with 58 additions and 47 deletions

View file

@ -41,13 +41,6 @@ minecraft {
property 'forge.logging.console.level', 'info'
mods { engineersdecor { source sourceSets.main } }
}
// data {
// workingDirectory project.file('run')
// property 'forge.logging.markers', '' // SCAN,REGISTRIES,REGISTRYDUMP
// property 'forge.logging.console.level', 'info'
// args '--mod', 'engineersdecor', '--all', '--output', file('src/generated/resources/')
// mods { engineersdecor { source sourceSets.main } }
// }
}
}
@ -76,7 +69,6 @@ jar {
}
}
sourceSets.main.resources { srcDir 'src/generated/resources' } // Include datagen resources
jar.finalizedBy('reobfJar')
// import net.minecraftforge.gradle.common.task.SignJar