Plugin which brings RPG features into minecraft.

1.0.12-RC-11

Release

NeumimTo released this version on Jan 30, 2019

792.2 KB
Download
  • Fixes problems related to inventories.
  • Requires at least 1.12.2-2768-7.1.5-RC3542 version of SpongeForge or or 1.12.2-7.1.5-RC148 version of SpongeVanilla
  • If you are upgrading from previous version you have to edit file Itemgroups.conf.

Replace InventorySlots section with following code:

InventorySlots: [
    {
        type: "net.minecraft.entity.player.InventoryPlayer"
        slots: [
            "9;ANY"
            "10;ANY"
            "11;ANY"
            39
            38
            37
            36
        ]
    }
    {
        type: "baubles.api.cap.BaublesContainer"
        slots: [
            9
            10
            11
            12
            13
            14
            15
        ]
    }
]

This release has no dependencies