Skip to content

Log JSON errors in 1.20.4 #11

@tgstyle

Description

@tgstyle

There are errors when loading up the mod -

14.3.2025 08:44:59 [Error] Patch 0 (target: game:blocktypes/plant/crop/amaranth.json) in game:patches/survival-blocktypes-plant-crop-amaranth.json failed because supplied path /dropsByType/-8/1/dropModbyStat is invalid: The json path /dropsByType/-8/1/dropModbyStat was not found. Could traverse until /dropsByType, but then '-8' does not exist. Full json at this path: {
"
-9": [
{
"type": "item",
"code": "artofgrowing:grainbundle-amaranth-wild-wet",
"quantity": {
"avg": 6,
"var": 1
}
},
{
"type": "item",
"code": "artofgrowing:grainbundle-amaranth-small-wet",
"quantity": {
"avg": 0.3
}
}
],
"": [
{
"type": "item",
"code": "thatch",
"quantity": {
"avg": 0.7
}
}
]
}
14.3.2025 08:44:59 [Error] Patch 0 (target: game:blocktypes/plant/crop/cabbage.json) in game:patches/survival-blocktypes-plant-crop-cabbage.json failed because supplied path /dropsByType/
-11/1/dropModbyStat is invalid: The json path /dropsByType/-11/1/dropModbyStat was not found. Could traverse until /dropsByType/-11, but then '1' does not exist. Full json at this path: [
{
"type": "item",
"code": "artofgrowing:vegetable-wild-cabbage",
"quantity": {
"avg": 0.85,
"var": 0.1
}
}
]
14.3.2025 08:44:59 [Error] Patch 1 (target: game:blocktypes/plant/crop/cabbage.json) in game:patches/survival-blocktypes-plant-crop-cabbage.json failed because supplied path /dropsByType/-12/1/dropModbyStat is invalid: The json path /dropsByType/-12/1/dropModbyStat was not found. Could traverse until /dropsByType/-12, but then '1' does not exist. Full json at this path: [
{
"type": "item",
"code": "artofgrowing:vegetable-wild-cabbage",
"quantity": {
"avg": 2,
"var": 0
}
}
]
14.3.2025 08:44:59 [Error] Patch 1 (target: game:blocktypes/plant/crop/flax.json) in game:patches/survival-blocktypes-plant-crop-flax.json failed because supplied path /dropsByType/
-9/2/dropModbyStat is invalid: The json path /dropsByType/-9/2/dropModbyStat was not found. Could traverse until /dropsByType/-9, but then '2' does not exist. Full json at this path: [
{
"type": "item",
"code": "artofgrowing:grainbundle-flax-wild-wet",
"quantity": {
"avg": 8,
"var": 1
}
},
{
"type": "item",
"code": "artofgrowing:grainbundle-flax-small-wet",
"quantity": {
"avg": 0.3
},
"dropModbyStat": "produceDropRate"
}
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions