Skip to content

Latest commit

 

History

History
96 lines (87 loc) · 4.17 KB

CHANGELOG.md

File metadata and controls

96 lines (87 loc) · 4.17 KB

0.25 - 2024.12.01

Documentation for 0.25

Table of contents:

Added

  • 3dtext
  • blockwraps
  • network (http requests and sockets)
  • libraries:
    • base64
    • gfx.text3d
    • gfx.blockwraps
    • network
  • events:
    • on_replaced
    • on_block_replaced
    • on_player_tick
  • structures 'lowering' property
  • add 'hint' property to textbox
  • add 'taking' and 'placing' properties to slot and slotsgrid
  • add 'scroll-step' property to container
  • add 'line-numbers' and 'text-color' to textbox
  • modules:
    • base:util
  • uinode property 'id'
  • block.materials table
  • block.properties table
  • item.properties table
  • add version to world info table
  • add 'sizeSpread' particles property
  • add user properties

Functions

  • player.is_infinite_items
  • player.set_infinite_items
  • player.is_instant_destruction
  • player.set_instant_destruction
  • player.get_name
  • player.set_name
  • hud.open
  • base64.encode
  • base64.decode
  • utf8.escape
  • string.escape
  • textbox:lineAt
  • textbox:linePos
  • network.get
  • network.get_binary
  • network.tcp_connect
  • network.tcp_open
  • network.get_total_upload
  • network.get_total_download
  • gfx.text3d.show
  • gfx.text3d.hide
  • gfx.text3d.get_text
  • gfx.text3d.set_text
  • gfx.text3d.get_pos
  • gfx.text3d.set_pos
  • gfx.text3d.get_axis_x
  • gfx.text3d.set_axis_x
  • gfx.text3d.get_axis_y
  • gfx.text3d.set_axis_y
  • gfx.text3d.set_rotation
  • gfx.text3d.update_settings

Fixes