1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix core.get_content_info docs and harden implementation (#15925)

This commit is contained in:
JosiahWI 2025-03-26 13:03:53 -05:00 committed by GitHub
parent 95d6008332
commit 8fc7bf2af4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 8 deletions

View file

@ -331,7 +331,7 @@ Package - content which is downloadable from the content db, may or may not be i
```lua
{
name = "technical_id",
type = "mod" or "modpack" or "game" or "txp",
type = "mod" or "modpack" or "game" or "txp" or "unknown",
title = "Human readable title",
description = "description",
author = "author",