Skip to content

Commit 9c36d08

Browse files
Update MDK with new output from mod generator (#14)
* 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 e55ad9d commit 9c36d08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.moddev' version '2.0.119'
4+
id 'net.neoforged.moddev' version '2.0.120'
55
id 'idea'
66
}
77

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ minecraft_version=1.21.10
1818
# as they do not follow standard versioning conventions.
1919
minecraft_version_range=[1.21.10]
2020
# The Neo version must agree with the Minecraft version to get a valid artifact
21-
neo_version=21.10.52-beta
21+
neo_version=21.10.55-beta
2222

2323
## Mod Properties
2424

0 commit comments

Comments
 (0)