Added missing resources.
Modified mods.toml. Fixed crash and double rendering of modifiers.
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -4,7 +4,7 @@ plugins {
|
||||
id 'net.minecraftforge.gradle' version '5.1.+'
|
||||
}
|
||||
|
||||
version = '1.19-2.38'
|
||||
version = '1.19-2.40'
|
||||
group = 'nl.requios.effortlessbuilding'
|
||||
archivesBaseName = 'effortlessbuilding'
|
||||
|
||||
@@ -36,7 +36,11 @@ minecraft {
|
||||
|
||||
// Comma-separated list of namespaces to load gametests from. Empty = all namespaces.
|
||||
property 'forge.enabledGameTestNamespaces', 'effortlessbuilding'
|
||||
|
||||
|
||||
// Flywheel
|
||||
property 'mixin.env.remapRefMap', 'true'
|
||||
property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"
|
||||
|
||||
mods {
|
||||
effortlessbuilding {
|
||||
source sourceSets.main
|
||||
@@ -53,6 +57,10 @@ minecraft {
|
||||
|
||||
property 'forge.enabledGameTestNamespaces', 'effortlessbuilding'
|
||||
|
||||
// Flywheel
|
||||
property 'mixin.env.remapRefMap', 'true'
|
||||
property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg"
|
||||
|
||||
mods {
|
||||
effortlessbuilding {
|
||||
source sourceSets.main
|
||||
|
||||
Reference in New Issue
Block a user