diff --git a/data/accessories/accessories/entity/default.json b/data/accessories/accessories/entity/default.json new file mode 100644 index 0000000..921eb2b --- /dev/null +++ b/data/accessories/accessories/entity/default.json @@ -0,0 +1,7 @@ +{ + "replace": true, + "entities": [ + "#accessories:defaulted_targets" + ], + "slots": [] +} diff --git a/data/curios/tags/items/belt.json b/data/curios/tags/items/belt.json new file mode 100644 index 0000000..b362179 --- /dev/null +++ b/data/curios/tags/items/belt.json @@ -0,0 +1,7 @@ +{ + "replace": false, + "values": [], + "remove": [ + "minecraft:spyglass" + ] +} diff --git a/data/curios/tags/items/charm.json b/data/curios/tags/items/charm.json new file mode 100644 index 0000000..05dca81 --- /dev/null +++ b/data/curios/tags/items/charm.json @@ -0,0 +1,8 @@ +{ + "replace": false, + "values": [ + "minecraft:compass", + "minecraft:clock", + "minecraft:spyglass" + ] +} diff --git a/data/mc_rebalance/curios/entities/entities.json b/data/mc_rebalance/curios/entities/entities.json new file mode 100644 index 0000000..eb56057 --- /dev/null +++ b/data/mc_rebalance/curios/entities/entities.json @@ -0,0 +1,12 @@ +{ + "replace": true, + "entities": [ + "minecraft:player", + "minecraft:armor_stand" + ], + "slots": [ + "back", + "belt", + "charm" + ] +} diff --git a/data/mc_rebalance/curios/slots/charm.json b/data/mc_rebalance/curios/slots/charm.json new file mode 100644 index 0000000..7c8fc15 --- /dev/null +++ b/data/mc_rebalance/curios/slots/charm.json @@ -0,0 +1,3 @@ +{ + "size": 3 +}