Skip to content

Commit

Permalink
24w13a
Browse files Browse the repository at this point in the history
  • Loading branch information
Plagiatus authored and github-actions[bot] committed Mar 30, 2024
1 parent af4f623 commit 2423485
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24w12a
24w13a
4 changes: 4 additions & 0 deletions forever_ids/functions/items/load.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -1327,6 +1327,8 @@ data modify storage forever_ids:data items.id_to_name set value [\
"minecraft:heavy_core", \
"minecraft:mace", \
"minecraft:scrape_pottery_sherd", \
"minecraft:ominous_bottle", \
"minecraft:ominous_trial_key", \
]

data modify storage forever_ids:data items.name_to_id set value {\
Expand Down Expand Up @@ -2658,4 +2660,6 @@ data modify storage forever_ids:data items.name_to_id set value {\
"minecraft:heavy_core": 1325, \
"minecraft:mace": 1326, \
"minecraft:scrape_pottery_sherd": 1327, \
"minecraft:ominous_bottle": 1328, \
"minecraft:ominous_trial_key": 1329, \
}
8 changes: 8 additions & 0 deletions items/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -5322,5 +5322,13 @@
{
"name": "minecraft:scrape_pottery_sherd",
"id": 1327
},
{
"name": "minecraft:ominous_bottle",
"id": 1328
},
{
"name": "minecraft:ominous_trial_key",
"id": 1329
}
]
2 changes: 1 addition & 1 deletion items/items.min.json

Large diffs are not rendered by default.

0 comments on commit 2423485

Please sign in to comment.