Skip to content

Commit

Permalink
Update: 25w04a
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 22, 2025
1 parent 0a440cc commit 007eb61
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 18 deletions.
2 changes: 1 addition & 1 deletion last_snapshot.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
25w03a
25w04a
7 changes: 7 additions & 0 deletions mappings/diff/mapping-1.21.4to1.21.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,12 @@
"creaking_heart[active=false,axis=y,natural=false]": "creaking_heart[axis=y,creaking_heart_state=dormant,natural=false]",
"creaking_heart[active=false,axis=z,natural=true]": "creaking_heart[axis=z,creaking_heart_state=dormant,natural=true]",
"creaking_heart[active=false,axis=z,natural=false]": "creaking_heart[axis=z,creaking_heart_state=dormant,natural=false]"
},
"entities": {
"potion": ""
},
"data_component_type": {
"hide_additional_tooltip": "",
"hide_tooltip": ""
}
}
17 changes: 15 additions & 2 deletions mappings/diff/mapping-1.21.5to1.21.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
"test_block[test_block_mode=log]": "structure_block[mode=load]",
"test_block[test_block_mode=fail]": "structure_block[mode=load]",
"test_block[test_block_mode=accept]": "structure_block[mode=load]",
"test_instance_block": "structure_block[mode=data]"
"test_instance_block": "structure_block[mode=data]",
"test_block[mode=start]": "",
"test_block[mode=log]": "",
"test_block[mode=fail]": "",
"test_block[mode=accept]": ""
},
"items": {
"wildflowers": "glow_lichen",
Expand Down Expand Up @@ -76,13 +80,22 @@
"cat/variant": "",
"cat/collar": "",
"sheep/color": "",
"shulker/color": ""
"shulker/color": "",
"tooltip_display": "",
"blocks_attacks": "",
"provides_trim_material": "",
"provides_banner_patterns": "",
"break_sound": ""
},
"blockentities": {
"test_block": "",
"test_instance_block": ""
},
"argumenttypes": {
"resource_selector": "brigadier:string"
},
"entities": {
"splash_potion": "",
"lingering_potion": ""
}
}
11 changes: 9 additions & 2 deletions mappings/identifier-table.json
Original file line number Diff line number Diff line change
Expand Up @@ -1689,7 +1689,9 @@
"creaking",
"creaking_transient",
"pale_oak_boat",
"pale_oak_chest_boat"
"pale_oak_chest_boat",
"splash_potion",
"lingering_potion"
],
"argumenttypes": [
"brigadier:bool",
Expand Down Expand Up @@ -1868,7 +1870,12 @@
"cat/variant",
"cat/collar",
"sheep/color",
"shulker/color"
"shulker/color",
"tooltip_display",
"blocks_attacks",
"provides_trim_material",
"provides_banner_patterns",
"break_sound"
],
"attributes": [
"generic.armor",
Expand Down
18 changes: 11 additions & 7 deletions mappings/mapping-1.21.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -20391,10 +20391,10 @@
"jigsaw[orientation=east_up]",
"jigsaw[orientation=north_up]",
"jigsaw[orientation=south_up]",
"test_block[test_block_mode=start]",
"test_block[test_block_mode=log]",
"test_block[test_block_mode=fail]",
"test_block[test_block_mode=accept]",
"test_block[mode=start]",
"test_block[mode=log]",
"test_block[mode=fail]",
"test_block[mode=accept]",
"test_instance_block",
"composter[level=0]",
"composter[level=1]",
Expand Down Expand Up @@ -32386,7 +32386,8 @@
"piglin_brute",
"pillager",
"polar_bear",
"potion",
"splash_potion",
"lingering_potion",
"pufferfish",
"rabbit",
"ravager",
Expand Down Expand Up @@ -32538,8 +32539,7 @@
"can_break",
"attribute_modifiers",
"custom_model_data",
"hide_additional_tooltip",
"hide_tooltip",
"tooltip_display",
"repair_cost",
"creative_slot_lock",
"enchantment_glint_override",
Expand All @@ -32557,6 +32557,7 @@
"glider",
"tooltip_style",
"death_protection",
"blocks_attacks",
"stored_enchantments",
"dyed_color",
"map_color",
Expand All @@ -32576,8 +32577,10 @@
"bucket_entity_data",
"block_entity_data",
"instrument",
"provides_trim_material",
"ominous_bottle_amplifier",
"jukebox_playable",
"provides_banner_patterns",
"recipes",
"lodestone_tracker",
"firework_explosion",
Expand All @@ -32592,6 +32595,7 @@
"bees",
"lock",
"container_loot",
"break_sound",
"villager/variant",
"wolf/variant",
"wolf/collar",
Expand Down
12 changes: 6 additions & 6 deletions output_hashes.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,15 +252,15 @@
"size": 1709
},
"1.21.5": {
"object-hash": 952900719,
"size": 5639
"object-hash": -205190312,
"size": 5699
},
"1.21.4:1.21.5": {
"object-hash": 1266059739,
"size": 631
"object-hash": 1867732139,
"size": 759
},
"1.21.5:1.21.4": {
"object-hash": 1378132990,
"size": 1908
"object-hash": 74791725,
"size": 2068
}
}

0 comments on commit 007eb61

Please sign in to comment.