Removed getShape() from standard blocks base to enable Chisels&Bits to support basic blocks like clinkers. Labeled Crate drops made stateless.
This commit is contained in:
parent
4f07f82e01
commit
bed43ef505
33 changed files with 122 additions and 111 deletions
|
@ -1,5 +1,5 @@
|
|||
// @file build.gradle
|
||||
// Engineer's decor mod gradle build relay (mc1.15.1)
|
||||
// Engineer's decor mod gradle build.
|
||||
import net.minecraftforge.gradle.common.task.SignJar
|
||||
buildscript {
|
||||
repositories {
|
||||
|
@ -31,7 +31,7 @@ minecraft {
|
|||
runs {
|
||||
client {
|
||||
workingDirectory project.file('run')
|
||||
property 'forge.logging.markers', 'SCAN,REGISTRIES,REGISTRYDUMP'
|
||||
property 'forge.logging.markers', '' // SCAN,REGISTRIES,REGISTRYDUMP
|
||||
property 'forge.logging.console.level', 'debug'
|
||||
mods {
|
||||
engineersdecor {
|
||||
|
@ -41,7 +41,7 @@ minecraft {
|
|||
}
|
||||
server {
|
||||
workingDirectory project.file('run')
|
||||
property 'forge.logging.markers', 'SCAN,REGISTRIES,REGISTRYDUMP'
|
||||
property 'forge.logging.markers', '' // SCAN,REGISTRIES,REGISTRYDUMP
|
||||
property 'forge.logging.console.level', 'debug'
|
||||
mods {
|
||||
engineersdecor {
|
||||
|
@ -51,7 +51,7 @@ minecraft {
|
|||
}
|
||||
data {
|
||||
workingDirectory project.file('run')
|
||||
property 'forge.logging.markers', 'SCAN,REGISTRIES,REGISTRYDUMP'
|
||||
property 'forge.logging.markers', '' // SCAN,REGISTRIES,REGISTRYDUMP
|
||||
property 'forge.logging.console.level', 'debug'
|
||||
args '--mod', 'engineersdecor', '--all', '--output', file('src/generated/resources/')
|
||||
mods {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue