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 build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
api("com.google.code.gson:gson:2.13.2")
api("com.viaversion:nbt:5.1.2")
api("it.unimi.dsi:fastutil:8.5.18")
api("ch.qos.logback:logback-classic:1.5.26")
api("ch.qos.logback:logback-classic:1.5.32")
compileOnly("org.jetbrains:annotations:26.0.2-1")
// Uncomment to manually run mappings gen in ide
// compileOnly(files("server.jar"))
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