Home - TheNuclearNexus/SmithedLibDocs GitHub Wiki

Welcome to the Smithed Libraries Wiki

Here you can find information on all Smithed Libraries.

General Info

Library Format

The Smithed Libraries mainly use function tags to interact with its dependents. As the end user, you will never modify the code of the libraries themselves (Exception being making a PR).

Wiki Format

Credits

If you see name after a feature, thats a credit to the person whose code was originally used.

@tags

@tags mean that the function is being ran from the following tag. For example @tag minecraft:tick

function {code}

These inline functions simply represent the contents of the function being called. Example

execute if score player dummy matches 1 run function {
    say ran
}