Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
seymourimadeit committed Jun 13, 2024
1 parent c6360a0 commit 413c588
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Build

on: [workflow_dispatch]
on: [ workflow_dispatch ]
jobs:
permissions:
contents: write, read
build:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -33,7 +35,7 @@ jobs:
files-primary: build/libs/!(*-@(javadoc|sources)).jar
version-type: release
loaders: neoforge
game-versions: 1.20.5
game-versions: 1.20.6
java: 21
name: ""
changelog-file: changelog-1.20.5.*
changelog-file: changelog-1.21.*
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'net.neoforged.gradle.userdev' version '7.0.140'
}

version = mod_version
version = mod_version + "-" + minecraft_version
group = mod_group_id

repositories {
Expand Down
1 change: 0 additions & 1 deletion changelog-1.20.5.txt

This file was deleted.

2 changes: 2 additions & 0 deletions changelog-1.21.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update to 1.21
- Added config for

0 comments on commit 413c588

Please sign in to comment.