Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Nov 1, 2024
1 parent e33bb4d commit a03ef06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ hash = "74e30b1d2dadd419b04dcecc8c690ff9b8b06dcc1badffc45fe33ec127694035"

[[files]]
file = "kubejs/server_scripts/tags.js"
hash = "8eafb91a8a114e411374074fc8661014163a86c161756f8bf087af76bf0abc6c"
hash = "5387c6776a8531e27172704d49a71810a4292f415aa93a59b8b93a3df3ad381c"

[[files]]
file = "mods/3dskinlayers.pw.toml"
Expand Down
4 changes: 2 additions & 2 deletions kubejs/server_scripts/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ let bottomless_allow = [

ServerEvents.tags("block", (event) => {
better_end_chests.forEach((id) => {
event.add("lootr:convert_chests", id);
event.add("lootr:convert/chests", id);
})
better_end_barrels.forEach((id) => {
event.add("lootr:convert_barrels", id);
event.add("lootr:convert/barrels", id);
})

non_movable.forEach((id) => {
Expand Down
2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "35de9b0f28fa88892ce9a27f97189b216b7fd2f25edeb45e7f9d1784bd70e2df"
hash = "7a1c7ae27c9bb4a76bd4bb5375491d6dcf8f24ea3e27730f780afcd6a35c68fa"

[versions]
fabric = "0.16.5"
Expand Down

0 comments on commit a03ef06

Please sign in to comment.