Skip to content

Commit

Permalink
25w03a
Browse files Browse the repository at this point in the history
  • Loading branch information
Plagiatus authored and github-actions[bot] committed Jan 16, 2025
1 parent 93c6f15 commit 9e4fc9b
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
25w02a
25w03a
8 changes: 8 additions & 0 deletions blocks/blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4392,5 +4392,13 @@
{
"name": "minecraft:wildflowers",
"id": 1096
},
{
"name": "minecraft:test_block",
"id": 1097
},
{
"name": "minecraft:test_instance_block",
"id": 1098
}
]
2 changes: 1 addition & 1 deletion blocks/blocks.min.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions forever_ids/functions/blocks/load.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,8 @@ data modify storage forever_ids:data blocks.id_to_name set value [\
"minecraft:resin_clump", \
"minecraft:leaf_litter", \
"minecraft:wildflowers", \
"minecraft:test_block", \
"minecraft:test_instance_block", \
]

data modify storage forever_ids:data blocks.name_to_id set value {\
Expand Down Expand Up @@ -2196,4 +2198,6 @@ data modify storage forever_ids:data blocks.name_to_id set value {\
"minecraft:resin_clump": 1094, \
"minecraft:leaf_litter": 1095, \
"minecraft:wildflowers": 1096, \
"minecraft:test_block": 1097, \
"minecraft:test_instance_block": 1098, \
}
4 changes: 4 additions & 0 deletions forever_ids/functions/items/load.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,8 @@ data modify storage forever_ids:data items.id_to_name set value [\
"minecraft:resin_clump", \
"minecraft:leaf_litter", \
"minecraft:wildflowers", \
"minecraft:test_block", \
"minecraft:test_instance_block", \
]

data modify storage forever_ids:data items.name_to_id set value {\
Expand Down Expand Up @@ -2776,4 +2778,6 @@ data modify storage forever_ids:data items.name_to_id set value {\
"minecraft:resin_clump": 1384, \
"minecraft:leaf_litter": 1385, \
"minecraft:wildflowers": 1386, \
"minecraft:test_block": 1387, \
"minecraft:test_instance_block": 1388, \
}
8 changes: 8 additions & 0 deletions items/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -5558,5 +5558,13 @@
{
"name": "minecraft:wildflowers",
"id": 1386
},
{
"name": "minecraft:test_block",
"id": 1387
},
{
"name": "minecraft:test_instance_block",
"id": 1388
}
]
2 changes: 1 addition & 1 deletion items/items.min.json

Large diffs are not rendered by default.

0 comments on commit 9e4fc9b

Please sign in to comment.