[Feature] Trinket Support for BE-Elytra

This commit is contained in:
Frank 2022-06-10 18:25:24 +02:00
parent 36b75ed25f
commit f3ceaa8c72
10 changed files with 166 additions and 9 deletions

View file

@ -0,0 +1,8 @@
{
"entities": [
"player"
],
"slots": [
"chest/cape"
]
}

View file

@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"betterend:elytra_crystalite",
"betterend:elytra_armored"
]
}

View file

@ -45,12 +45,13 @@
"bclib": "2.0.x"
},
"breaks": {
"bclib": "<2.0.3"
"bclib": "<2.0.5"
},
"suggests": {
"byg": ">=1.1.3",
"blockus": ">=2.0.2",
"nourish": ">=1.2.0",
"colored_lights": ">=1.0.3"
"colored_lights": ">=1.0.3",
"trinkets": ">=3.4.0"
}
}