Fixed build.gradle referencing older flywheel.

Updated logo, pack version
This commit is contained in:
Christian Knaapen
2023-07-18 21:16:49 +02:00
parent 82ee3eefaa
commit 0a9b764d3f
5 changed files with 5 additions and 6 deletions

View File

@@ -135,8 +135,8 @@ repositories {
dependencies {
minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}"
jarJar(group: 'com.jozufozu.flywheel', name: "flywheel-forge-${flywheel_minecraft_version}", version: '[0.6.8,0.6.9)') {
jarJar.pin(it, project.flywheel_version)
jarJar("com.jozufozu.flywheel:flywheel-forge-${flywheel_minecraft_version}:${flywheel_version}") {
jarJar.ranged(it, '[0.6.9,0.6.10)')
}
if (flywheelInWorkspace) {

View File

@@ -3,7 +3,7 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
mod_version = 3.3
mod_version = 3.4
artifact_minecraft_version = 1.19.2
minecraft_version = 1.19.2

View File

@@ -1,7 +1,7 @@
modLoader="javafml"
loaderVersion="[40,)"
license="GNU LESSER GENERAL PUBLIC LICENSE"
issueTrackerURL="https://bitbucket.org/Requios/effortless-building/issues?status=new&status=open"
issueTrackerURL="https://bitbucket.org/Requios/effortless-building/issues?status=new&status=open&status=submitted&is_spam=%21spam"
showAsResourcePack=false
[[mods]]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -1,7 +1,6 @@
{
"pack": {
"description": "examplemod resources",
"pack_format": 5,
"_comment": "A pack_format of 5 requires json lang files and some texture changes from 1.15. Note: we require v5 pack meta for all mods."
"pack_format": 10,
}
}