This commit is contained in:
Dmitry 2024-01-29 17:20:04 +07:00
parent 9e8b88ba45
commit ce819193e1
7 changed files with 199 additions and 2 deletions

View file

@ -579,7 +579,6 @@ global.MINECRAFT_DISABLED_ITEMS = [
'minecraft:chain_command_block',
'minecraft:turtle_egg',
'minecraft:sniffer_egg',
'minecraft:elytra',
'minecraft:structure_block',
'minecraft:jigsaw',
'minecraft:sculk_sensor',
@ -713,7 +712,110 @@ global.MINECRAFT_DISABLED_ITEMS = [
'minecraft:raw_gold_block',
'minecraft:raw_copper_block',
'minecraft:compass',
'/spawn_egg/'
'minecraft:iron_bars',
];
global.MINECRAFT_HIDED_ITEMS = [
'/spawn_egg/',
'minecraft:crimson_stem',
'minecraft:crimson_hyphae',
'minecraft:stripped_crimson_stem',
'minecraft:stripped_crimson_hyphae',
'minecraft:crimson_planks',
'minecraft:crimson_stairs',
'minecraft:crimson_slab',
'minecraft:crimson_fence',
'minecraft:crimson_fence_gate',
'minecraft:crimson_door',
'minecraft:crimson_trapdoor',
'minecraft:crimson_pressure_plate',
'minecraft:crimson_button',
'minecraft:warped_stem',
'minecraft:warped_hyphae',
'minecraft:stripped_warped_stem',
'minecraft:stripped_warped_hyphae',
'minecraft:warped_planks',
'minecraft:warped_stairs',
'minecraft:warped_slab',
'minecraft:warped_fence',
'minecraft:warped_fence_gate',
'minecraft:warped_door',
'minecraft:warped_trapdoor',
'minecraft:warped_pressure_plate',
'minecraft:warped_button',
'minecraft:polished_blackstone_bricks',
'minecraft:cracked_polished_blackstone_bricks',
'minecraft:polished_blackstone_brick_stairs',
'minecraft:polished_blackstone_brick_slab',
'minecraft:polished_blackstone_brick_wall',
'minecraft:netherrack',
'minecraft:nether_bricks',
'minecraft:cracked_nether_bricks',
'minecraft:nether_brick_stairs',
'minecraft:nether_brick_slab',
'minecraft:nether_brick_wall',
'minecraft:nether_brick_fence',
'minecraft:chiseled_nether_bricks',
'minecraft:red_nether_bricks',
'minecraft:red_nether_brick_stairs',
'minecraft:red_nether_brick_slab',
'minecraft:red_nether_brick_wall',
'minecraft:basalt',
'minecraft:smooth_basalt',
'minecraft:polished_basalt',
'minecraft:blackstone',
'minecraft:gilded_blackstone',
'minecraft:blackstone_stairs',
'minecraft:blackstone_slab',
'minecraft:blackstone_wall',
'minecraft:chiseled_polished_blackstone',
'minecraft:polished_blackstone',
'minecraft:polished_blackstone_stairs',
'minecraft:polished_blackstone_slab',
'minecraft:polished_blackstone_wall',
'minecraft:polished_blackstone_pressure_plate',
'minecraft:polished_blackstone_button',
'minecraft:exposed_copper',
'minecraft:exposed_cut_copper',
'minecraft:exposed_cut_copper_stairs',
'minecraft:exposed_cut_copper_slab',
'minecraft:weathered_copper',
'minecraft:weathered_cut_copper',
'minecraft:weathered_cut_copper_stairs',
'minecraft:weathered_cut_copper_slab',
'minecraft:oxidized_copper',
'minecraft:oxidized_cut_copper',
'minecraft:oxidized_cut_copper_stairs',
'minecraft:oxidized_cut_copper_slab',
'minecraft:crying_obsidian',
'minecraft:crimson_nylium',
'minecraft:warped_nylium',
'minecraft:soul_sand',
'minecraft:soul_soil',
'minecraft:nether_wart_block',
'minecraft:warped_wart_block',
'minecraft:shroomlight',
'minecraft:crimson_fungus',
'minecraft:piglin_head',
'minecraft:zombie_head',
'minecraft:skeleton_skull',
'minecraft:nether_sprouts',
'minecraft:warped_roots',
'minecraft:dragon_head',
'minecraft:creeper_head',
'minecraft:wither_skeleton_skull',
'minecraft:weeping_vines',
'minecraft:crimson_roots',
'minecraft:nether_brick',
'minecraft:nether_wart',
'minecraft:twisting_vines',
'minecraft:warped_fungus',
'minecraft:respawn_anchor',
];
global.VANILLA_WOOD_TYPES = [