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
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: pip install -r requirements.txt && python download_server.py

- name: Set up Gradle
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # 5.0.0
uses: gradle/actions/setup-gradle@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # 6.0.1

- name: Set up JDK 25
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 5.2.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
persist-credentials: false
- name: Set up Gradle
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # 5.0.0
uses: gradle/actions/setup-gradle@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # 6.0.1
- name: Set up JDK 25
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 5.2.0
with:
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