mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-15 03:28:28 +01:00
DOCS: replace Minetest -> Luanti, minetest. -> core. (#15292)
Co-authored-by: grorp <gregor.parzefall@posteo.de>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Minetest Texture Pack Reference
|
||||
Luanti Texture Pack Reference
|
||||
===============================
|
||||
|
||||
Texture packs allow you to replace textures provided by a mod with your own
|
||||
@@ -25,7 +25,7 @@ texture pack. The name must not be “base”.
|
||||
### `texture_pack.conf`
|
||||
A key-value config file with the following keys:
|
||||
|
||||
* `name`: The texture pack name. Allows Minetest to determine the texture pack name even if
|
||||
* `name`: The texture pack name. Allows Luanti to determine the texture pack name even if
|
||||
the folder is wrongly named.
|
||||
* `title` - human-readable title
|
||||
* `description` - short description, shown in the content tab
|
||||
@@ -107,9 +107,9 @@ by texture packs. All existing fallback textures can be found in the directory
|
||||
* `progress_bar.png`: foreground texture of the loading screen's progress bar
|
||||
* `progress_bar_bg.png`: background texture of the loading screen's progress bar
|
||||
|
||||
* `moon.png`: texture of the moon. Default texture is generated by Minetest
|
||||
* `moon.png`: texture of the moon. Default texture is generated by Luanti
|
||||
* `moon_tonemap.png`: tonemap to be used when `moon.png` was found
|
||||
* `sun.png`: texture of the sun. Default texture is generated by Minetest
|
||||
* `sun.png`: texture of the sun. Default texture is generated by Luanti
|
||||
* `sun_tonemap.png`: tonemap to be used when `sun.png` was found
|
||||
* `sunrisebg.png`: shown sky texture when the sun rises
|
||||
|
||||
@@ -226,7 +226,7 @@ The special* targets only apply to specific drawtypes:
|
||||
Designing leaves textures for the leaves rendering options
|
||||
----------------------------------------------------------
|
||||
|
||||
Minetest has three modes for rendering leaves nodes if the node has the
|
||||
Luanti has three modes for rendering leaves nodes if the node has the
|
||||
`allfaces_optional` drawtype.
|
||||
|
||||
### Fancy
|
||||
|
||||
Reference in New Issue
Block a user