Skip to content

Commit 04520f6

Browse files
committed
Build on 1.20.1
1 parent e37d046 commit 04520f6

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

CHANGELOG.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
## 2.3.8
1+
# Changelog
22

3-
### Added
4-
5-
- Released for Forge & Fabric! 🎉
6-
- Unrestricted `/tk enchant add [enchantment] [level]` command that will allow items to be enchanted upto level `255` (Minecraft's internal cap)
7-
- Command to remove enchantments `/tk enchant remove [enchantment]`
8-
- Command to repair items `/tk repair` (this works for anything with damage values)
9-
- More kill targets (players and me)
10-
- More lang keys to support up to 255 in roman numerals for enchantment values.
11-
12-
### Changed
13-
14-
- Merged all various kill commands into a single command
15-
- Updated to 1.19.2
3+
Build on 1.20.1

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
org.gradle.jvmargs=-Xmx2048M
22

3-
minecraft_version=1.20
3+
minecraft_version=1.20.1
44
enabled_platforms=fabric,forge
55

66
archives_base_name=ToolKit
77
mod_version=3.0.0
88
maven_group=com.sunekaer.mods
99

10-
architectury_version=9.0.7
10+
architectury_version=9.0.8
1111

1212
fabric_loader_version=0.14.21
13-
fabric_api_version=0.83.0+1.20
13+
fabric_api_version=0.83.1+1.20.1
1414

15-
forge_version=1.20-46.0.12
15+
forge_version=1.20.1-47.0.4
1616
curseforge_id=324888

0 commit comments

Comments
 (0)