Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

v0.0.8

Pre-release
Pre-release

Choose a tag to compare

@legopitstop legopitstop released this 08 Dec 23:39
· 6 commits to main since this release

[0.0.8] - (Pre-release) - 12/8/2025

General

Fixes

  • DirectionUtils.getOpposite now correctly converts "up" and "down"
  • Cooldown manager no longer returns NaN for categories that don't exist.
  • Fixed stairs not using the correct shape.
  • CandleComponent correctly validates the flame positions.

Components

  • Removed strippable
  • Removed scrape_wax
  • Removed scrape_oxidization
  • Removed waxable
  • Removed waxable
  • Changed slab
    • Added sound_event option.
    • Making a double slab now removes an item from the players hand.
  • Changed height
    • Added sound_event option.
    • Adding a layer now removes an item from the players hand.
  • Changed food
    • Added sound_event option.

API

  • Added constant isUuid4
  • Added class ConditionUtils
  • Added enum Icon
  • Added enum Emoji
  • Added enum InputKey
  • Removed type ModalOption
  • Added type TextOption
  • Added type DropdownOption
  • Added type SliderOption
  • Added type ToggleOption
  • Added ModalOptions
  • Changed TextUtils
    • Added stripFormat
  • Removed ScrapeWaxOptions
  • Removed ScrapeWaxComponent
  • Removed ScrapeOxidizationOptions
  • Removed ScrapeOxidizationComponent
  • Removed WaxableOptions
  • Removed WaxableComponent
  • Removed OxidizableComponentOptions
  • Removed OxidizableComponent
  • Removed StrippableComponentOptions
  • Removed StrippableComponent
  • Added TextKey
  • Added CommandMessage
  • Changed CustomCommandUtils
    • Added function error
    • Added function info
  • Changed WorldUtils
    • Added function isValidPos
    • Added const MAX_DISTANCE
  • Changed Identifier
    • Added static function isId