Commit Graph
305 Commits
Author SHA1 Message Date
MihailRis e2f6c263e7 update pack.get_info 2025-01-02 11:45:28 +03:00
MihailRis af592b6e7d add pack.get_info(table) overload 2025-01-02 00:11:09 +03:00
MihailRis cb9690ebc7 add 'cursor' ui property 2024-12-30 21:41:05 +03:00
MihailRis ab5a62c3aa add new block.get_AXIS functions overloads & add rotation support to base:falling_block 2024-12-29 21:48:36 +03:00
MihailRis 7044c12da5 update doc/*/block-properties.md 2024-12-29 09:22:35 +03:00
MihailRis ebea9af380 add '...@append' method to block properties 2024-12-29 08:56:47 +03:00
MihailRis a5a0a2778a fix docs 2024-12-27 09:59:39 +03:00
MihailRis 72394181c7 add unpack function documentation 2024-12-27 09:58:02 +03:00
MihailRis ee26b2a2b9 update doc/*/scripting.md 2024-12-27 09:38:47 +03:00
MihailRis bb2cff5186 add byteutil docs 2024-12-27 09:37:09 +03:00
MihailRis 13c36f4629 feat: player.delete() function and update documentation 2024-12-26 05:47:18 +03:00
MihailRis ef2c0b2370 update doc/*/scripting/user-input.md 2024-12-25 16:42:40 +03:00
MihailRis ed7dc1f901 feat: add app.save_world() function and update documentation 2024-12-25 15:15:11 +03:00
MihailRis e98132f4da update doc/en/scripting/builtins/libapp.md 2024-12-25 10:42:45 +03:00
MihailRis 36bfa215c1 add app library docs 2024-12-25 07:27:53 +03:00
MihailRis c3e16f27ac Merge branch 'main' into headless-mode 2024-12-24 15:56:14 +03:00
MihailRis 65b8835698 update doc/*/block-properties.md (model-name) 2024-12-24 15:53:26 +03:00
MihailRis e153e1fbd7 add player.is_loading_chunks, .set_loading_chunks 2024-12-24 10:35:09 +03:00
MihailRis bc4aea67c9 add file.is_writeable 2024-12-24 08:08:44 +03:00
MihailRis ecbdb09eff Merge branch 'main' into headless-mode 2024-12-24 05:48:02 +03:00
MihailRis faf4cfa735 update doc/*/particles.md 2024-12-24 05:25:40 +03:00
MihailRis 0da25f05d6 Merge branch 'main' into headless-mode 2024-12-23 14:13:59 +03:00
MihailRis 22d207ba28 add player.set_selected_slot, inventory.find_by_item 2024-12-23 12:24:29 +03:00
MihailRis 240470f69b add new ore creation to the world-generator docs 2024-12-22 02:49:10 +03:00
MihailRis 79f5ffc463 Merge branch 'main' into headless-mode 2024-12-21 10:58:41 +03:00
MihailRisandGitHub da484da17c Merge pull request #417 from Xertis/patch-3
Add new extensions
2024-12-21 10:58:21 +03:00
MihailRis ba0610d857 Merge branch 'main' into headless-mode 2024-12-21 09:03:30 +03:00
MihailRis 6f6421df53 update doc/*/block-properties.md 2024-12-21 08:45:30 +03:00
XertisandGitHub c4a40d6b80 Update extensions.md 2024-12-20 23:16:25 +03:00
XertisandGitHub 31a2c69c48 Update extensions.md 2024-12-20 23:11:00 +03:00
MihailRis 8eda26f171 Merge branch 'main' into headless-mode 2024-12-18 23:50:30 +03:00
MihailRis babb6a6d8d update doc/*/audio.md 2024-12-18 23:49:39 +03:00
MihailRis 8e7dfe3e0b Merge branch 'main' into headless-mode 2024-12-18 19:55:42 +03:00
MihailRis 33c76e7d70 add 'heightmap-inputs' to world-generator docs 2024-12-18 19:54:47 +03:00
MihailRis 92f11dd373 Merge branch 'main' into headless-mode 2024-12-14 19:43:49 +03:00
OnranandGitHub 8caa536a6a Update libentities.md 2024-12-15 01:35:49 +09:00
OnranandGitHub 26613b8741 Update libentities.md 2024-12-15 01:35:12 +09:00
MihailRis 8e6fb1dfb4 update libworld docs 2024-12-12 16:24:17 +03:00
MihailRis 60f2303137 Merge branch 'main' into headless-mode 2024-12-11 20:33:38 +03:00
MihailRis 8f37704530 fix libworld docs 2024-12-10 18:19:08 +03:00
XertisandGitHub 8b1cf7338f Update extensions.md 2024-12-09 18:43:38 +03:00
MihailRis 467b4ad043 add gui.escape_markup 2024-12-06 20:25:21 +03:00
MihailRis 16698cc68b add gui.clear_markup(...) 2024-12-06 20:13:45 +03:00
MihailRis 98de0d45ef fix 2024-12-06 20:01:26 +03:00
MihailRis 65f208fc61 add textbox.syntax, textbox.markup, label.markup properties 2024-12-06 19:56:38 +03:00
MihailRis c782645603 update doc/*/xml-ui-layouts.md 2024-12-06 19:43:11 +03:00
MihailRis 3d484383fc replace 'markdown' (bool) property with 'markup' (str) 2024-12-06 19:36:38 +03:00
MihailRis b4a387601f fix 2024-12-06 18:37:01 +03:00
MihailRis 63c10979f5 add text styles docs 2024-12-06 18:36:16 +03:00
OnranandGitHub 0cd04e6570 documentation update 2024-12-06 17:13:09 +09:00