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.place": "",
"block.heavy_core.step": "", "block.heavy_core.step": "",
"item.mace.smash_air": "", "item.mace.smash_air": "",
"item.mace.smash_ground": "" "item.mace.smash_ground": "",
"item.mace.smash_ground_heavy": ""
}, },
"entities": { "entities": {
"armadillo": "cow", "armadillo": "cow",
@ -131,6 +132,18 @@
"vault": "" "vault": ""
}, },
"argumenttypes": { "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=active]",
"vault[facing=east,vault_state=unlocking]", "vault[facing=east,vault_state=unlocking]",
"vault[facing=east,vault_state=ejecting]", "vault[facing=east,vault_state=ejecting]",
"heavy_core[orientation=down_east]", "heavy_core[waterlogged=true]",
"heavy_core[orientation=down_north]", "heavy_core[waterlogged=false]"
"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]"
], ],
"blocks": [ "blocks": [
"air", "air",
@ -29858,6 +29848,7 @@
"item.lodestone_compass.lock", "item.lodestone_compass.lock",
"item.mace.smash_air", "item.mace.smash_air",
"item.mace.smash_ground", "item.mace.smash_ground",
"item.mace.smash_ground_heavy",
"entity.magma_cube.death", "entity.magma_cube.death",
"entity.magma_cube.hurt", "entity.magma_cube.hurt",
"entity.magma_cube.hurt_small", "entity.magma_cube.hurt_small",
@ -30859,6 +30850,9 @@
"template_mirror", "template_mirror",
"template_rotation", "template_rotation",
"heightmap", "heightmap",
"loot_table",
"loot_predicate",
"loot_modifier",
"uuid" "uuid"
], ],
"enchantments": [ "enchantments": [
@ -31143,20 +31137,27 @@
], ],
"data_component_type": [ "data_component_type": [
"custom_data", "custom_data",
"max_stack_size",
"max_damage",
"damage", "damage",
"unbreakable", "unbreakable",
"custom_name", "custom_name",
"lore", "lore",
"rarity",
"enchantments", "enchantments",
"can_place_on", "can_place_on",
"can_break", "can_break",
"attribute_modifiers", "attribute_modifiers",
"custom_model_data", "custom_model_data",
"hide_additional_tooltip", "hide_additional_tooltip",
"hide_tooltip",
"repair_cost", "repair_cost",
"creative_slot_lock", "creative_slot_lock",
"enchantment_glint_override", "enchantment_glint_override",
"intangible_projectile", "intangible_projectile",
"food",
"fire_resistant",
"tool",
"stored_enchantments", "stored_enchantments",
"dyed_color", "dyed_color",
"map_color", "map_color",

Binary file not shown.

Binary file not shown.