Documentation for 0.25
Table of contents:
- 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
- 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
- fix translucent blocks render
- fix blocks selection with semi-transparent blocks
- fix: commands repository not reset before world open
- mip-mapping related fixes
- fix disabled slots display
- fix attack
- fix: commands repository not reset before world open
- fix stdlib.lua
- fix file.write_bytes
- fix World::nextInventoryId
- fix block inventory unbinding
- fix xml text escapes handling
- fix
\'
escape parsing - fix crosshair look
- fix: actual block inventory size not updating on inventory-size property update
- fix falling block hitbox
- fix console position
- fix: fatal error on pack removal when no world open
- fix custom model lighting
- fix: emitter does not skip particles
- fix old custom models render