MINECRAFT DATA-PACK TOOLCHAIN
DataCraft
Load example
Open project
Save project
Documentation
Loading compiler…
+
Rename
Delete
Saved locally
0 lines
DataCraft source
version 2 namespace example expose def add(a: int, b: int) -> int: total: int = a + b return total