diff --git a/forbidden_axe.json b/forbidden_axe.json new file mode 100644 index 0000000..d6fd115 --- /dev/null +++ b/forbidden_axe.json @@ -0,0 +1,14 @@ +{ + "attributes": + { + "common": + { + "impact":1.9, + "max_strikes":0, + "armor_negation":40 + } + }, +"hit_particle":"blunt", +"hit_sound":"entity.hit.blunt", +"type":"axe" +} \ No newline at end of file diff --git a/loyal_zombie.json b/loyal_zombie.json new file mode 100644 index 0000000..9543468 --- /dev/null +++ b/loyal_zombie.json @@ -0,0 +1,3 @@ +{ +"preset": "minecraft:zombie" +} \ No newline at end of file diff --git a/pack.mcmeta b/pack.mcmeta new file mode 100644 index 0000000..c43c2b5 --- /dev/null +++ b/pack.mcmeta @@ -0,0 +1,6 @@ +{ +"pack":{ +"pack_format":8, +"description":"A short description on your pack" +} +} \ No newline at end of file diff --git a/pack.png b/pack.png new file mode 100644 index 0000000..679ddd7 Binary files /dev/null and b/pack.png differ diff --git a/skeleton_druid.json b/skeleton_druid.json new file mode 100644 index 0000000..d8def9b --- /dev/null +++ b/skeleton_druid.json @@ -0,0 +1,3 @@ +{ +"preset": "minecraft:skeleton" +} \ No newline at end of file