Check compat for background[]

This commit is contained in:
Jean-Patrick Guerrero
2019-09-29 16:58:33 +02:00
parent 9dd63cd83a
commit 19fb5e2691
2 changed files with 14 additions and 10 deletions

2
API.md
View File

@ -174,7 +174,7 @@ craftguide.group_stereotypes.radioactive = "mod:item"
You can set a custom background theme by overriding this variable:
```Lua
craftguide.background = "<file_name.png>:<middle>"
craftguide.background = "<file_name.png>#<middle>"
```