Skip to content

fallingtree.json inside config folders keep reseting #920

@Psychodeus

Description

@Psychodeus

Describe the bug

I need to change mods setting in-game but when I relogin every changes reset to default unless I change it directly from finder folder config itself. Please help.

drwxr-xr-x 59 hazel staff 1888 Jul 14 12:28 /Users/hazel/Library/Application Support/minecraft/config
I've let it to do this in that config but still (From terminal, I'm using macos)

mymodslist.txt in case of incompatibilities

Minecraft version

1.21.7

Fabric API version

fabric-api-0.129.0+1.21.7

Mod version

FallingTree-1.21.6-1.21.6.6

Configuration

{
  "trees": {
    "allowedLogs": [],
    "deniedLogs": [],
    "allowedLeaves": [],
    "allowedNonDecayLeaves": [],
    "deniedLeaves": [],
    "breakMode": "SHIFT_DOWN",
    "detectionMode": "WHOLE_TREE",
    "detectionModeBiomeOverride": {},
    "maxScanSize": 500,
    "minSize": 0,
    "maxSize": 100,
    "maxLeafDistanceFromLog": 15,
    "maxSizeAction": "CUT",
    "breakOrder": "FURTHEST_FIRST",
    "minimumLeavesAroundRequired": 1,
    "includePersistentLeavesInRequiredCount": true,
    "treeBreaking": true,
    "leavesBreaking": true,
    "leavesBreakingForceRadius": 0,
    "allowMixedLogs": false,
    "breakNetherTreeWarts": true,
    "breakMangroveRoots": true,
    "searchAreaRadius": -1,
    "allowedAdjacentBlocks": [],
    "adjacentStopMode": "STOP_ALL",
    "spawnItemsAtBreakPoint": false,
    "trunkLootPercentage": 1.0
  },
  "tools": {
    "allowed": [],
    "denied": [],
    "durabilityMode": "SAVE",
    "ignoreTools": false,
    "damageMultiplicand": 1.0,
    "damageRounding": "ROUND_DOWN",
    "speedMultiplicand": 0.5,
    "forceToolUsage": false
  },
  "player": {
    "allowedTags": []
  },
  "enchantment": {
    "requireEnchantment": false
  },
  "sneakMode": "SNEAK_DISABLE",
  "breakInCreative": false,
  "lootInCreative": true,
  "notificationMode": "ACTION_BAR"
}

Relevant log output

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions