Configure curios
* Allow equiping the compass, clock, and spyglass * Disable unused curio/accessories slots
This commit is contained in:
parent
bc2bdad9eb
commit
7a5298a55f
7
data/accessories/accessories/entity/default.json
Normal file
7
data/accessories/accessories/entity/default.json
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"replace": true,
|
||||||
|
"entities": [
|
||||||
|
"#accessories:defaulted_targets"
|
||||||
|
],
|
||||||
|
"slots": []
|
||||||
|
}
|
||||||
7
data/curios/tags/items/belt.json
Normal file
7
data/curios/tags/items/belt.json
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [],
|
||||||
|
"remove": [
|
||||||
|
"minecraft:spyglass"
|
||||||
|
]
|
||||||
|
}
|
||||||
8
data/curios/tags/items/charm.json
Normal file
8
data/curios/tags/items/charm.json
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"minecraft:compass",
|
||||||
|
"minecraft:clock",
|
||||||
|
"minecraft:spyglass"
|
||||||
|
]
|
||||||
|
}
|
||||||
12
data/mc_rebalance/curios/entities/entities.json
Normal file
12
data/mc_rebalance/curios/entities/entities.json
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"replace": true,
|
||||||
|
"entities": [
|
||||||
|
"minecraft:player",
|
||||||
|
"minecraft:armor_stand"
|
||||||
|
],
|
||||||
|
"slots": [
|
||||||
|
"back",
|
||||||
|
"belt",
|
||||||
|
"charm"
|
||||||
|
]
|
||||||
|
}
|
||||||
3
data/mc_rebalance/curios/slots/charm.json
Normal file
3
data/mc_rebalance/curios/slots/charm.json
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"size": 3
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue