Перейти к содержимому
Mineforgian

GolemScript

A programming language in a vanilla datapack.

Загрузки
317
Подписчики
5
Обновлён
19 июня 2024 г.
Лицензия
GPL-3.0-or-later

Опубликован 24 января 2024 г.

GolemScript

GolemScript is a datapack library that implements a programming language in to Minecraft.

Once a part of Code of Copper, GolemScript has been separated in to it's own library, to allow for other projects to use it, and for it to be easily extended.

A datapack by GMDU. Enjoy!
Explore the docs »
Report Bug

Requirements

  • This datapack will only work in versions 1.20.2 and higher
  • This datapack will not work without the following datapack libraries:

Installation

To install the datapack, first download the latest release, alongside the required versions of Moxlib and Regex.

Put these in the datapacks folder of your world. For more information, see the Minecraft wiki.

Getting started with GolemScript

This datapack is only a library, and you will need a runtime to begin using GolemScript (See list of runtimes).

To learn how to use the GolemScript language, see our documentation.

If you would like to create your own runtime or extension, see the API documentation.

License

This project is distributed under the GPL-3.0 License. See LICENSE.md for more information.

Discord Server

You can join our discord server here.

Ченджлог

0.3.2Релиз1.21.1, 1.21.2, 1.21.3 · 19 июня 2024 г.

[0.3.2] - 2024-06-19

Update to 1.21

Changed

  • The datapack now requires 1.21.
0.3.1Релиз1.20.4, 1.20.5, 1.20.6 · 29 января 2024 г.

[0.3.1] - 2024-01-29

Expanded the standard library

Added

Changed

  • The GolemScript language has been separated from Code of Copper
    • It is now a standalone datapack library
    • This allows it to be easily extended using the new API
    • This datapack now uses the glm namespace
  • Forward slashes are now allowed in the id of resources
  • Question marks are now allowed in the body of alphanumerics

Fixed

  • Calling functions with the incorrect number of arguments is no longer undefined behaviour

Removed

  • All code relating to Code of Copper
    • As this datapack is now just a library for GolemScript
    • All code to do with copper golems and the various structures found in Code of Copper, is still in the Code of Copper datapack

Комментарии

Загружаем…