Pack start
This commit is contained in:
23
web/config/selectivebounds.json
Normal file
23
web/config/selectivebounds.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"_documentation": "https://github.com/Luke100000/SelectiveBounds/blob/1.21.1/common/src/main/java/net/conczin/selectivebounds/config/Config.java",
|
||||
"showOnSneak": true,
|
||||
"showOnAction": true,
|
||||
"showOnActionTime": 2.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"
|
||||
}
|
||||
Reference in New Issue
Block a user