Skip to content

Generate default config to prevent NPE on first boot #24

Description

@riddle
Groups:
  Animals:
    ChunkLimit: 30
    ViewDistanceLimit: 150
    WarnOverLimit: true
    HORSE:
      Name: Horses
      ChunkLimit: 16
      ViewDistanceLimit: 150
    COW:
      Name: Cows
      ChunkLimit: 30
      ViewDistanceLimit: 150
    SHEEP:
      Name: Sheep
      ChunkLimit: 30
      ViewDistanceLimit: 150
    CHICKEN:
      Name: Chickens
      ChunkLimit: 30
      ViewDistanceLimit: 150
    PIG:
      Name: Pigs
      ChunkLimit: 30
      ViewDistanceLimit: 150
  Villagers:
    Name: Villagers and Golems
    ChunkLimit: -1
    ViewDistanceLimit: -1
    WarnOverLimit: true
    IRON_GOLEM:
      Name: Golems
      ChunkLimit: 4
      ViewDistanceLimit: 32
    VILLAGER:
      Name: Villagers
      ChunkLimit: 30
      ViewDistanceLimit: 90
EnabledWorlds:
- world
- world_nether

This needs to be added on first boot. Can be hardcoded for now, I don’t mind.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions