mirror of
https://github.com/minetest-mods/craftguide.git
synced 2025-06-28 22:26:28 +02:00
Compare commits
12 Commits
Author | SHA1 | Date | |
---|---|---|---|
8e2903be03 | |||
5446e0dbdd | |||
16ceea1aaf | |||
c570fa2337 | |||
5d7bb6de53 | |||
138ac1ae2c | |||
502318fb66 | |||
937f5f0918 | |||
b09870a5b2 | |||
9e48e9ea3e | |||
94637c624e | |||
bb6b3a4ee5 |
11
API.md
11
API.md
@ -168,14 +168,3 @@ You can add a stereotype like so:
|
|||||||
```Lua
|
```Lua
|
||||||
craftguide.group_stereotypes.radioactive = "mod:item"
|
craftguide.group_stereotypes.radioactive = "mod:item"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `craftguide.background`
|
|
||||||
|
|
||||||
You can set a custom background theme by overriding this variable:
|
|
||||||
|
|
||||||
```Lua
|
|
||||||
craftguide.background = "<file_name.png>#<middle>"
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
`middle` (number) refers to a 9-sliced background. Read the engine's Lua API documentation for more info.
|
|
||||||
|
@ -19,4 +19,4 @@ For developers, `craftguide` also has a [modding API](https://github.com/minetes
|
|||||||
Love this mod? Donations are appreciated: https://www.paypal.me/jpg84240
|
Love this mod? Donations are appreciated: https://www.paypal.me/jpg84240
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
@ -19,5 +19,14 @@ No item to show=
|
|||||||
Collect items to reveal more recipes=
|
Collect items to reveal more recipes=
|
||||||
Show recipe(s) of the pointed node=
|
Show recipe(s) of the pointed node=
|
||||||
No node pointed=
|
No node pointed=
|
||||||
You don't know a recipe for this node=
|
You don't know a recipe or usage for this node=
|
||||||
No recipe for this node=
|
No recipe or usage for this node=
|
||||||
|
Node=
|
||||||
|
Entity=
|
||||||
|
Craftitem=
|
||||||
|
Tool=
|
||||||
|
Name=
|
||||||
|
Type=
|
||||||
|
Groups=
|
||||||
|
Unknown=
|
||||||
|
None=
|
||||||
|
BIN
textures/craftguide_selected.png
Normal file
BIN
textures/craftguide_selected.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 912 B |
Reference in New Issue
Block a user