Update: 24w12a

This commit is contained in:
automation 2024-03-20 16:22:48 +00:00
parent c103248e69
commit 660721fb6c
7 changed files with 29 additions and 15 deletions

View File

@ -1 +1 @@
24w11a
24w12a

View File

@ -92,7 +92,8 @@
"block.heavy_core.place": "",
"block.heavy_core.step": "",
"item.mace.smash_air": "",
"item.mace.smash_ground": ""
"item.mace.smash_ground": "",
"item.mace.smash_ground_heavy": ""
},
"entities": {
"armadillo": "cow",
@ -131,6 +132,18 @@
"vault": ""
},
"argumenttypes": {
"item_slots": "item_slot"
"item_slots": "item_slot",
"loot_table": "",
"loot_predicate": "",
"loot_modifier": ""
},
"data_component_type": {
"max_stack_size": "",
"max_damage": "",
"rarity": "",
"hide_tooltip": "",
"food": "",
"fire_resistant": "",
"tool": ""
}
}

View File

@ -26660,18 +26660,8 @@
"vault[facing=east,vault_state=active]",
"vault[facing=east,vault_state=unlocking]",
"vault[facing=east,vault_state=ejecting]",
"heavy_core[orientation=down_east]",
"heavy_core[orientation=down_north]",
"heavy_core[orientation=down_south]",
"heavy_core[orientation=down_west]",
"heavy_core[orientation=up_east]",
"heavy_core[orientation=up_north]",
"heavy_core[orientation=up_south]",
"heavy_core[orientation=up_west]",
"heavy_core[orientation=west_up]",
"heavy_core[orientation=east_up]",
"heavy_core[orientation=north_up]",
"heavy_core[orientation=south_up]"
"heavy_core[waterlogged=true]",
"heavy_core[waterlogged=false]"
],
"blocks": [
"air",
@ -29858,6 +29848,7 @@
"item.lodestone_compass.lock",
"item.mace.smash_air",
"item.mace.smash_ground",
"item.mace.smash_ground_heavy",
"entity.magma_cube.death",
"entity.magma_cube.hurt",
"entity.magma_cube.hurt_small",
@ -30859,6 +30850,9 @@
"template_mirror",
"template_rotation",
"heightmap",
"loot_table",
"loot_predicate",
"loot_modifier",
"uuid"
],
"enchantments": [
@ -31143,20 +31137,27 @@
],
"data_component_type": [
"custom_data",
"max_stack_size",
"max_damage",
"damage",
"unbreakable",
"custom_name",
"lore",
"rarity",
"enchantments",
"can_place_on",
"can_break",
"attribute_modifiers",
"custom_model_data",
"hide_additional_tooltip",
"hide_tooltip",
"repair_cost",
"creative_slot_lock",
"enchantment_glint_override",
"intangible_projectile",
"food",
"fire_resistant",
"tool",
"stored_enchantments",
"dyed_color",
"map_color",

Binary file not shown.

Binary file not shown.