moving around

This commit is contained in:
2025-07-26 15:09:57 +02:00
parent c036755c2e
commit 3266144373
843 changed files with 0 additions and 0 deletions

View 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"
}