Skip to content

Commit 4014717

Browse files
committed
initial commit
0 parents  commit 4014717

File tree

15 files changed

+59
-0
lines changed

15 files changed

+59
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.zip
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
say Hello, world!
2+
say Try typing "/function fennifith:animals/spawn" in the chat to summon some animals!
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
summon cow
2+
summon sheep
3+
summon pig
4+
summon goat
5+
summon llama
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# say Hello, world!
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"values": ["fennifith:animals/load"]
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"values": ["fennifith:animals/tick"]
3+
}

1-introduction/pack.mcmeta

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"pack": {
3+
"pack_format": 10,
4+
"description": "Spawns a bunch of animals around the player"
5+
}
6+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
say Hello, world!
2+
say This datapack makes the game scream when you jump!
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
summon cow
2+
summon sheep
3+
summon pig
4+
summon goat
5+
summon llama
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# at each player position...
2+
# | if the block below is air...
3+
# | | print "aaaaa" in the chat!
4+
execute at @a if block ~ ~-1 ~ air run say "aaaaaaaaaaaaaaaaaaaa!"
5+
6+
# Uncomment this line for obnoxious screaming sounds!
7+
# execute as @a at @s if block ~ ~-1 ~ air run playsound minecraft:entity.goat.screaming.ambient neutral @s

0 commit comments

Comments
 (0)