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:
parent
95d6008332
commit
8fc7bf2af4
2 changed files with 19 additions and 8 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue