Uploaded April 2026 | Updated September 2026, 2 weeks ago
Here's the data pack I made for the video. Made for 26.2-snapshot-3, don't expect future updates or bug fixes for it.
github.com/blockerlocker/youtube/blob/main/datapacks/mob_splitting.zip
Join my Community Discord!
discord.gg/EBEBtBVKCK
If you'd like to support me, consider tipping on Ko-Fi!
ko-fi.com/blockerlocker
Music usually provided by Ovani Sound, ineedmusic.co, and the Minecraft Creator Safe Playlist
#minecraft
Here's the data pack I made for the video. Made for 26.2-snapshot-3, don't expect future updates or bug fixes for it.
github.com/blockerlocker/youtube/blob/main/datapacks/mob_splitting.zip
Join my Community Discord!
discord.gg/EBEBtBVKCK
If you'd like to support me, consider tipping on Ko-Fi!
ko-fi.com/blockerlocker
Music usually provided by Ovani Sound, ineedmusic.co, and the Minecraft Creator Safe Playlist
#minecraft
![Attacking Crafts Cheats? What does that mean. #minecraft
Heres the Command, Java Only! (filmed in 26.1)
execute as @e[nbt={Brain:{},HurtTime:9s}] at @s on attacker run loot spawn ~ ~ ~ loot {pools:[{rolls:{min:1,max:5},entries:[{type:item,name:crossbow,conditions:[],functions:[{function:set_enchantments,enchantments:{multishot:255,infinity:1,piercing:255}},{function:set_components,components:{unbreakable:{}}}]},{type:item,name:netherite_sword,functions:[{function:set_enchantments,enchantments:{fire_aspect:255,looting:255}},{function:set_attributes,modifiers:[{attribute:entity_interaction_range,id:entity_interaction_range,amount:64,operation:add_value,slot:mainhand},{attribute:attack_damage,id:attack_damage,amount:9999,operation:add_value,slot:mainhand}]},{function:set_components,components:{unbreakable:{}}}]},{type:item,name:netherite_pickaxe,functions:[{function:set_enchantments,enchantments:{fortune:255}},{function:set_attributes,modifiers:[{attribute:block_interaction_range,id:block_interaction_range,amount:64,operation:add_value,slot:mainhand},{attribute:block_break_speed,id:block_break_speed,amount:9999,operation:add_value,slot:mainhand}]},{function:set_components,components:{unbreakable:{},tool:{rules:[{blocks:#mineable/pickaxe,correct_for_drops:1},{blocks:#mineable/axe,correct_for_drops:1},{blocks:#mineable/hoe,correct_for_drops:1},{blocks:#mineable/shovel,correct_for_drops:1}]}}}]},{type:item,name:diamond_block,functions:[{function:set_count,count:64}]},{type:item,name:netherite_block,functions:[{function:set_count,count:64}]},{type:item,name:golden_apple,functions:[{function:set_components,components:{death_protection:{},consumable:{consume_seconds:0.8,on_consume_effects:[{type:clear_all_effects},{type:apply_effects,effects:[{id:regeneration,amplifier:255,duration:-1},{id:resistance,amplifier:255,duration:-1},{id:absorption,amplifier:255,duration:-1},{id:water_breathing,amplifier:255,duration:-1},{id:saturation,amplifier:255,duration:-1}],probability:1}]}}}]},{type:item,name:firework_rocket,functions:[{function:set_count,count:99},{function:set_components,components:{glider:{},fireworks:{flight_duration:20},max_stack_size:99,equippable:{slot:mainhand}}}]},{type:item,name:mace,functions:[{function:set_enchantments,enchantments:{density:255}},{function:set_attributes,modifiers:[{attribute:jump_strength,id:jump_strength,amount:5,operation:add_multiplied_base,slot:mainhand},{attribute:safe_fall_distance,id:safe_fall_distance,amount:9999,operation:add_multiplied_base,slot:mainhand},{attribute:entity_interaction_range,id:entity_interaction_range,amount:64,operation:add_value,slot:mainhand}]},{function:set_components,components:{unbreakable:{},death_protection:{}}}]}]}]}
Join my Community Discord!
https://discord.gg/EBEBtBVKCK
If youd like to support me, consider tipping on Ko-Fi!
https://ko-fi.com/blockerlocker
Music usually provided by Ovani Sound, ineedmusic.co, and the Minecraft Creator Safe Playlist
#minecraft Attacking Crafts Cheats? What does that mean. #minecraft](https://i.ytimg.com/vi/7HWo81MvfUI/mqdefault.jpg)
![Food Eats Gold? the economy... #minecraft
Here are the commands, Java only! Made in 26.2-rc-1.
Paste these commands into a Repeating Command Block pointing into 19 Chain Command Blocks (20 total) all with their arrows pointing to the next Command Block. They must all be either powered by Redstone or set to Always Active instead of Needs Redstone.
Because YouTube is annoying I had to add a backslash in front of every asterisk (*) to prevent it from getting rid of them and bolding the text. Just replace these with a regular asterisk on its own (*).
execute as @a if items entity @s weapon.mainhand *[consumable,!custom_data~{food_lock:true}] unless items entity @s container.* gold_ingot at @s run tag @s add food_lock_mainhand
execute as @a if items entity @s weapon.offhand *[consumable,!custom_data~{food_lock:true}] unless items entity @s container.* gold_ingot at @s run tag @s add food_lock_offhand
execute as @a if items entity @s weapon.mainhand *[consumable,!custom_data~{food_lock:false}] if items entity @s container.* gold_ingot at @s run tag @s add food_unlock_mainhand
execute as @a if items entity @s weapon.offhand *[consumable,!custom_data~{food_lock:false}] if items entity @s container.* gold_ingot at @s run tag @s add food_unlock_offhand
execute as @a if predicate {condition:entity_properties,entity:this,predicate:{entity_tags:{any_of:[food_lock_mainhand,food_lock_offhand]}}} at @s run summon item_display ~ ~ ~ {Tags:[food_locker,lock,delete]}
execute as @a if predicate {condition:entity_properties,entity:this,predicate:{entity_tags:{any_of:[food_unlock_mainhand,food_unlock_offhand]}}} at @s run summon item_display ~ ~ ~ {Tags:[food_locker,unlock,delete]}
execute as @a if predicate {condition:entity_properties,entity:this,predicate:{entity_tags:{any_of:[food_lock_mainhand,food_unlock_mainhand]}}} at @s run item replace entity @n[tag=food_locker] contents from entity @s weapon.mainhand
execute as @a if predicate {condition:entity_properties,entity:this,predicate:{entity_tags:{any_of:[food_lock_offhand,food_unlock_offhand]}}} at @s run item replace entity @n[tag=food_locker] contents from entity @s weapon.offhand
execute as @e[type=item_display,tag=food_locker,tag=lock] run data merge entity @s {item:{components:{minecraft:consumable:{consume_seconds:9999999},minecraft:custom_data:{food_lock:true}}}}
execute as @e[type=item_display,tag=food_locker,tag=unlock] run data remove entity @s item.components.minecraft:consumable
execute as @e[type=item_display,tag=food_locker,tag=unlock] run data merge entity @s {item:{components:{minecraft:custom_data:{food_lock:false}}}}
execute as @e[type=item_display,tag=food_locker,tag=unlock] run data modify entity @s item.components.minecraft:consumable.on_consume_effects append value {type:apply_effects,effects:[{id:luck,amplifier:67,show_icon:false}]}
execute as @a if predicate {condition:entity_properties,entity:this,predicate:{entity_tags:{any_of:[food_lock_mainhand,food_unlock_mainhand]}}} at @s run item replace entity @s weapon.mainhand from entity @n[tag=food_locker] contents
execute as @a if predicate {condition:entity_properties,entity:this,predicate:{entity_tags:{any_of:[food_lock_offhand,food_unlock_offhand]}}} at @s run item replace entity @s weapon.offhand from entity @n[tag=food_locker] contents
kill @e[tag=delete]
tag @a[tag=food_lock_mainhand] remove food_lock_mainhand
tag @a[tag=food_lock_offhand] remove food_lock_offhand
tag @a[tag=food_unlock_mainhand] remove food_unlock_mainhand
tag @a[tag=food_unlock_offhand] remove food_unlock_offhand
execute as @a if predicate {condition:minecraft:entity_properties,entity:this,predicate:{minecraft:effects:{minecraft:luck:{amplifier:67}}}} run clear @s gold_ingot 1
Confused? Join my Community Discord!
https://discord.gg/EBEBtBVKCK
If youd like to support me, consider tipping on Ko-Fi!
https://ko-fi.com/blockerlocker
Music provided by Ovani Sound, ineedmusic.co, and the Minecraft Creator Safe Playlist
#minecraft Food Eats Gold? the economy... #minecraft](https://i.ytimg.com/vi/7PF2fng_yjM/mqdefault.jpg)








![Mobs = SAFE ZONES #minecraft
The data pack I made for this is on my GitHub, but I also made a simpler one-command version of it below! Filmed in 26.2-snapshot-2
https://github.com/blockerlocker/youtube/blob/main/datapacks/mobs_keep_me_alive.zip
Paste it into a Repeating Command Block thats either powered by redstone or is set to Always Active.
execute as @a if predicate {condition:entity_properties,entity:this,predicate:{periodic_tick:15}} at @s unless entity @e[nbt={Brain:{}},type=!player,distance=..3] run damage @s 2 dry_out
Dont forget to stand on the Command Block and run /forceload add ~ ~ to make sure it stays loaded, otherwise it stops working when you get too far away! And run /gamerule command_block_output false so it doesnt spam the chat.
Still confused? Join my Community Discord!
https://discord.gg/EBEBtBVKCK
If youd like to support me, consider tipping on Ko-Fi!
https://ko-fi.com/blockerlocker
Music usually provided by Ovani Sound, ineedmusic.co, and the Minecraft Creator Safe Playlist
#minecraft Mobs = SAFE ZONES #minecraft](https://i.ytimg.com/vi/9LmEc1TsLtI/mqdefault.jpg)