Skip to content

Commit cc8e015

Browse files
Update MDK with new output from mod generator (#49)
* Update MDK with new output from mod generator * Update MDK with new output from mod generator * Update MDK with new output from mod generator * Update MDK with new output from mod generator --------- Co-authored-by: NeoForge MDK Automation <173375039+neoforge-mdk-automation[bot]@users.noreply.github.com>
1 parent 168bd19 commit cc8e015

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java-library'
33
id 'maven-publish'
4-
id 'net.neoforged.gradle.userdev' version '7.1.26'
4+
id 'net.neoforged.gradle.userdev' version '7.1.27'
55
}
66

77
tasks.named('wrapper', Wrapper).configure {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ minecraft_version=1.21.1
1818
# as they do not follow standard versioning conventions.
1919
minecraft_version_range=[1.21.1]
2020
# The Neo version must agree with the Minecraft version to get a valid artifact
21-
neo_version=21.1.228
21+
neo_version=21.1.229
2222
# The loader version range can only use the major version of FML as bounds
2323
loader_version_range=[1,)
2424

0 commit comments

Comments
 (0)