Updated to 1.19.3.
Item textures must be in 'textures/item' instead of 'textures/items'. Item language keys changed to 'item.my_mod.my_item_name'. Using org.joml for math stuff. Buttons need DEFAULT_NARRATION in constructor.
This commit is contained in:
@@ -4,7 +4,7 @@ plugins {
|
||||
id 'net.minecraftforge.gradle' version '5.1.+'
|
||||
}
|
||||
|
||||
version = '1.19-2.38'
|
||||
version = '1.19.3-2.39'
|
||||
group = 'nl.requios.effortlessbuilding'
|
||||
archivesBaseName = 'effortlessbuilding'
|
||||
|
||||
@@ -18,7 +18,7 @@ minecraft {
|
||||
// stable_# Stables are built at the discretion of the MCP team.
|
||||
// Use non-default mappings at your own risk. they may not always work.
|
||||
// Simply re-run your setup task after changing the mappings to update your workspace.
|
||||
mappings channel: 'official', version: '1.19.2'
|
||||
mappings channel: 'official', version: '1.19.3'
|
||||
accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')
|
||||
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
|
||||
|
||||
@@ -115,7 +115,7 @@ dependencies {
|
||||
// Specify the version of Minecraft to use. If this is any group other than 'net.minecraft', it is assumed
|
||||
// that the dep is a ForgeGradle 'patcher' dependency, and its patches will be applied.
|
||||
// The userdev artifact is a special name and will get all sorts of transformations applied to it.
|
||||
minecraft 'net.minecraftforge:forge:1.19.2-43.1.47'
|
||||
minecraft 'net.minecraftforge:forge:1.19.3-44.1.0'
|
||||
|
||||
// Real mod deobf dependency examples - these get remapped to your current mappings
|
||||
// compileOnly fg.deobf("mezz.jei:jei-${mc_version}:${jei_version}:api") // Adds JEI API as a compile dependency
|
||||
|
||||
Reference in New Issue
Block a user