added config files
This commit is contained in:
28
config/itemphysic-client.json
Normal file
28
config/itemphysic-client.json
Normal 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": []
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user