Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ jobs:
# Wooyeah
- name: Read last snapshot
id: last_snapshot
uses: juliangruber/read-file-action@b549046febe0fe86f8cb4f93c24e284433f9ab58 # 1.1.7
uses: juliangruber/read-file-action@271ff311a4947af354c6abcd696a306553b9ec18 # 1.1.8
with:
path: ./last_snapshot.txt
- name: Read last release
id: last_release
uses: juliangruber/read-file-action@b549046febe0fe86f8cb4f93c24e284433f9ab58 # 1.1.7
uses: juliangruber/read-file-action@271ff311a4947af354c6abcd696a306553b9ec18 # 1.1.8
with:
path: ./last_release.txt
- name: Read next release
id: next_release
uses: juliangruber/read-file-action@b549046febe0fe86f8cb4f93c24e284433f9ab58 # 1.1.7
uses: juliangruber/read-file-action@271ff311a4947af354c6abcd696a306553b9ec18 # 1.1.8
with:
path: ./next_release.txt

Expand Down
Binary file removed fluids-26.1.nbt
Binary file not shown.
2 changes: 1 addition & 1 deletion last_release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.11
26.1
2 changes: 1 addition & 1 deletion last_snapshot.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
26.1.1
26w14a
5 changes: 5 additions & 0 deletions mappings/diff/mapping-26.1to26w14a.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"entities": {
"item": ""
}
}
41 changes: 41 additions & 0 deletions mappings/diff/mapping-26w14ato26.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"blockstates": {
"iron_trap": "",
"copper_trap": "",
"exposed_copper_trap": "",
"weathered_copper_trap": "",
"oxidized_copper_trap": "",
"waxed_copper_trap": "",
"waxed_exposed_copper_trap": "",
"waxed_weathered_copper_trap": "",
"waxed_oxidized_copper_trap": ""
},
"items": {
"iron_trap": "",
"copper_trap": "",
"exposed_copper_trap": "",
"weathered_copper_trap": "",
"oxidized_copper_trap": "",
"waxed_copper_trap": "",
"waxed_exposed_copper_trap": "",
"waxed_weathered_copper_trap": "",
"waxed_oxidized_copper_trap": "",
"punch_action": "",
"follow_action": "",
"crafting_action": "",
"move_action": "",
"attack_action": "",
"build_action": "",
"group_action": "",
"highlight_action": ""
},
"entities": {
"living_block": "",
"crafting_grid": "",
"hovering_item": "",
"living_block_command": ""
},
"data_component_type": {
"follow": ""
}
}
39 changes: 35 additions & 4 deletions mappings/identifier-table.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,11 @@
"camel_husk",
"nautilus",
"parched",
"zombie_nautilus"
"zombie_nautilus",
"living_block",
"crafting_grid",
"hovering_item",
"living_block_command"
],
"items": [
"air",
Expand Down Expand Up @@ -1726,7 +1730,24 @@
"golden_nautilus_armor",
"diamond_nautilus_armor",
"netherite_nautilus_armor",
"copper_nautilus_armor"
"copper_nautilus_armor",
"iron_trap",
"copper_trap",
"exposed_copper_trap",
"weathered_copper_trap",
"oxidized_copper_trap",
"waxed_copper_trap",
"waxed_exposed_copper_trap",
"waxed_weathered_copper_trap",
"waxed_oxidized_copper_trap",
"punch_action",
"follow_action",
"crafting_action",
"move_action",
"attack_action",
"build_action",
"group_action",
"highlight_action"
],
"sounds": [
"entity.allay.ambient_with_item",
Expand Down Expand Up @@ -5213,7 +5234,16 @@
"trophy",
"mob_trophy",
"golden_dandelion",
"potted_golden_dandelion"
"potted_golden_dandelion",
"iron_trap",
"copper_trap",
"exposed_copper_trap",
"weathered_copper_trap",
"oxidized_copper_trap",
"waxed_copper_trap",
"waxed_exposed_copper_trap",
"waxed_weathered_copper_trap",
"waxed_oxidized_copper_trap"
],
"particles": [
"angry_villager",
Expand Down Expand Up @@ -5630,7 +5660,8 @@
"cow/sound_variant",
"chicken/sound_variant",
"zombie_nautilus/variant",
"cat/sound_variant"
"cat/sound_variant",
"follow"
],
"blockentities": [
"furnace",
Expand Down
Loading