Add Aether-themed equipment and attributes for various RPG classes, including archers, bards, berserkers, elemental wizards, forcemasters, paladins, and rogues; enhance configuration clarity across multiple files.

This commit is contained in:
Leonid Pershin
2026-05-08 11:21:07 +03:00
parent 1bfb306db6
commit f8693b498a
73 changed files with 2585 additions and 12 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"rendering": {
"oldRotation": false,
"vanillaRendering": false,
"rotateSpeed": 1.0,
"showPickupTooltip": true,
"showPickupTooltipOnlyOnGround": false,
"showPickupTooltipExtended": false,
"showPickupTooltipKeybind": false,
"disableThrowHUD": false,
"vanillaRendered": {
"entries": [],
"isWhitelist": true
},
"tooltipOffsetX": 0,
"tooltipOffsetY": 0,
"blockRequireOffset": {
"blocks": [
"minecraft:snow",
"minecraft:soul_sand",
"minecraft:mud"
],
"tags": []
},
"blockBelowRequireOffset": {
"blocks": [],
"tags": []
}
}
}