Tags
Creators
Details
0.3.0
Compatibility
Required content
Changes
Luafy 0.3.0
Woo, first major update! I've chosen to start releasing this a "release" instead of a beta ; I feel the mod is stable, through all my time testing this I've yet to have a crash.
Changelog
Please see the updated documentation
Additions
- Added ContextApi for providing and obtaining context
- Added "LuaObjects" (the wiki explains this)
- Added optional 'context' parameter to
/lua - Added callback scripts
- Added about a million* new functions and stuff
- Added the ability to convert NBT Lists to Lua and vice versa
- Added a bunch of new conversions to fix some bugs
*not really, but there's alot
Changes
- Refactored, well, like everything
- Removed Her- erm, I mean Luabrine
- Fixed the version compatibilities within Fabric (and on Modrinth). Whoops!
Bug Fixes
- Fixed a couple bad conversions between NBT/Lua
Upcoming features
- Sandboxing! This is a huge priority. It will more than likely be in the next update.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:3OjIiivw:pnB9DP6y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3OjIiivw:pnB9DP6y"
}

