Skip to content

Commit

Permalink
update mafglib to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Jan 30, 2024
1 parent 6a1d8b7 commit a210c17
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Publish Release

on: [workflow_dispatch] # Manual trigger
on:
workflow_dispatch:
release:
types:
- published

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Change
- change modid to `tweakerge`
- update mafglib to `0.1.9`
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "dev.architectury.loom" version "1.2-SNAPSHOT"
id "dev.architectury.loom" version "1.4-SNAPSHOT"
id "maven-publish"
id 'com.modrinth.minotaur' version '2.+'
id 'net.darkhax.curseforgegradle' version '1.+'
Expand All @@ -14,7 +14,7 @@ group = project.maven_group
loom {
forge {
mixinConfigs = [
"tweakeroo.mixins.json"
"tweakerge.mixins.json"
]
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ loom.platform=forge
yarn_mappings=1.16.5+build.10

# Mod Properties
mod_version=0.1.4
mod_version=0.1.5
maven_group=org.thinkingstudio.tweakerge
archives_base_name=Tweakerge
mod_id=tweakerge
Expand All @@ -21,4 +21,4 @@ loom.platform=forge
curseforge_id=915857

# Dependencies
malilib_version=0.1.7-mc1.16.5
malilib_version=0.1.9-mc1.16.5
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
File renamed without changes.

0 comments on commit a210c17

Please sign in to comment.