Update: 24w03a

This commit is contained in:
automation 2024-01-17 15:23:47 +00:00
parent 60193ccc7d
commit 2a1ae31dc4
6 changed files with 14 additions and 6 deletions

View File

@ -1 +1 @@
23w51b 24w03a

View File

@ -1,5 +1,8 @@
{ {
"items": { "items": {
"scute": "turtle_scute" "scute": "turtle_scute"
},
"enchantments": {
"sweeping": ""
} }
} }

View File

@ -38,6 +38,11 @@
"generic.block_interaction_range": "", "generic.block_interaction_range": "",
"generic.entity_interaction_range": "", "generic.entity_interaction_range": "",
"generic.scale": "", "generic.scale": "",
"generic.step_height": "" "generic.step_height": "",
"player.block_interaction_range": "",
"player.entity_interaction_range": ""
},
"enchantments": {
"sweeping_edge": ""
} }
} }

View File

@ -30798,7 +30798,7 @@
"knockback", "knockback",
"fire_aspect", "fire_aspect",
"looting", "looting",
"sweeping", "sweeping_edge",
"efficiency", "efficiency",
"silk_touch", "silk_touch",
"unbreaking", "unbreaking",
@ -31013,8 +31013,8 @@
"generic.attack_damage", "generic.attack_damage",
"generic.attack_knockback", "generic.attack_knockback",
"generic.attack_speed", "generic.attack_speed",
"generic.block_interaction_range", "player.block_interaction_range",
"generic.entity_interaction_range", "player.entity_interaction_range",
"generic.flying_speed", "generic.flying_speed",
"generic.follow_range", "generic.follow_range",
"horse.jump_strength", "horse.jump_strength",

Binary file not shown.