You are on page 1of 2

38.

GROWING UP

Mrs Luko was a widow who used to live in Kanyanda village. She was so generous a person that her
home ws always visited by her relatives and neighbours who wanted her to help them in one way or the
other. She was so good that she was nicknamed "Mama Waluse" literally meaning "A woman who is
kind".

minecraft commands

xploding Snowballs (as well as cats, dragons, bee swarms, and snow piles)

execute at @e[type=snowball] unless block ~ ~-1 ~ air run summon tnt

execute at @e[type=snowball] unless block ~ ~-1 ~ air run summon cat ~ ~ ~ {CatType:8}

execute at @e[type=snowball] unless block ~ ~-1 ~ air run summon ender_dragon

execute at @e[type=snowball] unless block ~ ~-1 ~ air run summon minecraft:area_effect_cloud ~ ~ ~


{Passengers:[{id:bee},{id:bee},{id:bee},{id:bee},{id:bee},{id:bee},{id:bee},{id:bee}]}

execute at @e[type=snowball] unless block ~ ~-1 ~ air run setblock ~ ~ ~ snow

Everything Upside Down (as well as all rainbow sheep, and instant kill mobs)

execute as @e run data modify entity @s CustomName set value "\"Dinnerbone\""

execute as @e[type=sheep] run data modify entity @s CustomName set value "\"jeb_\""

execute as @e run data modiJump Pads (as well as speed pads, health pads, fire pads, clear pads, and
hidden TNT pads)

execute as @a at @s if block ~ ~-1 ~ lime_wool run effect give @s jump_boost 1 5


execute as @a at @s if block ~ ~-1 ~ light_blue_wool run effect give @s speed 5 3

execute as @a at @s if block ~ ~-1 ~ red_wool run effect give @s regeneration 2 5

execute as @a at @s if block ~ ~-1 ~ orange_wool run effect give @s minecraft:fire_resistance 15 1

execute as @a at @s if block ~ ~-1 ~ black_wool run clear

execute as @a at @s if block ~ ~-2 ~ brown_wool run summon tnt

Timber! (as well as TNT time bombs)

execute at @e[type=item,nbt={Item:{id:"minecraft:oak_log"}}] if block ~ ~1 ~ oak_log run setblock ~ ~1 ~


air destroy

execute at @e[type=item,nbt={Item:{id:"minecraft:tnt"},PickupDelay:0s}] run summon tnt

Exploding Mobs (as well as Fire Aspect and Knockback fists)

execute as @e[nbt={HurtTime:10s}] run data modify entity @s Fire set value 80

execute as @e[nbt={HurtTime:10s}] run data modify entity @s Motion set value [0.0,2.0,0.0]

execute at @e[nbt={HurtTime:10s}] run summon tntfy entity @s Health set value 0.5

You might also like