• 「7周年限定勋章」正式上线!4/5/6周年的纪念勋章也限时返场了噢~【点我去看看】

问题 mcfunction文件在游戏中无法调用是啥情况?

gloves9978

【Lv:1】

正式会员
注册
2025/01/25
消息
3
金粒
1,387金粒
根据字母哥的创意(随机方块空岛-仅支持1.16.5)自己写的数据包。
目前的问题是最后一个函数无法调用,文件内容如下。
我试过的方法,去除dom(查到的)、重写、甚至检查过空格。
$random为自定义玩家,gloves是我的计分板,已经测试过,$random在gloves计分板上的数值是被限制在0~895(%=986)
求解
丰富的(BB 代码):
execute if score $random gloves matches 0 run fill 10 1 6 6 3 10 minecraft:acacia_button
execute if score $random gloves matches 1 run fill 10 1 6 6 3 10 minecraft:acacia_door
execute if score $random gloves matches 2 run fill 10 1 6 6 3 10 minecraft:acacia_fence
execute if score $random gloves matches 3 run fill 10 1 6 6 3 10 minecraft:acacia_fence_gate
execute if score $random gloves matches 4 run fill 10 1 6 6 3 10 minecraft:acacia_leaves
execute if score $random gloves matches 5 run fill 10 1 6 6 3 10 minecraft:acacia_log
execute if score $random gloves matches 6 run fill 10 1 6 6 3 10 minecraft:acacia_planks
execute if score $random gloves matches 7 run fill 10 1 6 6 3 10 minecraft:acacia_pressure_plate
execute if score $random gloves matches 8 run fill 10 1 6 6 3 10 minecraft:acacia_sapling
execute if score $random gloves matches 9 run fill 10 1 6 6 3 10 minecraft:acacia_sign
execute if score $random gloves matches 10 run fill 10 1 6 6 3 10 minecraft:acacia_slab
execute if score $random gloves matches 11 run fill 10 1 6 6 3 10 minecraft:acacia_stairs
execute if score $random gloves matches 12 run fill 10 1 6 6 3 10 minecraft:acacia_trapdoor
execute if score $random gloves matches 13 run fill 10 1 6 6 3 10 minecraft:acacia_wall_sign
execute if score $random gloves matches 14 run fill 10 1 6 6 3 10 minecraft:acacia_wood
execute if score $random gloves matches 15 run fill 10 1 6 6 3 10 minecraft:activator_rail
execute if score $random gloves matches 16 run fill 10 1 6 6 3 10 minecraft:air
execute if score $random gloves matches 17 run fill 10 1 6 6 3 10 minecraft:allium
execute if score $random gloves matches 18 run fill 10 1 6 6 3 10 minecraft:amethyst_block
execute if score $random gloves matches 19 run fill 10 1 6 6 3 10 minecraft:amethyst_cluster
execute if score $random gloves matches 20 run fill 10 1 6 6 3 10 minecraft:ancient_debris
execute if score $random gloves matches 21 run fill 10 1 6 6 3 10 minecraft:andesite
execute if score $random gloves matches 22 run fill 10 1 6 6 3 10 minecraft:andesite_slab
execute if score $random gloves matches 23 run fill 10 1 6 6 3 10 minecraft:andesite_stairs
execute if score $random gloves matches 24 run fill 10 1 6 6 3 10 minecraft:andesite_wall
execute if score $random gloves matches 25 run fill 10 1 6 6 3 10 minecraft:anvil
execute if score $random gloves matches 26 run fill 10 1 6 6 3 10 minecraft:attached_melon_stem
execute if score $random gloves matches 27 run fill 10 1 6 6 3 10 minecraft:attached_pumpkin_stem
execute if score $random gloves matches 28 run fill 10 1 6 6 3 10 minecraft:azalea
execute if score $random gloves matches 29 run fill 10 1 6 6 3 10 minecraft:azalea_leaves
execute if score $random gloves matches 30 run fill 10 1 6 6 3 10 minecraft:azure_bluet
execute if score $random gloves matches 31 run fill 10 1 6 6 3 10 minecraft:bamboo
execute if score $random gloves matches 32 run fill 10 1 6 6 3 10 minecraft:bamboo_sapling
execute if score $random gloves matches 33 run fill 10 1 6 6 3 10 minecraft:barrel
execute if score $random gloves matches 34 run fill 10 1 6 6 3 10 minecraft:barrier
execute if score $random gloves matches 35 run fill 10 1 6 6 3 10 minecraft:basalt
execute if score $random gloves matches 36 run fill 10 1 6 6 3 10 minecraft:beacon
execute if score $random gloves matches 37 run fill 10 1 6 6 3 10 minecraft:bedrock
execute if score $random gloves matches 38 run fill 10 1 6 6 3 10 minecraft:bee_nest
execute if score $random gloves matches 39 run fill 10 1 6 6 3 10 minecraft:beehive
execute if score $random gloves matches 40 run fill 10 1 6 6 3 10 minecraft:beetroots
execute if score $random gloves matches 41 run fill 10 1 6 6 3 10 minecraft:bell
execute if score $random gloves matches 42 run fill 10 1 6 6 3 10 minecraft:big_dripleaf
execute if score $random gloves matches 43 run fill 10 1 6 6 3 10 minecraft:big_dripleaf_stem
execute if score $random gloves matches 44 run fill 10 1 6 6 3 10 minecraft:birch_button
execute if score $random gloves matches 45 run fill 10 1 6 6 3 10 minecraft:birch_door
execute if score $random gloves matches 46 run fill 10 1 6 6 3 10 minecraft:birch_fence
execute if score $random gloves matches 47 run fill 10 1 6 6 3 10 minecraft:birch_fence_gate
execute if score $random gloves matches 48 run fill 10 1 6 6 3 10 minecraft:birch_leaves
execute if score $random gloves matches 49 run fill 10 1 6 6 3 10 minecraft:birch_log
execute if score $random gloves matches 50 run fill 10 1 6 6 3 10 minecraft:birch_planks
execute if score $random gloves matches 51 run fill 10 1 6 6 3 10 minecraft:birch_pressure_plate
execute if score $random gloves matches 52 run fill 10 1 6 6 3 10 minecraft:birch_sapling
execute if score $random gloves matches 53 run fill 10 1 6 6 3 10 minecraft:birch_sign
execute if score $random gloves matches 54 run fill 10 1 6 6 3 10 minecraft:birch_slab
execute if score $random gloves matches 55 run fill 10 1 6 6 3 10 minecraft:birch_stairs
execute if score $random gloves matches 56 run fill 10 1 6 6 3 10 minecraft:birch_trapdoor
execute if score $random gloves matches 57 run fill 10 1 6 6 3 10 minecraft:birch_wall_sign
execute if score $random gloves matches 58 run fill 10 1 6 6 3 10 minecraft:birch_wood
execute if score $random gloves matches 59 run fill 10 1 6 6 3 10 minecraft:black_banner
execute if score $random gloves matches 60 run fill 10 1 6 6 3 10 minecraft:black_bed
execute if score $random gloves matches 61 run fill 10 1 6 6 3 10 minecraft:black_candle
execute if score $random gloves matches 62 run fill 10 1 6 6 3 10 minecraft:black_candle_cake
execute if score $random gloves matches 63 run fill 10 1 6 6 3 10 minecraft:black_carpet
execute if score $random gloves matches 64 run fill 10 1 6 6 3 10 minecraft:black_concrete
execute if score $random gloves matches 65 run fill 10 1 6 6 3 10 minecraft:black_concrete_powder
execute if score $random gloves matches 66 run fill 10 1 6 6 3 10 minecraft:black_glazed_terracotta
execute if score $random gloves matches 67 run fill 10 1 6 6 3 10 minecraft:black_shulker_box
execute if score $random gloves matches 68 run fill 10 1 6 6 3 10 minecraft:black_stained_glass
execute if score $random gloves matches 69 run fill 10 1 6 6 3 10 minecraft:black_stained_glass_pane
execute if score $random gloves matches 70 run fill 10 1 6 6 3 10 minecraft:black_terracotta
execute if score $random gloves matches 71 run fill 10 1 6 6 3 10 minecraft:black_wall_banner
execute if score $random gloves matches 72 run fill 10 1 6 6 3 10 minecraft:black_wool
execute if score $random gloves matches 73 run fill 10 1 6 6 3 10 minecraft:blackstone
execute if score $random gloves matches 74 run fill 10 1 6 6 3 10 minecraft:blackstone_slab
execute if score $random gloves matches 75 run fill 10 1 6 6 3 10 minecraft:blackstone_stairs
execute if score $random gloves matches 76 run fill 10 1 6 6 3 10 minecraft:blackstone_wall
execute if score $random gloves matches 77 run fill 10 1 6 6 3 10 minecraft:blast_furnace
execute if score $random gloves matches 78 run fill 10 1 6 6 3 10 minecraft:blue_banner
execute if score $random gloves matches 79 run fill 10 1 6 6 3 10 minecraft:blue_bed
execute if score $random gloves matches 80 run fill 10 1 6 6 3 10 minecraft:blue_candle
execute if score $random gloves matches 81 run fill 10 1 6 6 3 10 minecraft:blue_candle_cake
execute if score $random gloves matches 82 run fill 10 1 6 6 3 10 minecraft:blue_carpet
execute if score $random gloves matches 83 run fill 10 1 6 6 3 10 minecraft:blue_concrete
execute if score $random gloves matches 84 run fill 10 1 6 6 3 10 minecraft:blue_concrete_powder
execute if score $random gloves matches 85 run fill 10 1 6 6 3 10 minecraft:blue_glazed_terracotta
execute if score $random gloves matches 86 run fill 10 1 6 6 3 10 minecraft:blue_ice
execute if score $random gloves matches 87 run fill 10 1 6 6 3 10 minecraft:blue_orchid
execute if score $random gloves matches 88 run fill 10 1 6 6 3 10 minecraft:blue_shulker_box
execute if score $random gloves matches 89 run fill 10 1 6 6 3 10 minecraft:blue_stained_glass
execute if score $random gloves matches 90 run fill 10 1 6 6 3 10 minecraft:blue_stained_glass_pane
execute if score $random gloves matches 91 run fill 10 1 6 6 3 10 minecraft:blue_terracotta
execute if score $random gloves matches 92 run fill 10 1 6 6 3 10 minecraft:blue_wall_banner
execute if score $random gloves matches 93 run fill 10 1 6 6 3 10 minecraft:blue_wool
execute if score $random gloves matches 94 run fill 10 1 6 6 3 10 minecraft:bone_block
execute if score $random gloves matches 95 run fill 10 1 6 6 3 10 minecraft:bookshelf
execute if score $random gloves matches 96 run fill 10 1 6 6 3 10 minecraft:brain_coral
execute if score $random gloves matches 97 run fill 10 1 6 6 3 10 minecraft:brain_coral_block
execute if score $random gloves matches 98 run fill 10 1 6 6 3 10 minecraft:brain_coral_fan
execute if score $random gloves matches 99 run fill 10 1 6 6 3 10 minecraft:brain_coral_wall_fan
execute if score $random gloves matches 100 run fill 10 1 6 6 3 10 minecraft:brewing_stand
execute if score $random gloves matches 101 run fill 10 1 6 6 3 10 minecraft:brick_slab
execute if score $random gloves matches 102 run fill 10 1 6 6 3 10 minecraft:brick_stairs
execute if score $random gloves matches 103 run fill 10 1 6 6 3 10 minecraft:brick_wall
execute if score $random gloves matches 104 run fill 10 1 6 6 3 10 minecraft:bricks
execute if score $random gloves matches 105 run fill 10 1 6 6 3 10 minecraft:brown_banner
execute if score $random gloves matches 106 run fill 10 1 6 6 3 10 minecraft:brown_bed
execute if score $random gloves matches 107 run fill 10 1 6 6 3 10 minecraft:brown_candle
execute if score $random gloves matches 108 run fill 10 1 6 6 3 10 minecraft:brown_candle_cake
execute if score $random gloves matches 109 run fill 10 1 6 6 3 10 minecraft:brown_carpet
execute if score $random gloves matches 110 run fill 10 1 6 6 3 10 minecraft:brown_concrete
execute if score $random gloves matches 111 run fill 10 1 6 6 3 10 minecraft:brown_concrete_powder
execute if score $random gloves matches 112 run fill 10 1 6 6 3 10 minecraft:brown_glazed_terracotta
execute if score $random gloves matches 113 run fill 10 1 6 6 3 10 minecraft:brown_mushroom
execute if score $random gloves matches 114 run fill 10 1 6 6 3 10 minecraft:brown_mushroom_block
execute if score $random gloves matches 115 run fill 10 1 6 6 3 10 minecraft:brown_shulker_box
execute if score $random gloves matches 116 run fill 10 1 6 6 3 10 minecraft:brown_stained_glass
execute if score $random gloves matches 117 run fill 10 1 6 6 3 10 minecraft:brown_stained_glass_pane
execute if score $random gloves matches 118 run fill 10 1 6 6 3 10 minecraft:brown_terracotta
execute if score $random gloves matches 119 run fill 10 1 6 6 3 10 minecraft:brown_wall_banner
execute if score $random gloves matches 120 run fill 10 1 6 6 3 10 minecraft:brown_wool
execute if score $random gloves matches 121 run fill 10 1 6 6 3 10 minecraft:bubble_column
execute if score $random gloves matches 122 run fill 10 1 6 6 3 10 minecraft:bubble_coral
execute if score $random gloves matches 123 run fill 10 1 6 6 3 10 minecraft:bubble_coral_block
execute if score $random gloves matches 124 run fill 10 1 6 6 3 10 minecraft:bubble_coral_fan
execute if score $random gloves matches 125 run fill 10 1 6 6 3 10 minecraft:bubble_coral_wall_fan
execute if score $random gloves matches 126 run fill 10 1 6 6 3 10 minecraft:budding_amethyst
execute if score $random gloves matches 127 run fill 10 1 6 6 3 10 minecraft:cactus
execute if score $random gloves matches 128 run fill 10 1 6 6 3 10 minecraft:cake
execute if score $random gloves matches 129 run fill 10 1 6 6 3 10 minecraft:calcite
execute if score $random gloves matches 130 run fill 10 1 6 6 3 10 minecraft:campfire
execute if score $random gloves matches 131 run fill 10 1 6 6 3 10 minecraft:candle
execute if score $random gloves matches 132 run fill 10 1 6 6 3 10 minecraft:with
execute if score $random gloves matches 133 run fill 10 1 6 6 3 10 minecraft:candle_cake
execute if score $random gloves matches 134 run fill 10 1 6 6 3 10 minecraft:carrots
execute if score $random gloves matches 135 run fill 10 1 6 6 3 10 minecraft:cartography_table
execute if score $random gloves matches 136 run fill 10 1 6 6 3 10 minecraft:carved_pumpkin
execute if score $random gloves matches 137 run fill 10 1 6 6 3 10 minecraft:cauldron
execute if score $random gloves matches 138 run fill 10 1 6 6 3 10 minecraft:cave_air
execute if score $random gloves matches 139 run fill 10 1 6 6 3 10 minecraft:cave_vines
execute if score $random gloves matches 140 run fill 10 1 6 6 3 10 minecraft:cave_vines_plant
execute if score $random gloves matches 141 run fill 10 1 6 6 3 10 minecraft:chain
execute if score $random gloves matches 142 run fill 10 1 6 6 3 10 minecraft:chain_command_block
execute if score $random gloves matches 143 run fill 10 1 6 6 3 10 minecraft:chest
execute if score $random gloves matches 144 run fill 10 1 6 6 3 10 minecraft:chipped_anvil
execute if score $random gloves matches 145 run fill 10 1 6 6 3 10 minecraft:chiseled_deepslate
execute if score $random gloves matches 146 run fill 10 1 6 6 3 10 minecraft:chiseled_nether_bricks
execute if score $random gloves matches 147 run fill 10 1 6 6 3 10 minecraft:chiseled_polished_blackstone
execute if score $random gloves matches 148 run fill 10 1 6 6 3 10 minecraft:chiseled_quartz_block
execute if score $random gloves matches 149 run fill 10 1 6 6 3 10 minecraft:chiseled_red_sandstone
execute if score $random gloves matches 150 run fill 10 1 6 6 3 10 minecraft:chiseled_sandstone
execute if score $random gloves matches 151 run fill 10 1 6 6 3 10 minecraft:chiseled_stone_bricks
execute if score $random gloves matches 152 run fill 10 1 6 6 3 10 minecraft:chorus_flower
execute if score $random gloves matches 153 run fill 10 1 6 6 3 10 minecraft:chorus_plant
execute if score $random gloves matches 154 run fill 10 1 6 6 3 10 minecraft:clay
execute if score $random gloves matches 155 run fill 10 1 6 6 3 10 minecraft:coal_block
execute if score $random gloves matches 156 run fill 10 1 6 6 3 10 minecraft:coal_ore
execute if score $random gloves matches 157 run fill 10 1 6 6 3 10 minecraft:coarse_dirt
execute if score $random gloves matches 158 run fill 10 1 6 6 3 10 minecraft:cobbled_deepslate
execute if score $random gloves matches 159 run fill 10 1 6 6 3 10 minecraft:cobbled_deepslate_slab
execute if score $random gloves matches 160 run fill 10 1 6 6 3 10 minecraft:cobbled_deepslate_stairs
execute if score $random gloves matches 161 run fill 10 1 6 6 3 10 minecraft:cobbled_deepslate_wall
execute if score $random gloves matches 162 run fill 10 1 6 6 3 10 minecraft:cobblestone
execute if score $random gloves matches 163 run fill 10 1 6 6 3 10 minecraft:cobblestone_slab
execute if score $random gloves matches 164 run fill 10 1 6 6 3 10 minecraft:cobblestone_stairs
execute if score $random gloves matches 165 run fill 10 1 6 6 3 10 minecraft:cobblestone_wall
execute if score $random gloves matches 166 run fill 10 1 6 6 3 10 minecraft:cobweb
execute if score $random gloves matches 167 run fill 10 1 6 6 3 10 minecraft:cocoa
execute if score $random gloves matches 168 run fill 10 1 6 6 3 10 minecraft:command_block
execute if score $random gloves matches 169 run fill 10 1 6 6 3 10 minecraft:comparator
execute if score $random gloves matches 170 run fill 10 1 6 6 3 10 minecraft:composter
execute if score $random gloves matches 171 run fill 10 1 6 6 3 10 minecraft:conduit
execute if score $random gloves matches 172 run fill 10 1 6 6 3 10 minecraft:copper_block
execute if score $random gloves matches 173 run fill 10 1 6 6 3 10 minecraft:copper_ore
execute if score $random gloves matches 174 run fill 10 1 6 6 3 10 minecraft:cornflower
execute if score $random gloves matches 175 run fill 10 1 6 6 3 10 minecraft:cracked_deepslate_bricks
execute if score $random gloves matches 176 run fill 10 1 6 6 3 10 minecraft:cracked_deepslate_tiles
execute if score $random gloves matches 177 run fill 10 1 6 6 3 10 minecraft:cracked_nether_bricks
execute if score $random gloves matches 178 run fill 10 1 6 6 3 10 minecraft:cracked_polished_blackstone_bricks
execute if score $random gloves matches 179 run fill 10 1 6 6 3 10 minecraft:cracked_stone_bricks
execute if score $random gloves matches 180 run fill 10 1 6 6 3 10 minecraft:crafting_table
execute if score $random gloves matches 181 run fill 10 1 6 6 3 10 minecraft:creeper_head
execute if score $random gloves matches 182 run fill 10 1 6 6 3 10 minecraft:creeper_wall_head
execute if score $random gloves matches 183 run fill 10 1 6 6 3 10 minecraft:crimson_button
execute if score $random gloves matches 184 run fill 10 1 6 6 3 10 minecraft:crimson_door
execute if score $random gloves matches 185 run fill 10 1 6 6 3 10 minecraft:crimson_fence
execute if score $random gloves matches 186 run fill 10 1 6 6 3 10 minecraft:crimson_fence_gate
execute if score $random gloves matches 187 run fill 10 1 6 6 3 10 minecraft:crimson_fungus
execute if score $random gloves matches 188 run fill 10 1 6 6 3 10 minecraft:crimson_hyphae
execute if score $random gloves matches 189 run fill 10 1 6 6 3 10 minecraft:crimson_nylium
execute if score $random gloves matches 190 run fill 10 1 6 6 3 10 minecraft:crimson_planks
execute if score $random gloves matches 191 run fill 10 1 6 6 3 10 minecraft:crimson_pressure_plate
execute if score $random gloves matches 192 run fill 10 1 6 6 3 10 minecraft:crimson_roots
execute if score $random gloves matches 193 run fill 10 1 6 6 3 10 minecraft:crimson_sign
execute if score $random gloves matches 194 run fill 10 1 6 6 3 10 minecraft:crimson_slab
execute if score $random gloves matches 195 run fill 10 1 6 6 3 10 minecraft:crimson_stairs
execute if score $random gloves matches 196 run fill 10 1 6 6 3 10 minecraft:crimson_stem
execute if score $random gloves matches 197 run fill 10 1 6 6 3 10 minecraft:crimson_trapdoor
execute if score $random gloves matches 198 run fill 10 1 6 6 3 10 minecraft:crimson_wall_sign
execute if score $random gloves matches 199 run fill 10 1 6 6 3 10 minecraft:crying_obsidian
execute if score $random gloves matches 200 run fill 10 1 6 6 3 10 minecraft:cut_copper
execute if score $random gloves matches 201 run fill 10 1 6 6 3 10 minecraft:cut_copper_slab
execute if score $random gloves matches 202 run fill 10 1 6 6 3 10 minecraft:cut_copper_stairs
execute if score $random gloves matches 203 run fill 10 1 6 6 3 10 minecraft:cut_red_sandstone
execute if score $random gloves matches 204 run fill 10 1 6 6 3 10 minecraft:cut_red_sandstone_slab
execute if score $random gloves matches 205 run fill 10 1 6 6 3 10 minecraft:cut_sandstone
execute if score $random gloves matches 206 run fill 10 1 6 6 3 10 minecraft:cut_sandstone_slab
execute if score $random gloves matches 207 run fill 10 1 6 6 3 10 minecraft:cyan_banner
execute if score $random gloves matches 208 run fill 10 1 6 6 3 10 minecraft:cyan_bed
execute if score $random gloves matches 209 run fill 10 1 6 6 3 10 minecraft:cyan_candle
execute if score $random gloves matches 210 run fill 10 1 6 6 3 10 minecraft:cyan_candle_cake
execute if score $random gloves matches 211 run fill 10 1 6 6 3 10 minecraft:cyan_carpet
execute if score $random gloves matches 212 run fill 10 1 6 6 3 10 minecraft:cyan_concrete
execute if score $random gloves matches 213 run fill 10 1 6 6 3 10 minecraft:cyan_concrete_powder
execute if score $random gloves matches 214 run fill 10 1 6 6 3 10 minecraft:cyan_glazed_terracotta
execute if score $random gloves matches 215 run fill 10 1 6 6 3 10 minecraft:cyan_shulker_box
execute if score $random gloves matches 216 run fill 10 1 6 6 3 10 minecraft:cyan_stained_glass
execute if score $random gloves matches 217 run fill 10 1 6 6 3 10 minecraft:cyan_stained_glass_pane
execute if score $random gloves matches 218 run fill 10 1 6 6 3 10 minecraft:cyan_terracotta
execute if score $random gloves matches 219 run fill 10 1 6 6 3 10 minecraft:cyan_wall_banner
execute if score $random gloves matches 220 run fill 10 1 6 6 3 10 minecraft:cyan_wool
execute if score $random gloves matches 221 run fill 10 1 6 6 3 10 minecraft:damaged_anvil
execute if score $random gloves matches 222 run fill 10 1 6 6 3 10 minecraft:dandelion
execute if score $random gloves matches 223 run fill 10 1 6 6 3 10 minecraft:dark_oak_button
execute if score $random gloves matches 224 run fill 10 1 6 6 3 10 minecraft:dark_oak_door
execute if score $random gloves matches 225 run fill 10 1 6 6 3 10 minecraft:dark_oak_fence
execute if score $random gloves matches 226 run fill 10 1 6 6 3 10 minecraft:dark_oak_fence_gate
execute if score $random gloves matches 227 run fill 10 1 6 6 3 10 minecraft:dark_oak_leaves
execute if score $random gloves matches 228 run fill 10 1 6 6 3 10 minecraft:dark_oak_log
execute if score $random gloves matches 229 run fill 10 1 6 6 3 10 minecraft:dark_oak_planks
execute if score $random gloves matches 230 run fill 10 1 6 6 3 10 minecraft:dark_oak_pressure_plate
execute if score $random gloves matches 231 run fill 10 1 6 6 3 10 minecraft:dark_oak_sapling
execute if score $random gloves matches 232 run fill 10 1 6 6 3 10 minecraft:dark_oak_sign
execute if score $random gloves matches 233 run fill 10 1 6 6 3 10 minecraft:dark_oak_slab
execute if score $random gloves matches 234 run fill 10 1 6 6 3 10 minecraft:dark_oak_stairs
execute if score $random gloves matches 235 run fill 10 1 6 6 3 10 minecraft:dark_oak_trapdoor
execute if score $random gloves matches 236 run fill 10 1 6 6 3 10 minecraft:dark_oak_wall_sign
execute if score $random gloves matches 237 run fill 10 1 6 6 3 10 minecraft:dark_oak_wood
execute if score $random gloves matches 238 run fill 10 1 6 6 3 10 minecraft:dark_prismarine
execute if score $random gloves matches 239 run fill 10 1 6 6 3 10 minecraft:dark_prismarine_slab
execute if score $random gloves matches 240 run fill 10 1 6 6 3 10 minecraft:dark_prismarine_stairs
execute if score $random gloves matches 241 run fill 10 1 6 6 3 10 minecraft:daylight_detector
execute if score $random gloves matches 242 run fill 10 1 6 6 3 10 minecraft:dead_brain_coral
execute if score $random gloves matches 243 run fill 10 1 6 6 3 10 minecraft:dead_brain_coral_block
execute if score $random gloves matches 244 run fill 10 1 6 6 3 10 minecraft:dead_brain_coral_fan
execute if score $random gloves matches 245 run fill 10 1 6 6 3 10 minecraft:dead_brain_coral_wall_fan
execute if score $random gloves matches 246 run fill 10 1 6 6 3 10 minecraft:dead_bubble_coral
execute if score $random gloves matches 247 run fill 10 1 6 6 3 10 minecraft:dead_bubble_coral_block
execute if score $random gloves matches 248 run fill 10 1 6 6 3 10 minecraft:dead_bubble_coral_fan
execute if score $random gloves matches 249 run fill 10 1 6 6 3 10 minecraft:dead_bubble_coral_wall_fan
execute if score $random gloves matches 250 run fill 10 1 6 6 3 10 minecraft:dead_bush
execute if score $random gloves matches 251 run fill 10 1 6 6 3 10 minecraft:dead_fire_coral
execute if score $random gloves matches 252 run fill 10 1 6 6 3 10 minecraft:dead_fire_coral_block
execute if score $random gloves matches 253 run fill 10 1 6 6 3 10 minecraft:dead_fire_coral_fan
execute if score $random gloves matches 254 run fill 10 1 6 6 3 10 minecraft:dead_fire_coral_wall_fan
execute if score $random gloves matches 255 run fill 10 1 6 6 3 10 minecraft:dead_horn_coral
execute if score $random gloves matches 256 run fill 10 1 6 6 3 10 minecraft:dead_horn_coral_block
execute if score $random gloves matches 257 run fill 10 1 6 6 3 10 minecraft:dead_horn_coral_fan
execute if score $random gloves matches 258 run fill 10 1 6 6 3 10 minecraft:dead_horn_coral_wall_fan
execute if score $random gloves matches 259 run fill 10 1 6 6 3 10 minecraft:dead_tube_coral
execute if score $random gloves matches 260 run fill 10 1 6 6 3 10 minecraft:dead_tube_coral_block
execute if score $random gloves matches 261 run fill 10 1 6 6 3 10 minecraft:dead_tube_coral_fan
execute if score $random gloves matches 262 run fill 10 1 6 6 3 10 minecraft:dead_tube_coral_wall_fan
execute if score $random gloves matches 263 run fill 10 1 6 6 3 10 minecraft:deepslate
execute if score $random gloves matches 264 run fill 10 1 6 6 3 10 minecraft:deepslate_brick_slab
execute if score $random gloves matches 265 run fill 10 1 6 6 3 10 minecraft:deepslate_brick_stairs
execute if score $random gloves matches 266 run fill 10 1 6 6 3 10 minecraft:deepslate_brick_wall
execute if score $random gloves matches 267 run fill 10 1 6 6 3 10 minecraft:deepslate_bricks
execute if score $random gloves matches 268 run fill 10 1 6 6 3 10 minecraft:deepslate_coal_ore
execute if score $random gloves matches 269 run fill 10 1 6 6 3 10 minecraft:deepslate_copper_ore
execute if score $random gloves matches 270 run fill 10 1 6 6 3 10 minecraft:deepslate_diamond_ore
execute if score $random gloves matches 271 run fill 10 1 6 6 3 10 minecraft:deepslate_emerald_ore
execute if score $random gloves matches 272 run fill 10 1 6 6 3 10 minecraft:deepslate_gold_ore
execute if score $random gloves matches 273 run fill 10 1 6 6 3 10 minecraft:deepslate_iron_ore
execute if score $random gloves matches 274 run fill 10 1 6 6 3 10 minecraft:deepslate_lapis_ore
execute if score $random gloves matches 275 run fill 10 1 6 6 3 10 minecraft:deepslate_redstone_ore
execute if score $random gloves matches 276 run fill 10 1 6 6 3 10 minecraft:detector_rail
execute if score $random gloves matches 277 run fill 10 1 6 6 3 10 minecraft:diamond_block
execute if score $random gloves matches 278 run fill 10 1 6 6 3 10 minecraft:diamond_ore
execute if score $random gloves matches 279 run fill 10 1 6 6 3 10 minecraft:diorite
execute if score $random gloves matches 280 run fill 10 1 6 6 3 10 minecraft:diorite_slab
execute if score $random gloves matches 281 run fill 10 1 6 6 3 10 minecraft:diorite_stairs
execute if score $random gloves matches 282 run fill 10 1 6 6 3 10 minecraft:diorite_wall
execute if score $random gloves matches 283 run fill 10 1 6 6 3 10 minecraft:dirt
execute if score $random gloves matches 284 run fill 10 1 6 6 3 10 minecraft:dirt_path
execute if score $random gloves matches 285 run fill 10 1 6 6 3 10 minecraft:dispenser
execute if score $random gloves matches 286 run fill 10 1 6 6 3 10 minecraft:dragon_egg
execute if score $random gloves matches 287 run fill 10 1 6 6 3 10 minecraft:dragon_head
execute if score $random gloves matches 288 run fill 10 1 6 6 3 10 minecraft:dragon_wall_head
execute if score $random gloves matches 289 run fill 10 1 6 6 3 10 minecraft:dried_kelp_block
execute if score $random gloves matches 290 run fill 10 1 6 6 3 10 minecraft:dripstone_block
execute if score $random gloves matches 291 run fill 10 1 6 6 3 10 minecraft:dropper
execute if score $random gloves matches 292 run fill 10 1 6 6 3 10 minecraft:emerald_block
execute if score $random gloves matches 293 run fill 10 1 6 6 3 10 minecraft:emerald_ore
execute if score $random gloves matches 294 run fill 10 1 6 6 3 10 minecraft:enchanting_table
execute if score $random gloves matches 295 run fill 10 1 6 6 3 10 minecraft:end_gateway
execute if score $random gloves matches 296 run fill 10 1 6 6 3 10 minecraft:end_portal
execute if score $random gloves matches 297 run fill 10 1 6 6 3 10 minecraft:end_portal_frame
execute if score $random gloves matches 298 run fill 10 1 6 6 3 10 minecraft:end_rod
execute if score $random gloves matches 299 run fill 10 1 6 6 3 10 minecraft:end_stone
execute if score $random gloves matches 300 run fill 10 1 6 6 3 10 minecraft:end_stone_brick_slab
execute if score $random gloves matches 301 run fill 10 1 6 6 3 10 minecraft:end_stone_brick_stairs
execute if score $random gloves matches 302 run fill 10 1 6 6 3 10 minecraft:end_stone_brick_wall
execute if score $random gloves matches 303 run fill 10 1 6 6 3 10 minecraft:end_stone_bricks
execute if score $random gloves matches 304 run fill 10 1 6 6 3 10 minecraft:ender_chest
execute if score $random gloves matches 305 run fill 10 1 6 6 3 10 minecraft:exposed_copper
execute if score $random gloves matches 306 run fill 10 1 6 6 3 10 minecraft:exposed_cut_copper
execute if score $random gloves matches 307 run fill 10 1 6 6 3 10 minecraft:exposed_cut_copper_slab
execute if score $random gloves matches 308 run fill 10 1 6 6 3 10 minecraft:exposed_cut_copper_stairs
execute if score $random gloves matches 309 run fill 10 1 6 6 3 10 minecraft:farmland
execute if score $random gloves matches 310 run fill 10 1 6 6 3 10 minecraft:fern
execute if score $random gloves matches 311 run fill 10 1 6 6 3 10 minecraft:fire
execute if score $random gloves matches 312 run fill 10 1 6 6 3 10 minecraft:fire_coral
execute if score $random gloves matches 313 run fill 10 1 6 6 3 10 minecraft:fire_coral_block
execute if score $random gloves matches 314 run fill 10 1 6 6 3 10 minecraft:fire_coral_fan
execute if score $random gloves matches 315 run fill 10 1 6 6 3 10 minecraft:fire_coral_wall_fan
execute if score $random gloves matches 316 run fill 10 1 6 6 3 10 minecraft:fletching_table
execute if score $random gloves matches 317 run fill 10 1 6 6 3 10 minecraft:flower_pot
execute if score $random gloves matches 318 run fill 10 1 6 6 3 10 minecraft:flowering_azalea
execute if score $random gloves matches 319 run fill 10 1 6 6 3 10 minecraft:flowering_azalea_leaves
execute if score $random gloves matches 320 run fill 10 1 6 6 3 10 minecraft:ice1
execute if score $random gloves matches 321 run fill 10 1 6 6 3 10 minecraft:frosted_ice
execute if score $random gloves matches 322 run fill 10 1 6 6 3 10 minecraft:furnace
execute if score $random gloves matches 323 run fill 10 1 6 6 3 10 minecraft:gilded_blackstone
execute if score $random gloves matches 324 run fill 10 1 6 6 3 10 minecraft:glass
execute if score $random gloves matches 325 run fill 10 1 6 6 3 10 minecraft:glass_pane
execute if score $random gloves matches 326 run fill 10 1 6 6 3 10 minecraft:glow_lichen
execute if score $random gloves matches 327 run fill 10 1 6 6 3 10 minecraft:glowstone
execute if score $random gloves matches 328 run fill 10 1 6 6 3 10 minecraft:gold_block
execute if score $random gloves matches 329 run fill 10 1 6 6 3 10 minecraft:gold_ore
execute if score $random gloves matches 330 run fill 10 1 6 6 3 10 minecraft:granite
execute if score $random gloves matches 331 run fill 10 1 6 6 3 10 minecraft:granite_slab
execute if score $random gloves matches 332 run fill 10 1 6 6 3 10 minecraft:granite_stairs
execute if score $random gloves matches 333 run fill 10 1 6 6 3 10 minecraft:granite_wall
execute if score $random gloves matches 334 run fill 10 1 6 6 3 10 minecraft:grass
execute if score $random gloves matches 335 run fill 10 1 6 6 3 10 minecraft:grass_block
execute if score $random gloves matches 336 run fill 10 1 6 6 3 10 minecraft:gravel
execute if score $random gloves matches 337 run fill 10 1 6 6 3 10 minecraft:gray_banner
execute if score $random gloves matches 338 run fill 10 1 6 6 3 10 minecraft:gray_bed
execute if score $random gloves matches 339 run fill 10 1 6 6 3 10 minecraft:gray_candle
execute if score $random gloves matches 340 run fill 10 1 6 6 3 10 minecraft:gray_candle_cake
execute if score $random gloves matches 341 run fill 10 1 6 6 3 10 minecraft:gray_carpet
execute if score $random gloves matches 342 run fill 10 1 6 6 3 10 minecraft:gray_concrete
execute if score $random gloves matches 343 run fill 10 1 6 6 3 10 minecraft:gray_concrete_powder
execute if score $random gloves matches 344 run fill 10 1 6 6 3 10 minecraft:gray_glazed_terracotta
execute if score $random gloves matches 345 run fill 10 1 6 6 3 10 minecraft:gray_shulker_box
execute if score $random gloves matches 346 run fill 10 1 6 6 3 10 minecraft:gray_stained_glass
execute if score $random gloves matches 347 run fill 10 1 6 6 3 10 minecraft:gray_stained_glass_pane
execute if score $random gloves matches 348 run fill 10 1 6 6 3 10 minecraft:gray_terracotta
execute if score $random gloves matches 349 run fill 10 1 6 6 3 10 minecraft:gray_wall_banner
execute if score $random gloves matches 350 run fill 10 1 6 6 3 10 minecraft:gray_wool
execute if score $random gloves matches 351 run fill 10 1 6 6 3 10 minecraft:green_banner
execute if score $random gloves matches 352 run fill 10 1 6 6 3 10 minecraft:green_bed
execute if score $random gloves matches 353 run fill 10 1 6 6 3 10 minecraft:green_carpet
execute if score $random gloves matches 354 run fill 10 1 6 6 3 10 minecraft:green_candle
execute if score $random gloves matches 355 run fill 10 1 6 6 3 10 minecraft:green_candle_cake
execute if score $random gloves matches 356 run fill 10 1 6 6 3 10 minecraft:green_concrete
execute if score $random gloves matches 357 run fill 10 1 6 6 3 10 minecraft:green_concrete_powder
execute if score $random gloves matches 358 run fill 10 1 6 6 3 10 minecraft:green_glazed_terracotta
execute if score $random gloves matches 359 run fill 10 1 6 6 3 10 minecraft:green_shulker_box
execute if score $random gloves matches 360 run fill 10 1 6 6 3 10 minecraft:green_stained_glass
execute if score $random gloves matches 361 run fill 10 1 6 6 3 10 minecraft:green_stained_glass_pane
execute if score $random gloves matches 362 run fill 10 1 6 6 3 10 minecraft:green_terracotta
execute if score $random gloves matches 363 run fill 10 1 6 6 3 10 minecraft:green_wall_banner
execute if score $random gloves matches 364 run fill 10 1 6 6 3 10 minecraft:green_wool
execute if score $random gloves matches 365 run fill 10 1 6 6 3 10 minecraft:grindstone
execute if score $random gloves matches 366 run fill 10 1 6 6 3 10 minecraft:hanging_roots
execute if score $random gloves matches 367 run fill 10 1 6 6 3 10 minecraft:hay_block
execute if score $random gloves matches 368 run fill 10 1 6 6 3 10 minecraft:heavy_weighted_pressure_plate
execute if score $random gloves matches 369 run fill 10 1 6 6 3 10 minecraft:hopper
execute if score $random gloves matches 370 run fill 10 1 6 6 3 10 minecraft:honey_block
execute if score $random gloves matches 371 run fill 10 1 6 6 3 10 minecraft:honeycomb_block
execute if score $random gloves matches 372 run fill 10 1 6 6 3 10 minecraft:horn_coral
execute if score $random gloves matches 373 run fill 10 1 6 6 3 10 minecraft:horn_coral_block
execute if score $random gloves matches 374 run fill 10 1 6 6 3 10 minecraft:horn_coral_fan
execute if score $random gloves matches 375 run fill 10 1 6 6 3 10 minecraft:horn_coral_wall_fan
execute if score $random gloves matches 376 run fill 10 1 6 6 3 10 minecraft:ice
execute if score $random gloves matches 377 run fill 10 1 6 6 3 10 minecraft:infested_chiseled_stone_bricks
execute if score $random gloves matches 378 run fill 10 1 6 6 3 10 minecraft:infested_cobblestone
execute if score $random gloves matches 379 run fill 10 1 6 6 3 10 minecraft:infested_cracked_stone_bricks
execute if score $random gloves matches 380 run fill 10 1 6 6 3 10 minecraft:infested_deepslate
execute if score $random gloves matches 381 run fill 10 1 6 6 3 10 minecraft:infested_mossy_stone_bricks
execute if score $random gloves matches 382 run fill 10 1 6 6 3 10 minecraft:infested_stone
execute if score $random gloves matches 383 run fill 10 1 6 6 3 10 minecraft:infested_stone_bricks
execute if score $random gloves matches 384 run fill 10 1 6 6 3 10 minecraft:iron_bars
execute if score $random gloves matches 385 run fill 10 1 6 6 3 10 minecraft:iron_block
execute if score $random gloves matches 386 run fill 10 1 6 6 3 10 minecraft:iron_door
execute if score $random gloves matches 387 run fill 10 1 6 6 3 10 minecraft:iron_ore
execute if score $random gloves matches 388 run fill 10 1 6 6 3 10 minecraft:iron_trapdoor
execute if score $random gloves matches 389 run fill 10 1 6 6 3 10 minecraft:jack_o_lantern
execute if score $random gloves matches 390 run fill 10 1 6 6 3 10 minecraft:jigsaw
execute if score $random gloves matches 391 run fill 10 1 6 6 3 10 minecraft:jukebox
execute if score $random gloves matches 392 run fill 10 1 6 6 3 10 minecraft:jungle_button
execute if score $random gloves matches 393 run fill 10 1 6 6 3 10 minecraft:jungle_door
execute if score $random gloves matches 394 run fill 10 1 6 6 3 10 minecraft:jungle_fence
execute if score $random gloves matches 395 run fill 10 1 6 6 3 10 minecraft:jungle_fence_gate
execute if score $random gloves matches 396 run fill 10 1 6 6 3 10 minecraft:jungle_leaves
execute if score $random gloves matches 397 run fill 10 1 6 6 3 10 minecraft:jungle_log
execute if score $random gloves matches 398 run fill 10 1 6 6 3 10 minecraft:jungle_planks
execute if score $random gloves matches 399 run fill 10 1 6 6 3 10 minecraft:jungle_pressure_plate
execute if score $random gloves matches 400 run fill 10 1 6 6 3 10 minecraft:jungle_sapling
execute if score $random gloves matches 401 run fill 10 1 6 6 3 10 minecraft:jungle_sign
execute if score $random gloves matches 402 run fill 10 1 6 6 3 10 minecraft:jungle_slab
execute if score $random gloves matches 403 run fill 10 1 6 6 3 10 minecraft:jungle_stairs
execute if score $random gloves matches 404 run fill 10 1 6 6 3 10 minecraft:jungle_trapdoor
execute if score $random gloves matches 405 run fill 10 1 6 6 3 10 minecraft:jungle_wall_sign
execute if score $random gloves matches 406 run fill 10 1 6 6 3 10 minecraft:jungle_wood
execute if score $random gloves matches 407 run fill 10 1 6 6 3 10 minecraft:kelp
execute if score $random gloves matches 408 run fill 10 1 6 6 3 10 minecraft:kelp_plant
execute if score $random gloves matches 409 run fill 10 1 6 6 3 10 minecraft:ladder
execute if score $random gloves matches 410 run fill 10 1 6 6 3 10 minecraft:lantern
execute if score $random gloves matches 411 run fill 10 1 6 6 3 10 minecraft:lapis_block
execute if score $random gloves matches 412 run fill 10 1 6 6 3 10 minecraft:lapis_ore
execute if score $random gloves matches 413 run fill 10 1 6 6 3 10 minecraft:large_amethyst_bud
execute if score $random gloves matches 414 run fill 10 1 6 6 3 10 minecraft:large_fern
execute if score $random gloves matches 415 run fill 10 1 6 6 3 10 minecraft:lava
execute if score $random gloves matches 416 run fill 10 1 6 6 3 10 minecraft:lava_cauldron
execute if score $random gloves matches 417 run fill 10 1 6 6 3 10 minecraft:lectern
execute if score $random gloves matches 418 run fill 10 1 6 6 3 10 minecraft:lever
execute if score $random gloves matches 419 run fill 10 1 6 6 3 10 minecraft:light
execute if score $random gloves matches 420 run fill 10 1 6 6 3 10 minecraft:light_blue_banner
execute if score $random gloves matches 421 run fill 10 1 6 6 3 10 minecraft:light_blue_bed
execute if score $random gloves matches 422 run fill 10 1 6 6 3 10 minecraft:light_blue_candle
execute if score $random gloves matches 423 run fill 10 1 6 6 3 10 minecraft:light_blue_candle_cake
execute if score $random gloves matches 424 run fill 10 1 6 6 3 10 minecraft:light_blue_carpet
execute if score $random gloves matches 425 run fill 10 1 6 6 3 10 minecraft:light_blue_concrete
execute if score $random gloves matches 426 run fill 10 1 6 6 3 10 minecraft:light_blue_concrete_powder
execute if score $random gloves matches 427 run fill 10 1 6 6 3 10 minecraft:light_blue_glazed_terracotta
execute if score $random gloves matches 428 run fill 10 1 6 6 3 10 minecraft:light_blue_shulker_box
execute if score $random gloves matches 429 run fill 10 1 6 6 3 10 minecraft:light_blue_stained_glass
execute if score $random gloves matches 430 run fill 10 1 6 6 3 10 minecraft:light_blue_stained_glass_pane
execute if score $random gloves matches 431 run fill 10 1 6 6 3 10 minecraft:light_blue_terracotta
execute if score $random gloves matches 432 run fill 10 1 6 6 3 10 minecraft:light_blue_wall_banner
execute if score $random gloves matches 433 run fill 10 1 6 6 3 10 minecraft:light_blue_wool
execute if score $random gloves matches 434 run fill 10 1 6 6 3 10 minecraft:light_gray_banner
execute if score $random gloves matches 435 run fill 10 1 6 6 3 10 minecraft:light_gray_bed
execute if score $random gloves matches 436 run fill 10 1 6 6 3 10 minecraft:light_gray_candle
execute if score $random gloves matches 437 run fill 10 1 6 6 3 10 minecraft:light_gray_candle_cake
execute if score $random gloves matches 438 run fill 10 1 6 6 3 10 minecraft:light_gray_carpet
execute if score $random gloves matches 439 run fill 10 1 6 6 3 10 minecraft:light_gray_concrete
execute if score $random gloves matches 440 run fill 10 1 6 6 3 10 minecraft:light_gray_concrete_powder
execute if score $random gloves matches 441 run fill 10 1 6 6 3 10 minecraft:light_gray_glazed_terracotta
execute if score $random gloves matches 442 run fill 10 1 6 6 3 10 minecraft:light_gray_shulker_box
execute if score $random gloves matches 443 run fill 10 1 6 6 3 10 minecraft:light_gray_stained_glass
execute if score $random gloves matches 444 run fill 10 1 6 6 3 10 minecraft:light_gray_stained_glass_pane
execute if score $random gloves matches 445 run fill 10 1 6 6 3 10 minecraft:light_gray_terracotta
execute if score $random gloves matches 446 run fill 10 1 6 6 3 10 minecraft:light_gray_wall_banner
execute if score $random gloves matches 447 run fill 10 1 6 6 3 10 minecraft:light_gray_wool
execute if score $random gloves matches 448 run fill 10 1 6 6 3 10 minecraft:light_weighted_pressure_plate
execute if score $random gloves matches 449 run fill 10 1 6 6 3 10 minecraft:lightning_rod
execute if score $random gloves matches 450 run fill 10 1 6 6 3 10 minecraft:lilac
execute if score $random gloves matches 451 run fill 10 1 6 6 3 10 minecraft:lily_of_the_valley
execute if score $random gloves matches 452 run fill 10 1 6 6 3 10 minecraft:lily_pad
execute if score $random gloves matches 453 run fill 10 1 6 6 3 10 minecraft:lime_banner
execute if score $random gloves matches 454 run fill 10 1 6 6 3 10 minecraft:lime_bed
execute if score $random gloves matches 455 run fill 10 1 6 6 3 10 minecraft:lime_candle
execute if score $random gloves matches 456 run fill 10 1 6 6 3 10 minecraft:lime_candle_cake
execute if score $random gloves matches 457 run fill 10 1 6 6 3 10 minecraft:lime_carpet
execute if score $random gloves matches 458 run fill 10 1 6 6 3 10 minecraft:lime_concrete
execute if score $random gloves matches 459 run fill 10 1 6 6 3 10 minecraft:lime_concrete_powder
execute if score $random gloves matches 460 run fill 10 1 6 6 3 10 minecraft:lime_glazed_terracotta
execute if score $random gloves matches 461 run fill 10 1 6 6 3 10 minecraft:lime_shulker_box
execute if score $random gloves matches 462 run fill 10 1 6 6 3 10 minecraft:lime_stained_glass
execute if score $random gloves matches 463 run fill 10 1 6 6 3 10 minecraft:lime_stained_glass_pane
execute if score $random gloves matches 464 run fill 10 1 6 6 3 10 minecraft:lime_terracotta
execute if score $random gloves matches 465 run fill 10 1 6 6 3 10 minecraft:lime_wall_banner
execute if score $random gloves matches 466 run fill 10 1 6 6 3 10 minecraft:lime_wool
execute if score $random gloves matches 467 run fill 10 1 6 6 3 10 minecraft:lodestone
execute if score $random gloves matches 468 run fill 10 1 6 6 3 10 minecraft:loom
execute if score $random gloves matches 469 run fill 10 1 6 6 3 10 minecraft:magenta_banner
execute if score $random gloves matches 470 run fill 10 1 6 6 3 10 minecraft:magenta_bed
execute if score $random gloves matches 471 run fill 10 1 6 6 3 10 minecraft:magenta_candle
execute if score $random gloves matches 472 run fill 10 1 6 6 3 10 minecraft:magenta_candle_cake
execute if score $random gloves matches 473 run fill 10 1 6 6 3 10 minecraft:magenta_carpet
execute if score $random gloves matches 474 run fill 10 1 6 6 3 10 minecraft:magenta_concrete
execute if score $random gloves matches 475 run fill 10 1 6 6 3 10 minecraft:magenta_concrete_powder
execute if score $random gloves matches 476 run fill 10 1 6 6 3 10 minecraft:magenta_glazed_terracotta
execute if score $random gloves matches 477 run fill 10 1 6 6 3 10 minecraft:magenta_shulker_box
execute if score $random gloves matches 478 run fill 10 1 6 6 3 10 minecraft:magenta_stained_glass
execute if score $random gloves matches 479 run fill 10 1 6 6 3 10 minecraft:magenta_stained_glass_pane
execute if score $random gloves matches 480 run fill 10 1 6 6 3 10 minecraft:magenta_terracotta
execute if score $random gloves matches 481 run fill 10 1 6 6 3 10 minecraft:magenta_wall_banner
execute if score $random gloves matches 482 run fill 10 1 6 6 3 10 minecraft:magenta_wool
execute if score $random gloves matches 483 run fill 10 1 6 6 3 10 minecraft:magma_block
execute if score $random gloves matches 484 run fill 10 1 6 6 3 10 minecraft:medium_amethyst_bud
execute if score $random gloves matches 485 run fill 10 1 6 6 3 10 minecraft:melon
execute if score $random gloves matches 486 run fill 10 1 6 6 3 10 minecraft:melon_stem
execute if score $random gloves matches 487 run fill 10 1 6 6 3 10 minecraft:moss_block
execute if score $random gloves matches 488 run fill 10 1 6 6 3 10 minecraft:moss_carpet
execute if score $random gloves matches 489 run fill 10 1 6 6 3 10 minecraft:mossy_cobblestone
execute if score $random gloves matches 490 run fill 10 1 6 6 3 10 minecraft:mossy_cobblestone_slab
execute if score $random gloves matches 491 run fill 10 1 6 6 3 10 minecraft:mossy_cobblestone_stairs
execute if score $random gloves matches 492 run fill 10 1 6 6 3 10 minecraft:mossy_cobblestone_wall
execute if score $random gloves matches 493 run fill 10 1 6 6 3 10 minecraft:mossy_stone_brick_slab
execute if score $random gloves matches 494 run fill 10 1 6 6 3 10 minecraft:mossy_stone_brick_stairs
execute if score $random gloves matches 495 run fill 10 1 6 6 3 10 minecraft:mossy_stone_brick_wall
execute if score $random gloves matches 496 run fill 10 1 6 6 3 10 minecraft:mossy_stone_bricks
execute if score $random gloves matches 497 run fill 10 1 6 6 3 10 minecraft:moving_piston
execute if score $random gloves matches 498 run fill 10 1 6 6 3 10 minecraft:mushroom_stem
execute if score $random gloves matches 499 run fill 10 1 6 6 3 10 minecraft:mycelium
execute if score $random gloves matches 500 run fill 10 1 6 6 3 10 minecraft:nether_brick_fence
execute if score $random gloves matches 501 run fill 10 1 6 6 3 10 minecraft:nether_brick_slab
execute if score $random gloves matches 502 run fill 10 1 6 6 3 10 minecraft:nether_brick_stairs
execute if score $random gloves matches 503 run fill 10 1 6 6 3 10 minecraft:nether_brick_wall
execute if score $random gloves matches 504 run fill 10 1 6 6 3 10 minecraft:nether_bricks
execute if score $random gloves matches 505 run fill 10 1 6 6 3 10 minecraft:nether_gold_ore
execute if score $random gloves matches 506 run fill 10 1 6 6 3 10 minecraft:nether_portal
execute if score $random gloves matches 507 run fill 10 1 6 6 3 10 minecraft:nether_quartz_ore
execute if score $random gloves matches 508 run fill 10 1 6 6 3 10 minecraft:nether_sprouts
execute if score $random gloves matches 509 run fill 10 1 6 6 3 10 minecraft:nether_wart
execute if score $random gloves matches 510 run fill 10 1 6 6 3 10 minecraft:nether_wart_block
execute if score $random gloves matches 511 run fill 10 1 6 6 3 10 minecraft:netherite_block
execute if score $random gloves matches 512 run fill 10 1 6 6 3 10 minecraft:netherrack
execute if score $random gloves matches 513 run fill 10 1 6 6 3 10 minecraft:note_block
execute if score $random gloves matches 514 run fill 10 1 6 6 3 10 minecraft:oak_button
execute if score $random gloves matches 515 run fill 10 1 6 6 3 10 minecraft:oak_door
execute if score $random gloves matches 516 run fill 10 1 6 6 3 10 minecraft:oak_fence
execute if score $random gloves matches 517 run fill 10 1 6 6 3 10 minecraft:oak_fence_gate
execute if score $random gloves matches 518 run fill 10 1 6 6 3 10 minecraft:oak_leaves
execute if score $random gloves matches 519 run fill 10 1 6 6 3 10 minecraft:oak_log
execute if score $random gloves matches 520 run fill 10 1 6 6 3 10 minecraft:oak_planks
execute if score $random gloves matches 521 run fill 10 1 6 6 3 10 minecraft:oak_pressure_plate
execute if score $random gloves matches 522 run fill 10 1 6 6 3 10 minecraft:oak_sapling
execute if score $random gloves matches 523 run fill 10 1 6 6 3 10 minecraft:oak_sign
execute if score $random gloves matches 524 run fill 10 1 6 6 3 10 minecraft:oak_slab
execute if score $random gloves matches 525 run fill 10 1 6 6 3 10 minecraft:oak_stairs
execute if score $random gloves matches 526 run fill 10 1 6 6 3 10 minecraft:oak_trapdoor
execute if score $random gloves matches 527 run fill 10 1 6 6 3 10 minecraft:oak_wall_sign
execute if score $random gloves matches 528 run fill 10 1 6 6 3 10 minecraft:oak_wood
execute if score $random gloves matches 529 run fill 10 1 6 6 3 10 minecraft:observer
execute if score $random gloves matches 530 run fill 10 1 6 6 3 10 minecraft:obsidian
execute if score $random gloves matches 531 run fill 10 1 6 6 3 10 minecraft:orange_banner
execute if score $random gloves matches 532 run fill 10 1 6 6 3 10 minecraft:orange_bed
execute if score $random gloves matches 533 run fill 10 1 6 6 3 10 minecraft:orange_candle
execute if score $random gloves matches 534 run fill 10 1 6 6 3 10 minecraft:orange_candle_cake
execute if score $random gloves matches 535 run fill 10 1 6 6 3 10 minecraft:orange_carpet
execute if score $random gloves matches 536 run fill 10 1 6 6 3 10 minecraft:orange_concrete
execute if score $random gloves matches 537 run fill 10 1 6 6 3 10 minecraft:orange_concrete_powder
execute if score $random gloves matches 538 run fill 10 1 6 6 3 10 minecraft:orange_glazed_terracotta
execute if score $random gloves matches 539 run fill 10 1 6 6 3 10 minecraft:orange_shulker_box
execute if score $random gloves matches 540 run fill 10 1 6 6 3 10 minecraft:orange_stained_glass
execute if score $random gloves matches 541 run fill 10 1 6 6 3 10 minecraft:orange_stained_glass_pane
execute if score $random gloves matches 542 run fill 10 1 6 6 3 10 minecraft:orange_terracotta
execute if score $random gloves matches 543 run fill 10 1 6 6 3 10 minecraft:orange_tulip
execute if score $random gloves matches 544 run fill 10 1 6 6 3 10 minecraft:orange_wall_banner
execute if score $random gloves matches 545 run fill 10 1 6 6 3 10 minecraft:orange_wool
execute if score $random gloves matches 546 run fill 10 1 6 6 3 10 minecraft:oxeye_daisy
execute if score $random gloves matches 547 run fill 10 1 6 6 3 10 minecraft:oxidized_copper
execute if score $random gloves matches 548 run fill 10 1 6 6 3 10 minecraft:oxidized_cut_copper
execute if score $random gloves matches 549 run fill 10 1 6 6 3 10 minecraft:oxidized_cut_copper_slab
execute if score $random gloves matches 550 run fill 10 1 6 6 3 10 minecraft:oxidized_cut_copper_stairs
execute if score $random gloves matches 551 run fill 10 1 6 6 3 10 minecraft:packed_ice
execute if score $random gloves matches 552 run fill 10 1 6 6 3 10 minecraft:peony
execute if score $random gloves matches 553 run fill 10 1 6 6 3 10 minecraft:petrified_oak_slab
execute if score $random gloves matches 554 run fill 10 1 6 6 3 10 minecraft:pink_banner
execute if score $random gloves matches 555 run fill 10 1 6 6 3 10 minecraft:pink_bed
execute if score $random gloves matches 556 run fill 10 1 6 6 3 10 minecraft:pink_candle
execute if score $random gloves matches 557 run fill 10 1 6 6 3 10 minecraft:pink_candle_cake
execute if score $random gloves matches 558 run fill 10 1 6 6 3 10 minecraft:pink_carpet
execute if score $random gloves matches 559 run fill 10 1 6 6 3 10 minecraft:pink_concrete
execute if score $random gloves matches 560 run fill 10 1 6 6 3 10 minecraft:pink_concrete_powder
execute if score $random gloves matches 561 run fill 10 1 6 6 3 10 minecraft:pink_glazed_terracotta
execute if score $random gloves matches 562 run fill 10 1 6 6 3 10 minecraft:pink_shulker_box
execute if score $random gloves matches 563 run fill 10 1 6 6 3 10 minecraft:pink_stained_glass
execute if score $random gloves matches 564 run fill 10 1 6 6 3 10 minecraft:pink_stained_glass_pane
execute if score $random gloves matches 565 run fill 10 1 6 6 3 10 minecraft:pink_terracotta
execute if score $random gloves matches 566 run fill 10 1 6 6 3 10 minecraft:pink_tulip
execute if score $random gloves matches 567 run fill 10 1 6 6 3 10 minecraft:pink_wall_banner
execute if score $random gloves matches 568 run fill 10 1 6 6 3 10 minecraft:pink_wool
execute if score $random gloves matches 569 run fill 10 1 6 6 3 10 minecraft:piston_head
execute if score $random gloves matches 570 run fill 10 1 6 6 3 10 minecraft:piston
execute if score $random gloves matches 571 run fill 10 1 6 6 3 10 minecraft:player_head
execute if score $random gloves matches 572 run fill 10 1 6 6 3 10 minecraft:player_wall_head
execute if score $random gloves matches 573 run fill 10 1 6 6 3 10 minecraft:podzol
execute if score $random gloves matches 574 run fill 10 1 6 6 3 10 minecraft:pointed_dripstone
execute if score $random gloves matches 575 run fill 10 1 6 6 3 10 minecraft:polished_andesite
execute if score $random gloves matches 576 run fill 10 1 6 6 3 10 minecraft:polished_andesite_slab
execute if score $random gloves matches 577 run fill 10 1 6 6 3 10 minecraft:polished_andesite_stairs
execute if score $random gloves matches 578 run fill 10 1 6 6 3 10 minecraft:polished_basalt
execute if score $random gloves matches 579 run fill 10 1 6 6 3 10 minecraft:polished_blackstone
execute if score $random gloves matches 580 run fill 10 1 6 6 3 10 minecraft:polished_blackstone_brick_slab
execute if score $random gloves matches 581 run fill 10 1 6 6 3 10 minecraft:polished_blackstone_brick_stairs
execute if score $random gloves matches 582 run fill 10 1 6 6 3 10 minecraft:polished_blackstone_brick_wall
execute if score $random gloves matches 583 run fill 10 1 6 6 3 10 minecraft:polished_blackstone_bricks
execute if score $random gloves matches 584 run fill 10 1 6 6 3 10 minecraft:polished_blackstone_button
execute if score $random gloves matches 585 run fill 10 1 6 6 3 10 minecraft:polished_blackstone_pressure_plate
execute if score $random gloves matches 586 run fill 10 1 6 6 3 10 minecraft:polished_blackstone_slab
execute if score $random gloves matches 587 run fill 10 1 6 6 3 10 minecraft:polished_blackstone_stairs
execute if score $random gloves matches 588 run fill 10 1 6 6 3 10 minecraft:polished_blackstone_wall
execute if score $random gloves matches 589 run fill 10 1 6 6 3 10 minecraft:polished_deepslate
execute if score $random gloves matches 590 run fill 10 1 6 6 3 10 minecraft:polished_deepslate_slab
execute if score $random gloves matches 591 run fill 10 1 6 6 3 10 minecraft:polished_deepslate_stairs
execute if score $random gloves matches 592 run fill 10 1 6 6 3 10 minecraft:polished_deepslate_wall
execute if score $random gloves matches 593 run fill 10 1 6 6 3 10 minecraft:polished_diorite
execute if score $random gloves matches 594 run fill 10 1 6 6 3 10 minecraft:polished_diorite_slab
execute if score $random gloves matches 595 run fill 10 1 6 6 3 10 minecraft:polished_diorite_stairs
execute if score $random gloves matches 596 run fill 10 1 6 6 3 10 minecraft:polished_granite
execute if score $random gloves matches 597 run fill 10 1 6 6 3 10 minecraft:polished_granite_slab
execute if score $random gloves matches 598 run fill 10 1 6 6 3 10 minecraft:polished_granite_stairs
execute if score $random gloves matches 599 run fill 10 1 6 6 3 10 minecraft:poppy
execute if score $random gloves matches 600 run fill 10 1 6 6 3 10 minecraft:potatoes
execute if score $random gloves matches 601 run fill 10 1 6 6 3 10 minecraft:potted_acacia_sapling
execute if score $random gloves matches 602 run fill 10 1 6 6 3 10 minecraft:potted_allium
execute if score $random gloves matches 603 run fill 10 1 6 6 3 10 minecraft:potted_azalea_bush
execute if score $random gloves matches 604 run fill 10 1 6 6 3 10 minecraft:potted_azure_bluet
execute if score $random gloves matches 605 run fill 10 1 6 6 3 10 minecraft:potted_bamboo
execute if score $random gloves matches 606 run fill 10 1 6 6 3 10 minecraft:potted_birch_sapling
execute if score $random gloves matches 607 run fill 10 1 6 6 3 10 minecraft:potted_blue_orchid
execute if score $random gloves matches 608 run fill 10 1 6 6 3 10 minecraft:potted_brown_mushroom
execute if score $random gloves matches 609 run fill 10 1 6 6 3 10 minecraft:potted_cactus
execute if score $random gloves matches 610 run fill 10 1 6 6 3 10 minecraft:potted_cornflower
execute if score $random gloves matches 611 run fill 10 1 6 6 3 10 minecraft:potted_crimson_fungus
execute if score $random gloves matches 612 run fill 10 1 6 6 3 10 minecraft:potted_crimson_roots
execute if score $random gloves matches 613 run fill 10 1 6 6 3 10 minecraft:potted_dandelion
execute if score $random gloves matches 614 run fill 10 1 6 6 3 10 minecraft:potted_dark_oak_sapling
execute if score $random gloves matches 615 run fill 10 1 6 6 3 10 minecraft:potted_dead_bush
execute if score $random gloves matches 616 run fill 10 1 6 6 3 10 minecraft:potted_fern
execute if score $random gloves matches 617 run fill 10 1 6 6 3 10 minecraft:potted_flowering_azalea_bush
execute if score $random gloves matches 618 run fill 10 1 6 6 3 10 minecraft:potted_jungle_sapling
execute if score $random gloves matches 619 run fill 10 1 6 6 3 10 minecraft:potted_lily_of_the_valley
execute if score $random gloves matches 620 run fill 10 1 6 6 3 10 minecraft:potted_oak_sapling
execute if score $random gloves matches 621 run fill 10 1 6 6 3 10 minecraft:potted_orange_tulip
execute if score $random gloves matches 622 run fill 10 1 6 6 3 10 minecraft:potted_oxeye_daisy
execute if score $random gloves matches 623 run fill 10 1 6 6 3 10 minecraft:potted_pink_tulip
execute if score $random gloves matches 624 run fill 10 1 6 6 3 10 minecraft:potted_poppy
execute if score $random gloves matches 625 run fill 10 1 6 6 3 10 minecraft:potted_red_mushroom
execute if score $random gloves matches 626 run fill 10 1 6 6 3 10 minecraft:potted_red_tulip
execute if score $random gloves matches 627 run fill 10 1 6 6 3 10 minecraft:potted_spruce_sapling
execute if score $random gloves matches 628 run fill 10 1 6 6 3 10 minecraft:potted_warped_fungus
execute if score $random gloves matches 629 run fill 10 1 6 6 3 10 minecraft:potted_warped_roots
execute if score $random gloves matches 630 run fill 10 1 6 6 3 10 minecraft:potted_white_tulip
execute if score $random gloves matches 631 run fill 10 1 6 6 3 10 minecraft:potted_wither_rose
execute if score $random gloves matches 632 run fill 10 1 6 6 3 10 minecraft:powder_snow
execute if score $random gloves matches 633 run fill 10 1 6 6 3 10 minecraft:powder_snow_cauldron
execute if score $random gloves matches 634 run fill 10 1 6 6 3 10 minecraft:powered_rail
execute if score $random gloves matches 635 run fill 10 1 6 6 3 10 minecraft:prismarine
execute if score $random gloves matches 636 run fill 10 1 6 6 3 10 minecraft:prismarine_brick_slab
execute if score $random gloves matches 637 run fill 10 1 6 6 3 10 minecraft:prismarine_brick_stairs
execute if score $random gloves matches 638 run fill 10 1 6 6 3 10 minecraft:prismarine_bricks
execute if score $random gloves matches 639 run fill 10 1 6 6 3 10 minecraft:prismarine_slab
execute if score $random gloves matches 640 run fill 10 1 6 6 3 10 minecraft:prismarine_stairs
execute if score $random gloves matches 641 run fill 10 1 6 6 3 10 minecraft:prismarine_wall
execute if score $random gloves matches 642 run fill 10 1 6 6 3 10 minecraft:pumpkin
execute if score $random gloves matches 643 run fill 10 1 6 6 3 10 minecraft:pumpkin_stem
execute if score $random gloves matches 644 run fill 10 1 6 6 3 10 minecraft:purple_banner
execute if score $random gloves matches 645 run fill 10 1 6 6 3 10 minecraft:purple_bed
execute if score $random gloves matches 646 run fill 10 1 6 6 3 10 minecraft:purple_candle
execute if score $random gloves matches 647 run fill 10 1 6 6 3 10 minecraft:purple_candle_cake
execute if score $random gloves matches 648 run fill 10 1 6 6 3 10 minecraft:purple_carpet
execute if score $random gloves matches 649 run fill 10 1 6 6 3 10 minecraft:purple_concrete
execute if score $random gloves matches 650 run fill 10 1 6 6 3 10 minecraft:purple_concrete_powder
execute if score $random gloves matches 651 run fill 10 1 6 6 3 10 minecraft:purple_glazed_terracotta
execute if score $random gloves matches 652 run fill 10 1 6 6 3 10 minecraft:purple_shulker_box
execute if score $random gloves matches 653 run fill 10 1 6 6 3 10 minecraft:purple_stained_glass
execute if score $random gloves matches 654 run fill 10 1 6 6 3 10 minecraft:purple_stained_glass_pane
execute if score $random gloves matches 655 run fill 10 1 6 6 3 10 minecraft:purple_terracotta
execute if score $random gloves matches 656 run fill 10 1 6 6 3 10 minecraft:purple_wall_banner
execute if score $random gloves matches 657 run fill 10 1 6 6 3 10 minecraft:purple_wool
execute if score $random gloves matches 658 run fill 10 1 6 6 3 10 minecraft:purpur_block
execute if score $random gloves matches 659 run fill 10 1 6 6 3 10 minecraft:purpur_pillar
execute if score $random gloves matches 660 run fill 10 1 6 6 3 10 minecraft:purpur_slab
execute if score $random gloves matches 661 run fill 10 1 6 6 3 10 minecraft:purpur_stairs
execute if score $random gloves matches 662 run fill 10 1 6 6 3 10 minecraft:quartz_block
execute if score $random gloves matches 663 run fill 10 1 6 6 3 10 minecraft:quartz_bricks
execute if score $random gloves matches 664 run fill 10 1 6 6 3 10 minecraft:quartz_pillar
execute if score $random gloves matches 665 run fill 10 1 6 6 3 10 minecraft:quartz_slab
execute if score $random gloves matches 666 run fill 10 1 6 6 3 10 minecraft:quartz_stairs
execute if score $random gloves matches 667 run fill 10 1 6 6 3 10 minecraft:rail
execute if score $random gloves matches 668 run fill 10 1 6 6 3 10 minecraft:raw_copper_block
execute if score $random gloves matches 669 run fill 10 1 6 6 3 10 minecraft:raw_gold_block
execute if score $random gloves matches 670 run fill 10 1 6 6 3 10 minecraft:raw_iron_block
execute if score $random gloves matches 671 run fill 10 1 6 6 3 10 minecraft:red_banner
execute if score $random gloves matches 672 run fill 10 1 6 6 3 10 minecraft:red_bed
execute if score $random gloves matches 673 run fill 10 1 6 6 3 10 minecraft:red_candle
execute if score $random gloves matches 674 run fill 10 1 6 6 3 10 minecraft:red_candle_cake
execute if score $random gloves matches 675 run fill 10 1 6 6 3 10 minecraft:red_carpet
execute if score $random gloves matches 676 run fill 10 1 6 6 3 10 minecraft:red_concrete
execute if score $random gloves matches 677 run fill 10 1 6 6 3 10 minecraft:red_concrete_powder
execute if score $random gloves matches 678 run fill 10 1 6 6 3 10 minecraft:red_glazed_terracotta
execute if score $random gloves matches 679 run fill 10 1 6 6 3 10 minecraft:red_mushroom
execute if score $random gloves matches 680 run fill 10 1 6 6 3 10 minecraft:red_mushroom_block
execute if score $random gloves matches 681 run fill 10 1 6 6 3 10 minecraft:red_nether_brick_slab
execute if score $random gloves matches 682 run fill 10 1 6 6 3 10 minecraft:red_nether_brick_stairs
execute if score $random gloves matches 683 run fill 10 1 6 6 3 10 minecraft:red_nether_brick_wall
execute if score $random gloves matches 684 run fill 10 1 6 6 3 10 minecraft:red_nether_bricks
execute if score $random gloves matches 685 run fill 10 1 6 6 3 10 minecraft:red_sand
execute if score $random gloves matches 686 run fill 10 1 6 6 3 10 minecraft:red_sandstone
execute if score $random gloves matches 687 run fill 10 1 6 6 3 10 minecraft:red_sandstone_slab
execute if score $random gloves matches 688 run fill 10 1 6 6 3 10 minecraft:red_sandstone_stairs
execute if score $random gloves matches 689 run fill 10 1 6 6 3 10 minecraft:red_sandstone_wall
execute if score $random gloves matches 690 run fill 10 1 6 6 3 10 minecraft:red_shulker_box
execute if score $random gloves matches 691 run fill 10 1 6 6 3 10 minecraft:red_stained_glass
execute if score $random gloves matches 692 run fill 10 1 6 6 3 10 minecraft:red_stained_glass_pane
execute if score $random gloves matches 693 run fill 10 1 6 6 3 10 minecraft:red_terracotta
execute if score $random gloves matches 694 run fill 10 1 6 6 3 10 minecraft:red_tulip
execute if score $random gloves matches 695 run fill 10 1 6 6 3 10 minecraft:red_wall_banner
execute if score $random gloves matches 696 run fill 10 1 6 6 3 10 minecraft:red_wool
execute if score $random gloves matches 697 run fill 10 1 6 6 3 10 minecraft:redstone_block
execute if score $random gloves matches 698 run fill 10 1 6 6 3 10 minecraft:redstone_lamp
execute if score $random gloves matches 699 run fill 10 1 6 6 3 10 minecraft:redstone_ore
execute if score $random gloves matches 700 run fill 10 1 6 6 3 10 minecraft:redstone_torch
execute if score $random gloves matches 701 run fill 10 1 6 6 3 10 minecraft:redstone_wall_torch
execute if score $random gloves matches 702 run fill 10 1 6 6 3 10 minecraft:redstone_wire
execute if score $random gloves matches 703 run fill 10 1 6 6 3 10 minecraft:repeater
execute if score $random gloves matches 704 run fill 10 1 6 6 3 10 minecraft:repeating_command_block
execute if score $random gloves matches 705 run fill 10 1 6 6 3 10 minecraft:respawn_anchor
execute if score $random gloves matches 706 run fill 10 1 6 6 3 10 minecraft:rooted_dirt
execute if score $random gloves matches 707 run fill 10 1 6 6 3 10 minecraft:rose_bush
execute if score $random gloves matches 708 run fill 10 1 6 6 3 10 minecraft:sand
execute if score $random gloves matches 709 run fill 10 1 6 6 3 10 minecraft:sandstone
execute if score $random gloves matches 710 run fill 10 1 6 6 3 10 minecraft:sandstone_slab
execute if score $random gloves matches 711 run fill 10 1 6 6 3 10 minecraft:sandstone_stairs
execute if score $random gloves matches 712 run fill 10 1 6 6 3 10 minecraft:sandstone_wall
execute if score $random gloves matches 713 run fill 10 1 6 6 3 10 minecraft:scaffolding
execute if score $random gloves matches 714 run fill 10 1 6 6 3 10 minecraft:sculk_sensor
execute if score $random gloves matches 715 run fill 10 1 6 6 3 10 minecraft:sea_lantern
execute if score $random gloves matches 716 run fill 10 1 6 6 3 10 minecraft:sea_pickle
execute if score $random gloves matches 717 run fill 10 1 6 6 3 10 minecraft:seagrass
execute if score $random gloves matches 718 run fill 10 1 6 6 3 10 minecraft:shroomlight
execute if score $random gloves matches 719 run fill 10 1 6 6 3 10 minecraft:shulker_box
execute if score $random gloves matches 720 run fill 10 1 6 6 3 10 minecraft:skeleton_skull
execute if score $random gloves matches 721 run fill 10 1 6 6 3 10 minecraft:skeleton_wall_skull
execute if score $random gloves matches 722 run fill 10 1 6 6 3 10 minecraft:slime_block
execute if score $random gloves matches 723 run fill 10 1 6 6 3 10 minecraft:small_amethyst_bud
execute if score $random gloves matches 724 run fill 10 1 6 6 3 10 minecraft:small_dripleaf
execute if score $random gloves matches 725 run fill 10 1 6 6 3 10 minecraft:smithing_table
execute if score $random gloves matches 726 run fill 10 1 6 6 3 10 minecraft:smoker
execute if score $random gloves matches 727 run fill 10 1 6 6 3 10 minecraft:smooth_basalt
execute if score $random gloves matches 728 run fill 10 1 6 6 3 10 minecraft:smooth_quartz
execute if score $random gloves matches 729 run fill 10 1 6 6 3 10 minecraft:smooth_quartz_slab
execute if score $random gloves matches 730 run fill 10 1 6 6 3 10 minecraft:smooth_quartz_stairs
execute if score $random gloves matches 731 run fill 10 1 6 6 3 10 minecraft:smooth_red_sandstone
execute if score $random gloves matches 732 run fill 10 1 6 6 3 10 minecraft:smooth_red_sandstone_slab
execute if score $random gloves matches 733 run fill 10 1 6 6 3 10 minecraft:smooth_red_sandstone_stairs
execute if score $random gloves matches 734 run fill 10 1 6 6 3 10 minecraft:smooth_sandstone
execute if score $random gloves matches 735 run fill 10 1 6 6 3 10 minecraft:smooth_sandstone_slab
execute if score $random gloves matches 736 run fill 10 1 6 6 3 10 minecraft:smooth_sandstone_stairs
execute if score $random gloves matches 737 run fill 10 1 6 6 3 10 minecraft:smooth_stone
execute if score $random gloves matches 738 run fill 10 1 6 6 3 10 minecraft:smooth_stone_slab
execute if score $random gloves matches 739 run fill 10 1 6 6 3 10 minecraft:snow
execute if score $random gloves matches 740 run fill 10 1 6 6 3 10 minecraft:snow_block
execute if score $random gloves matches 741 run fill 10 1 6 6 3 10 minecraft:soul_campfire
execute if score $random gloves matches 742 run fill 10 1 6 6 3 10 minecraft:soul_fire
execute if score $random gloves matches 743 run fill 10 1 6 6 3 10 minecraft:soul_lantern
execute if score $random gloves matches 744 run fill 10 1 6 6 3 10 minecraft:soul_sand
execute if score $random gloves matches 745 run fill 10 1 6 6 3 10 minecraft:soul_soil
execute if score $random gloves matches 746 run fill 10 1 6 6 3 10 minecraft:soul_torch
execute if score $random gloves matches 747 run fill 10 1 6 6 3 10 minecraft:soul_wall_torch
execute if score $random gloves matches 748 run fill 10 1 6 6 3 10 minecraft:spawner
execute if score $random gloves matches 749 run fill 10 1 6 6 3 10 minecraft:sponge
execute if score $random gloves matches 750 run fill 10 1 6 6 3 10 minecraft:spore_blossom
execute if score $random gloves matches 751 run fill 10 1 6 6 3 10 minecraft:spruce_button
execute if score $random gloves matches 752 run fill 10 1 6 6 3 10 minecraft:spruce_door
execute if score $random gloves matches 753 run fill 10 1 6 6 3 10 minecraft:spruce_fence
execute if score $random gloves matches 754 run fill 10 1 6 6 3 10 minecraft:spruce_fence_gate
execute if score $random gloves matches 755 run fill 10 1 6 6 3 10 minecraft:spruce_leaves
execute if score $random gloves matches 756 run fill 10 1 6 6 3 10 minecraft:spruce_log
execute if score $random gloves matches 757 run fill 10 1 6 6 3 10 minecraft:spruce_planks
execute if score $random gloves matches 758 run fill 10 1 6 6 3 10 minecraft:spruce_pressure_plate
execute if score $random gloves matches 759 run fill 10 1 6 6 3 10 minecraft:spruce_sapling
execute if score $random gloves matches 760 run fill 10 1 6 6 3 10 minecraft:spruce_sign
execute if score $random gloves matches 761 run fill 10 1 6 6 3 10 minecraft:spruce_slab
execute if score $random gloves matches 762 run fill 10 1 6 6 3 10 minecraft:spruce_stairs
execute if score $random gloves matches 763 run fill 10 1 6 6 3 10 minecraft:spruce_trapdoor
execute if score $random gloves matches 764 run fill 10 1 6 6 3 10 minecraft:spruce_wall_sign
execute if score $random gloves matches 765 run fill 10 1 6 6 3 10 minecraft:spruce_wood
execute if score $random gloves matches 766 run fill 10 1 6 6 3 10 minecraft:sticky_piston
execute if score $random gloves matches 767 run fill 10 1 6 6 3 10 minecraft:stone
execute if score $random gloves matches 768 run fill 10 1 6 6 3 10 minecraft:stone_brick_slab
execute if score $random gloves matches 769 run fill 10 1 6 6 3 10 minecraft:stone_brick_stairs
execute if score $random gloves matches 770 run fill 10 1 6 6 3 10 minecraft:stone_brick_wall
execute if score $random gloves matches 771 run fill 10 1 6 6 3 10 minecraft:stone_bricks
execute if score $random gloves matches 772 run fill 10 1 6 6 3 10 minecraft:stone_button
execute if score $random gloves matches 773 run fill 10 1 6 6 3 10 minecraft:stone_pressure_plate
execute if score $random gloves matches 774 run fill 10 1 6 6 3 10 minecraft:stone_slab
execute if score $random gloves matches 775 run fill 10 1 6 6 3 10 minecraft:stone_stairs
execute if score $random gloves matches 776 run fill 10 1 6 6 3 10 minecraft:stonecutter
execute if score $random gloves matches 777 run fill 10 1 6 6 3 10 minecraft:stripped_acacia_log
execute if score $random gloves matches 778 run fill 10 1 6 6 3 10 minecraft:stripped_acacia_wood
execute if score $random gloves matches 779 run fill 10 1 6 6 3 10 minecraft:stripped_birch_log
execute if score $random gloves matches 780 run fill 10 1 6 6 3 10 minecraft:stripped_birch_wood
execute if score $random gloves matches 781 run fill 10 1 6 6 3 10 minecraft:stripped_crimson_hyphae
execute if score $random gloves matches 782 run fill 10 1 6 6 3 10 minecraft:stripped_crimson_stem
execute if score $random gloves matches 783 run fill 10 1 6 6 3 10 minecraft:stripped_dark_oak_log
execute if score $random gloves matches 784 run fill 10 1 6 6 3 10 minecraft:stripped_dark_oak_wood
execute if score $random gloves matches 785 run fill 10 1 6 6 3 10 minecraft:stripped_jungle_log
execute if score $random gloves matches 786 run fill 10 1 6 6 3 10 minecraft:stripped_jungle_wood
execute if score $random gloves matches 787 run fill 10 1 6 6 3 10 minecraft:stripped_oak_log
execute if score $random gloves matches 788 run fill 10 1 6 6 3 10 minecraft:stripped_oak_wood
execute if score $random gloves matches 789 run fill 10 1 6 6 3 10 minecraft:stripped_spruce_log
execute if score $random gloves matches 790 run fill 10 1 6 6 3 10 minecraft:stripped_spruce_wood
execute if score $random gloves matches 791 run fill 10 1 6 6 3 10 minecraft:stripped_warped_hyphae
execute if score $random gloves matches 792 run fill 10 1 6 6 3 10 minecraft:stripped_warped_stem
execute if score $random gloves matches 793 run fill 10 1 6 6 3 10 minecraft:structure_block
execute if score $random gloves matches 794 run fill 10 1 6 6 3 10 minecraft:structure_void
execute if score $random gloves matches 795 run fill 10 1 6 6 3 10 minecraft:sugar_cane
execute if score $random gloves matches 796 run fill 10 1 6 6 3 10 minecraft:sunflower
execute if score $random gloves matches 797 run fill 10 1 6 6 3 10 minecraft:sweet_berry_bush
execute if score $random gloves matches 798 run fill 10 1 6 6 3 10 minecraft:tall_grass
execute if score $random gloves matches 799 run fill 10 1 6 6 3 10 minecraft:tall_seagrass
execute if score $random gloves matches 800 run fill 10 1 6 6 3 10 minecraft:target
execute if score $random gloves matches 801 run fill 10 1 6 6 3 10 minecraft:terracotta
execute if score $random gloves matches 802 run fill 10 1 6 6 3 10 minecraft:tinted_glass
execute if score $random gloves matches 803 run fill 10 1 6 6 3 10 minecraft:tnt
execute if score $random gloves matches 804 run fill 10 1 6 6 3 10 minecraft:torch
execute if score $random gloves matches 805 run fill 10 1 6 6 3 10 minecraft:trapped_chest
execute if score $random gloves matches 806 run fill 10 1 6 6 3 10 minecraft:tripwire
execute if score $random gloves matches 807 run fill 10 1 6 6 3 10 minecraft:tripwire_hook
execute if score $random gloves matches 808 run fill 10 1 6 6 3 10 minecraft:tube_coral
execute if score $random gloves matches 809 run fill 10 1 6 6 3 10 minecraft:tube_coral_block
execute if score $random gloves matches 810 run fill 10 1 6 6 3 10 minecraft:tube_coral_fan
execute if score $random gloves matches 811 run fill 10 1 6 6 3 10 minecraft:tube_coral_wall_fan
execute if score $random gloves matches 812 run fill 10 1 6 6 3 10 minecraft:tuff
execute if score $random gloves matches 813 run fill 10 1 6 6 3 10 minecraft:turtle_egg
execute if score $random gloves matches 814 run fill 10 1 6 6 3 10 minecraft:twisting_vines
execute if score $random gloves matches 815 run fill 10 1 6 6 3 10 minecraft:twisting_vines_plant
execute if score $random gloves matches 816 run fill 10 1 6 6 3 10 minecraft:vine
execute if score $random gloves matches 817 run fill 10 1 6 6 3 10 minecraft:void_air
execute if score $random gloves matches 818 run fill 10 1 6 6 3 10 minecraft:wall_torch
execute if score $random gloves matches 819 run fill 10 1 6 6 3 10 minecraft:warped_button
execute if score $random gloves matches 820 run fill 10 1 6 6 3 10 minecraft:warped_door
execute if score $random gloves matches 821 run fill 10 1 6 6 3 10 minecraft:warped_fence
execute if score $random gloves matches 822 run fill 10 1 6 6 3 10 minecraft:warped_fence_gate
execute if score $random gloves matches 823 run fill 10 1 6 6 3 10 minecraft:warped_fungus
execute if score $random gloves matches 824 run fill 10 1 6 6 3 10 minecraft:warped_hyphae
execute if score $random gloves matches 825 run fill 10 1 6 6 3 10 minecraft:warped_nylium
execute if score $random gloves matches 826 run fill 10 1 6 6 3 10 minecraft:warped_planks
execute if score $random gloves matches 827 run fill 10 1 6 6 3 10 minecraft:warped_pressure_plate
execute if score $random gloves matches 828 run fill 10 1 6 6 3 10 minecraft:warped_roots
execute if score $random gloves matches 829 run fill 10 1 6 6 3 10 minecraft:warped_sign
execute if score $random gloves matches 830 run fill 10 1 6 6 3 10 minecraft:warped_slab
execute if score $random gloves matches 831 run fill 10 1 6 6 3 10 minecraft:warped_stairs
execute if score $random gloves matches 832 run fill 10 1 6 6 3 10 minecraft:warped_stem
execute if score $random gloves matches 833 run fill 10 1 6 6 3 10 minecraft:warped_trapdoor
execute if score $random gloves matches 834 run fill 10 1 6 6 3 10 minecraft:warped_wall_sign
execute if score $random gloves matches 835 run fill 10 1 6 6 3 10 minecraft:warped_wart_block
execute if score $random gloves matches 836 run fill 10 1 6 6 3 10 minecraft:water
execute if score $random gloves matches 837 run fill 10 1 6 6 3 10 minecraft:water_cauldron
execute if score $random gloves matches 838 run fill 10 1 6 6 3 10 minecraft:waxed_copper_block
execute if score $random gloves matches 839 run fill 10 1 6 6 3 10 minecraft:waxed_cut_copper
execute if score $random gloves matches 840 run fill 10 1 6 6 3 10 minecraft:waxed_cut_copper_slab
execute if score $random gloves matches 841 run fill 10 1 6 6 3 10 minecraft:waxed_cut_copper_stairs
execute if score $random gloves matches 842 run fill 10 1 6 6 3 10 minecraft:waxed_exposed_copper
execute if score $random gloves matches 843 run fill 10 1 6 6 3 10 minecraft:waxed_exposed_cut_copper
execute if score $random gloves matches 844 run fill 10 1 6 6 3 10 minecraft:waxed_exposed_cut_copper_slab
execute if score $random gloves matches 845 run fill 10 1 6 6 3 10 minecraft:waxed_exposed_cut_copper_stairs
execute if score $random gloves matches 846 run fill 10 1 6 6 3 10 minecraft:waxed_oxidized_copper
execute if score $random gloves matches 847 run fill 10 1 6 6 3 10 minecraft:waxed_oxidized_cut_copper
execute if score $random gloves matches 848 run fill 10 1 6 6 3 10 minecraft:waxed_oxidized_cut_copper_slab
execute if score $random gloves matches 849 run fill 10 1 6 6 3 10 minecraft:waxed_oxidized_cut_copper_stairs
execute if score $random gloves matches 850 run fill 10 1 6 6 3 10 minecraft:waxed_weathered_copper
execute if score $random gloves matches 851 run fill 10 1 6 6 3 10 minecraft:waxed_weathered_cut_copper
execute if score $random gloves matches 852 run fill 10 1 6 6 3 10 minecraft:waxed_weathered_cut_copper_slab
execute if score $random gloves matches 853 run fill 10 1 6 6 3 10 minecraft:waxed_weathered_cut_copper_stairs
execute if score $random gloves matches 854 run fill 10 1 6 6 3 10 minecraft:weathered_copper
execute if score $random gloves matches 855 run fill 10 1 6 6 3 10 minecraft:weathered_cut_copper
execute if score $random gloves matches 856 run fill 10 1 6 6 3 10 minecraft:weathered_cut_copper_slab
execute if score $random gloves matches 857 run fill 10 1 6 6 3 10 minecraft:weathered_cut_copper_stairs
execute if score $random gloves matches 858 run fill 10 1 6 6 3 10 minecraft:weeping_vines
execute if score $random gloves matches 859 run fill 10 1 6 6 3 10 minecraft:weeping_vines_plant
execute if score $random gloves matches 860 run fill 10 1 6 6 3 10 minecraft:wet_sponge
execute if score $random gloves matches 861 run fill 10 1 6 6 3 10 minecraft:wheat
execute if score $random gloves matches 862 run fill 10 1 6 6 3 10 minecraft:white_banner
execute if score $random gloves matches 863 run fill 10 1 6 6 3 10 minecraft:white_bed
execute if score $random gloves matches 864 run fill 10 1 6 6 3 10 minecraft:white_candle
execute if score $random gloves matches 865 run fill 10 1 6 6 3 10 minecraft:white_candle_cake
execute if score $random gloves matches 866 run fill 10 1 6 6 3 10 minecraft:white_carpet
execute if score $random gloves matches 867 run fill 10 1 6 6 3 10 minecraft:white_concrete
execute if score $random gloves matches 868 run fill 10 1 6 6 3 10 minecraft:white_concrete_powder
execute if score $random gloves matches 869 run fill 10 1 6 6 3 10 minecraft:white_glazed_terracotta
execute if score $random gloves matches 870 run fill 10 1 6 6 3 10 minecraft:white_shulker_box
execute if score $random gloves matches 871 run fill 10 1 6 6 3 10 minecraft:white_stained_glass
execute if score $random gloves matches 872 run fill 10 1 6 6 3 10 minecraft:white_stained_glass_pane
execute if score $random gloves matches 873 run fill 10 1 6 6 3 10 minecraft:white_terracotta
execute if score $random gloves matches 874 run fill 10 1 6 6 3 10 minecraft:white_tulip
execute if score $random gloves matches 875 run fill 10 1 6 6 3 10 minecraft:white_wall_banner
execute if score $random gloves matches 876 run fill 10 1 6 6 3 10 minecraft:white_wool
execute if score $random gloves matches 877 run fill 10 1 6 6 3 10 minecraft:wither_rose
execute if score $random gloves matches 878 run fill 10 1 6 6 3 10 minecraft:wither_skeleton_skull
execute if score $random gloves matches 879 run fill 10 1 6 6 3 10 minecraft:wither_skeleton_wall_skull
execute if score $random gloves matches 880 run fill 10 1 6 6 3 10 minecraft:yellow_banner
execute if score $random gloves matches 881 run fill 10 1 6 6 3 10 minecraft:yellow_bed
execute if score $random gloves matches 882 run fill 10 1 6 6 3 10 minecraft:yellow_candle
execute if score $random gloves matches 883 run fill 10 1 6 6 3 10 minecraft:yellow_candle_cake
execute if score $random gloves matches 884 run fill 10 1 6 6 3 10 minecraft:yellow_carpet
execute if score $random gloves matches 885 run fill 10 1 6 6 3 10 minecraft:yellow_concrete
execute if score $random gloves matches 886 run fill 10 1 6 6 3 10 minecraft:yellow_concrete_powder
execute if score $random gloves matches 887 run fill 10 1 6 6 3 10 minecraft:yellow_glazed_terracotta
execute if score $random gloves matches 888 run fill 10 1 6 6 3 10 minecraft:yellow_shulker_box
execute if score $random gloves matches 889 run fill 10 1 6 6 3 10 minecraft:yellow_stained_glass
execute if score $random gloves matches 890 run fill 10 1 6 6 3 10 minecraft:yellow_stained_glass_pane
execute if score $random gloves matches 891 run fill 10 1 6 6 3 10 minecraft:yellow_terracotta
execute if score $random gloves matches 892 run fill 10 1 6 6 3 10 minecraft:yellow_wall_banner
execute if score $random gloves matches 893 run fill 10 1 6 6 3 10 minecraft:yellow_wool
execute if score $random gloves matches 894 run fill 10 1 6 6 3 10 minecraft:zombie_head
execute if score $random gloves matches 895 run fill 10 1 6 6 3 10 minecraft:zombie_wall_head
 
版本为1.21.2(1.21版本的functions文件夹改为function,此处已经更改,但该函数依旧无法运行。
 

在线管理成员

在线会员

  • linghun91
  • htc123456
  • SK-1
  • CC_jun
  • kygomc
  • hua_ji
  • umaru
  • 聚言社区
  • 喵喵咪咪916
  • forget丶
  • xuantianzhilin
  • MintyKOLA
  • :D-
  • fhhtty2
  • xianyu637
  • Ba_RanS
  • 布吉岛岛主
  • GQNSDT
  • Play_MX
  • klein76
  • PuddingKC
  • Taoisa
...和 51 更多。
后退
顶部 底部