Skip to content

Commit

Permalink
version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekall committed Aug 13, 2021
0 parents commit 06909d4
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/minecraft/tags/blocks/enderman_holdable.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"replace": true,
"values": [
]
}
7 changes: 7 additions & 0 deletions data/minecraft/tags/functions/load.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"replace": "false",
"values": [
"no_grief:activated",
"no_grief:no_creeper"
]
}
1 change: 1 addition & 0 deletions data/no_grief/functions/activated.mcfunction
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tellraw @a [{"text":"[ Activated ✔ ] ","italic":true,"color":"green"},{"text":"Disable creeper and enderman griefing ","color":"gold"},{"text":"by Nekå","color":"yellow","clickEvent":{"action":"open_url","value":"https://github.com/Nekall"}}]
2 changes: 2 additions & 0 deletions data/no_grief/functions/no_creeper.mcfunction
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
execute as @e[type=minecraft:creeper,tag=!no_creeper] run data merge entity @s {ExplosionRadius:-3b,Tags:["no_creeper"]}
schedule function no_grief:no_creeper 1s
6 changes: 6 additions & 0 deletions pack.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 5,
"description": "Disable creeper's explosion destruction and enderman theft."
}
}
Binary file added pack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 06909d4

Please sign in to comment.