Skip to content

Instantly share code, notes, and snippets.

@bastienvoirin
Last active March 23, 2020 12:24
Show Gist options
  • Save bastienvoirin/1610778969dbf233c9f08b23fb2f17ea to your computer and use it in GitHub Desktop.
Save bastienvoirin/1610778969dbf233c9f08b23fb2f17ea to your computer and use it in GitHub Desktop.
Animal Crossing: Wild World in Minecraft
effect give @a[gamemode=adventure] jump_boost 1000000 128 true
effect clear @a[gamemode=!adventure] jump_boost
execute as @e[type=tropical_fish] run data modify entity @s NoAI set value 1
execute as @e[type=tropical_fish] run data modify entity @s NoGravity set value 1
execute as @e[type=tropical_fish] run data modify entity @s Invulnerable set value 1
execute as @e[type=tropical_fish] run data modify entity @s PersistanceRequired set value 1
execute at @e[type=tropical_fish] run setblock ~ ~ ~ blue_stained_glass
{
"pack": {
"pack_format": 5,
"description": "Animal Crossing: Wild World"
}
}
execute as @e[type=item,nbt={OnGround:1}] run tag @s add placeFurniture
execute at @e[type=item,tag=placeFurniture] run setblock ~ ~ ~ bedrock
execute as @e[type=item,tag=placeFurniture] run kill @s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment