Skip to content

Commit

Permalink
hotfix: typo in json and some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MeeniMc committed Jun 27, 2024
1 parent b79f9a7 commit d5e5fc5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions data/minecraft/tags/function/load.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"replace": "false",
"values": [
"zombieproofdoors:tranquilize_zombies"
"zombieproofdoors:tranquilize_doorbusters"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
execute as @e[type=#zombieproofdoors:doorbusters,nbt={CanBreakDoors:1b}] run data merge entity @s {CanBreakDoors:0b}
schedule function zombieproofdoors:tranquilize_doorbusters 1s
2 changes: 0 additions & 2 deletions data/zombieproofdoors/function/tranquilize_zombies.mcfunction

This file was deleted.

2 changes: 1 addition & 1 deletion pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 48,
"description": "§2§lZombie Proof Doors§r: prevent all types of Zombies from breaking doors in Hard difficulty; §9§ov1.0; by MeeniMc; CC BY-NC-SA 4.0; https://modrinth.com/datapack/zombie-proof-doors-by-meenimc"
"description": "§2§lZombie Proof Doors§r: prevent all types of Zombies from breaking doors in Hard difficulty; §9§ov1.48.1; by MeeniMc; CC BY-NC-SA 4.0; https://modrinth.com/datapack/zombie-proof-doors-by-meenimc"
}
}

0 comments on commit d5e5fc5

Please sign in to comment.