added config files

This commit is contained in:
2024-09-25 03:12:49 +02:00
parent 9a84b7a147
commit e028f16b78
373 changed files with 16567 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"rendering": {
"oldRotation": false,
"vanillaRendering": false,
"rotateSpeed": 1.0,
"showPickupTooltip": true,
"showPickupTooltipExtended": false,
"showPickupTooltipKeybind": false,
"disableThrowHUD": false,
"vanillaRendered": {
"entries": [],
"isWhitelist": true
},
"tooltipOffsetX": 0,
"tooltipOffsetY": 0,
"blockRequireOffset": {
"blocks": [
"minecraft:snow",
"minecraft:soul_sand"
],
"tags": []
},
"blockBelowRequireOffset": {
"blocks": [],
"tags": []
}
}
}