Skip to content

Commit d73c343

Browse files
committed
Add support for 1.21.7
- Bumped pack format to mark 1.21.7 support - Updated .gitignore
1 parent 80b2f87 commit d73c343

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
/unused
1+
# Project-specific #
2+
unused
3+
wiki/pages
4+
5+
# VSCode #
6+
.vscode
27

38
# Package Files #
49
*.jar

CHANGES.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
- **Added support for Minecraft 1.21.6** ☁️
2-
- Fixed 1.21.5 NeoForge crash when installed alongside MidnightLib
1+
- **Added support for Minecraft 1.21.7** 💿

META-INF/neoforge.mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ features={ java_version = "[21,)" }
3939
modId="midnightlib"
4040
type="optional"
4141
versionRange="[1.0.0,)"
42-
ordering="NONE"
42+
ordering="AFTER"
4343
side="BOTH"
4444
referralUrl="https://modrinth.com/mod/codAaoxh/versions?l=neoforge"
4545
reason="Global settings across all worlds"

data/dynamiclights/function/internal/version_checker/start.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
scoreboard objectives add ts.dl.version dummy
44
execute store result score $global ts.dl.version run data get entity @r DataVersion
5-
execute unless score $global tvc_ignore matches 1 if score $global ts.dl.version matches 4500.. run tellraw @a [{"text":"[Dynamic Lights] ","color":"gray"},{"text":"?","bold":true,"color":"gold"},{"text":" Future unknown Minecraft version above 1.21.6 detected! This data pack/mod may not work correctly anymore! Please make sure to check for updates in the menu! (","color":"gold"},{"text":"/trigger tschipcraft.menu","underlined":true,"color":"gold","click_event":{"action":"run_command","command":"trigger tschipcraft.menu"},"hover_event":{"action":"show_text","value":"Click here","text":"Click here"}},{"text":")","color":"gold"}]
5+
execute unless score $global tvc_ignore matches 1 if score $global ts.dl.version matches 4500.. run tellraw @a [{"text":"[Dynamic Lights] ","color":"gray"},{"text":"?","bold":true,"color":"gold"},{"text":" Future unknown Minecraft version above 1.21.7 detected! This data pack/mod may not work correctly anymore! Please make sure to check for updates in the menu! (","color":"gold"},{"text":"/trigger tschipcraft.menu","underlined":true,"color":"gold","click_event":{"action":"run_command","command":"trigger tschipcraft.menu"},"hover_event":{"action":"show_text","value":"Click here","text":"Click here"}},{"text":")","color":"gold"}]
66
# Note: 1.17x-1.20x uses the old folder names (function -> functions)
77

88
# Announce escape sequence handling changes

pack.mcmeta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "dynamiclights",
33
"pack": {
44
"pack_format": 15,
5-
"supported_formats": [7,80],
5+
"supported_formats": [7,81],
66
"description": "Tschipcraft's Dynamic Lights \n└ v${version} ● mc${mc_human_version_range}"
77
},
88
"overlays": {

0 commit comments

Comments
 (0)