Files
jgl_sunlit_patch/config/selectivebounds.json
T
2026-07-31 10:34:32 +09:00

23 lines
596 B
JSON

{
"_documentation": "https://github.com/Luke100000/SelectiveBounds/blob/1.20.1/common/src/main/java/net/conczin/selectivebounds/config/Config.java",
"showOnSneak": true,
"showOnAction": true,
"showOnActionTime": 4.0,
"considerCanAttackBlock": true,
"considerIsCorrectToolForDrops": true,
"considerCanBePlaced": false,
"overrides": [
{
"item": "minecraft:stick",
"block": "#minecraft:candles",
"show": true
},
{
"item": "all",
"block": "minecraft:nether_portal",
"show": false
}
],
"version": 0,
"name": "selectivebounds"
}