Update: 23w45a

This commit is contained in:
automation 2023-11-08 15:23:32 +00:00
parent 261c39b8be
commit 8abd840f21
6 changed files with 96 additions and 17 deletions

View File

@ -1 +1 @@
23w44a
23w45a

View File

@ -31,11 +31,37 @@
"block.polished_tuff.fall": "block.tuff.fall",
"block.polished_tuff.hit": "block.tuff.hit",
"block.polished_tuff.place": "block.tuff.place",
"block.polished_tuff.step": "block.tuff.step"
"block.polished_tuff.step": "block.tuff.step",
"entity.breeze.inhale": "",
"entity.breeze.idle_ground": "",
"entity.breeze.idle_air": "",
"entity.breeze.shoot": "",
"entity.breeze.jump": "",
"entity.breeze.land": "",
"entity.breeze.slide": "",
"entity.breeze.death": "",
"entity.breeze.hurt": "",
"block.trial_spawner.break": "",
"block.trial_spawner.step": "",
"block.trial_spawner.place": "",
"block.trial_spawner.hit": "",
"block.trial_spawner.fall": "",
"block.trial_spawner.spawn_mob": "",
"block.trial_spawner.detect_player": "",
"block.trial_spawner.ambient": "",
"block.trial_spawner.open_shutter": "",
"block.trial_spawner.close_shutter": "",
"block.trial_spawner.eject_item": "",
"entity.parrot.imitate.breeze": "",
"entity.generic.wind_burst": ""
},
"particles": {
"dust_plume": "ash",
"white_smoke": "smoke"
"white_smoke": "smoke",
"gust": "",
"gust_emitter": "",
"gust_dust": "",
"trial_spawner_detection": ""
},
"blockstates": {
"crafter": "crafting_table",
@ -115,7 +141,13 @@
"waxed_oxidized_copper_bulb[lit=true,powered=true]": "redstone_lamp[lit=true]",
"waxed_oxidized_copper_bulb[lit=true,powered=false]": "redstone_lamp[lit=true]",
"waxed_oxidized_copper_bulb[lit=false,powered=true]": "redstone_lamp[lit=false]",
"waxed_oxidized_copper_bulb[lit=false,powered=false]": "redstone_lamp[lit=false]"
"waxed_oxidized_copper_bulb[lit=false,powered=false]": "redstone_lamp[lit=false]",
"trial_spawner[trial_spawner_state=inactive]": "",
"trial_spawner[trial_spawner_state=waiting_for_players]": "",
"trial_spawner[trial_spawner_state=active]": "",
"trial_spawner[trial_spawner_state=waiting_for_reward_ejection]": "",
"trial_spawner[trial_spawner_state=ejecting_reward]": "",
"trial_spawner[trial_spawner_state=cooldown]": ""
},
"items": {
"crafter": "crafting_table",
@ -171,7 +203,10 @@
"waxed_copper_bulb": "redstone_lamp",
"waxed_exposed_copper_bulb": "redstone_lamp",
"waxed_weathered_copper_bulb": "redstone_lamp",
"waxed_oxidized_copper_bulb": "redstone_lamp"
"waxed_oxidized_copper_bulb": "redstone_lamp",
"breeze_spawn_egg": "",
"trial_spawner": "",
"trial_key": ""
},
"itemnames": {
"crafter": "1.20.3 Crafter",
@ -230,9 +265,14 @@
"waxed_oxidized_copper_bulb": "1.20.3 Waxed Oxidized Copper Bulb"
},
"blockentities": {
"crafter": ""
"crafter": "",
"trial_spawner": ""
},
"menus": {
"crafter_3x3": "generic_3x3"
},
"entities": {
"breeze": "",
"wind_charge": ""
}
}

View File

@ -22938,10 +22938,10 @@
"sculk_shrieker[can_summon=false,shrieking=true,waterlogged=false]",
"sculk_shrieker[can_summon=false,shrieking=false,waterlogged=true]",
"sculk_shrieker[can_summon=false,shrieking=false,waterlogged=false]",
"oxidized_copper",
"weathered_copper",
"exposed_copper",
"copper_block",
"exposed_copper",
"weathered_copper",
"oxidized_copper",
"copper_ore",
"deepslate_copper_ore",
"oxidized_cut_copper",
@ -26629,7 +26629,13 @@
"crafter[crafting=false,orientation=north_up,triggered=true]",
"crafter[crafting=false,orientation=north_up,triggered=false]",
"crafter[crafting=false,orientation=south_up,triggered=true]",
"crafter[crafting=false,orientation=south_up,triggered=false]"
"crafter[crafting=false,orientation=south_up,triggered=false]",
"trial_spawner[trial_spawner_state=inactive]",
"trial_spawner[trial_spawner_state=waiting_for_players]",
"trial_spawner[trial_spawner_state=active]",
"trial_spawner[trial_spawner_state=waiting_for_reward_ejection]",
"trial_spawner[trial_spawner_state=ejecting_reward]",
"trial_spawner[trial_spawner_state=cooldown]"
],
"blocks": [
"air",
@ -27564,10 +27570,10 @@
"sculk_vein",
"sculk_catalyst",
"sculk_shrieker",
"oxidized_copper",
"weathered_copper",
"exposed_copper",
"copper_block",
"exposed_copper",
"weathered_copper",
"oxidized_copper",
"copper_ore",
"deepslate_copper_ore",
"oxidized_cut_copper",
@ -27688,7 +27694,8 @@
"frogspawn",
"reinforced_deepslate",
"decorated_pot",
"crafter"
"crafter",
"trial_spawner"
],
"items": [
"air",
@ -28701,6 +28708,7 @@
"bat_spawn_egg",
"bee_spawn_egg",
"blaze_spawn_egg",
"breeze_spawn_egg",
"cat_spawn_egg",
"camel_spawn_egg",
"cave_spider_spawn_egg",
@ -28999,7 +29007,9 @@
"waxed_copper_bulb",
"waxed_exposed_copper_bulb",
"waxed_weathered_copper_bulb",
"waxed_oxidized_copper_bulb"
"waxed_oxidized_copper_bulb",
"trial_spawner",
"trial_key"
],
"sounds": [
"entity.allay.ambient_with_item",
@ -29168,6 +29178,15 @@
"item.bottle.empty",
"item.bottle.fill",
"item.bottle.fill_dragonbreath",
"entity.breeze.inhale",
"entity.breeze.idle_ground",
"entity.breeze.idle_air",
"entity.breeze.shoot",
"entity.breeze.jump",
"entity.breeze.land",
"entity.breeze.slide",
"entity.breeze.death",
"entity.breeze.hurt",
"block.brewing_stand.brew",
"item.brush.brushing.generic",
"item.brush.brushing.sand",
@ -29631,6 +29650,17 @@
"block.bamboo_wood_hanging_sign.fall",
"block.bamboo_wood_hanging_sign.hit",
"block.bamboo_wood_hanging_sign.place",
"block.trial_spawner.break",
"block.trial_spawner.step",
"block.trial_spawner.place",
"block.trial_spawner.hit",
"block.trial_spawner.fall",
"block.trial_spawner.spawn_mob",
"block.trial_spawner.detect_player",
"block.trial_spawner.ambient",
"block.trial_spawner.open_shutter",
"block.trial_spawner.close_shutter",
"block.trial_spawner.eject_item",
"item.hoe.till",
"entity.hoglin.ambient",
"entity.hoglin.angry",
@ -29965,6 +29995,7 @@
"entity.parrot.fly",
"entity.parrot.hurt",
"entity.parrot.imitate.blaze",
"entity.parrot.imitate.breeze",
"entity.parrot.imitate.creeper",
"entity.parrot.imitate.drowned",
"entity.parrot.imitate.elder_guardian",
@ -30447,6 +30478,7 @@
"block.wet_sponge.hit",
"block.wet_sponge.place",
"block.wet_sponge.step",
"entity.generic.wind_burst",
"entity.witch.ambient",
"entity.witch.celebrate",
"entity.witch.death",
@ -30545,6 +30577,8 @@
"entity_effect",
"explosion_emitter",
"explosion",
"gust",
"gust_emitter",
"sonic_boom",
"falling_dust",
"firework",
@ -30617,7 +30651,9 @@
"scrape",
"shriek",
"egg_crack",
"dust_plume"
"dust_plume",
"gust_dust",
"trial_spawner_detection"
],
"blockentities": [
"furnace",
@ -30661,7 +30697,8 @@
"chiseled_bookshelf",
"brushable_block",
"decorated_pot",
"crafter"
"crafter",
"trial_spawner"
],
"argumenttypes": [
"brigadier:bool",
@ -30766,6 +30803,7 @@
"blaze",
"block_display",
"boat",
"breeze",
"camel",
"cat",
"cave_spider",
@ -30868,6 +30906,7 @@
"vindicator",
"wandering_trader",
"warden",
"wind_charge",
"witch",
"wither",
"wither_skeleton",

Binary file not shown.

Binary file not shown.