Skip to content

Commit

Permalink
misc changes before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekiu committed Aug 21, 2024
1 parent 543f9a3 commit 6c8d829
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Changes:

- Internal changes, no gameplay changes
- Contributed by @unix-supremacist, thank you!
- 1.21 port
- Working itemgroup
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2023 Zekiu, selnov
Copyright (c) 2023-2024 Zekiu, selnov

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ processResources {
}
}

def targetJavaVersion = 17
def targetJavaVersion = 21
tasks.withType(JavaCompile).configureEach {
// ensure that the encoding is set to UTF-8, no matter what the system default is
// this fixes some edge cases with special characters not displaying correctly
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.15.11

# Mod Properties
mod_version = 1.1.3
mod_version = 1.1.4
maven_group = xyz.zekiu
archives_base_name = WlodzimiersBlocks

# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.100.6+1.21
polymer_version=0.9.4+1.21
polymer_version=0.9.9+1.21
3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"depends": {
"fabricloader": ">=${loader_version}",
"fabric-api": "*",
"minecraft": "${minecraft_version}"
"polymer-core": "*",
"minecraft": ">=${minecraft_version}"
}
}

0 comments on commit 6c8d829

Please sign in to comment.