LotsOfPixelsStudios / Monstera

A library and dev environment designed to streamline the development of Minecraft addons.

Home Page:https://monstera.lotsofpixelsstudios.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entity properties aren't implemented correctly

JulianKalmbach opened this issue · comments

Describe the bug
Whe you define properties, the body of the property definition is empty.

Example:

properties {
    bool("test_bool_property") {
        default(false)
    }
}

results in:

"properties": {
  "monstera:test_bool_property": {},
}

Version
Monstera: 0.4.0-SNAPSHOT16