diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2022-08-17 21:21:26 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2022-08-17 21:24:57 -0300 |
commit | 2d0b363fe3179087de59d9ef4a2d14af21d89071 (patch) | |
tree | befdb1f281c3abd82c23d9f6855a3237170e47a5 /src/main/resources/data/trinkets | |
parent | 731e568ad487b8f7dfbedf22eaca9b12cb3e754d (diff) |
[Project] ChewStuff
Chew Necklaces for Minecraft!
Diffstat (limited to 'src/main/resources/data/trinkets')
-rw-r--r-- | src/main/resources/data/trinkets/entities/chewstuff.json | 8 | ||||
-rw-r--r-- | src/main/resources/data/trinkets/tags/items/chest/necklace.json | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/src/main/resources/data/trinkets/entities/chewstuff.json b/src/main/resources/data/trinkets/entities/chewstuff.json new file mode 100644 index 0000000..fd5f0d3 --- /dev/null +++ b/src/main/resources/data/trinkets/entities/chewstuff.json @@ -0,0 +1,8 @@ +{ + "entities": [ + "player" + ], + "slots": [ + "chest/necklace" + ] +} diff --git a/src/main/resources/data/trinkets/tags/items/chest/necklace.json b/src/main/resources/data/trinkets/tags/items/chest/necklace.json new file mode 100644 index 0000000..4d31011 --- /dev/null +++ b/src/main/resources/data/trinkets/tags/items/chest/necklace.json @@ -0,0 +1,8 @@ +{ + "replace": false, + "values": [ + "chewstuff:soft_chew", + "chewstuff:medium_chew", + "chewstuff:hard_chew" + ] +} |