Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

JobsLite vs Forestry #49

Description

@fxusers

Hello! I'm trying to configure plugin to work with Forestry.
Plugin generates not corrected config jobsData.conf
lumberjack {
breaks {
"forestry:logs" {
"0[axis=x,variant=lime]" {
currency=1.0
exp=1.0
}
"3[axis=x,variant=cherry]" {
currency=1.0
exp=1.0
}
}
}
When I break a tree, it does not count.

Config must be:
lumberjack {
breaks {
"forestry:logs.0[axis=x,variant=lime]" {
currency=1.0
exp=1.0
}
"forestry:logs.3[axis=x,variant=cherry]" {
currency=1.0
exp=1.0
}

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