You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/for-creators/creating-texture-packs.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The Luanti engine has very few base textures; these can be found under `your/pat
20
20
21
21
### Game Specific Textures
22
22
23
-
Each game that you install to Luanti will have different texture requirements due to the mods that games creator will have used to create the game. For example, Minetest Game includes 31 mods as of ver 5.1, some of these mods will have texture requirements and some will not.
23
+
Each game that you install to Luanti will have different texture requirements due to the mods that games creator will have used to create the game. For example, Minetest Game includes 31 mods as of ver 5.1, some of these mods will have texture requirements and some will not.
24
24
For example `your/path/to/luanti/games/minetest_game/mods/default/textures` has an extensive array of textures to support this mod, whereas `your/path/to/luanti/games/minetest_game/mods/spawn` has no textures to support the mod.
25
25
26
26
### Engine and Game Texture Pack
@@ -180,8 +180,8 @@ In order to edit textures, you'll need some kind of image editing software. Any
180
180
181
181
-[GIMP](https://www.gimp.org/) - Fully featured FOSS image editor tool. Might be overwhelming for a new user, however is very powerful if learned.
182
182
-[Libresprite](https://libresprite.github.io/) - FOSS fork of Aseprite, specially designed for pixel art.
183
-
-[Paint.NET](https://www.getpaint.net/download.html) - Windows-only image editor, like MS Paint but slightly more featured (supports e.g. transparency).
184
-
-[Lospec's pixel software list with more options](http://lospec.com/pixel-art-software-list)
183
+
-[Paint.NET](https://paint.net/download.html) - Windows-only image editor, like MS Paint but slightly more featured (supports e.g. transparency).
184
+
-[Lospec's pixel software list with more options](https://lospec.com/pixel-art-software-list/)
185
185
186
186
### Creating Textures
187
187
@@ -221,10 +221,10 @@ description = This is a description for the Very Cool Texture pack.
221
221
222
222
There are numerous places that run and use [Git](https://git-scm.com/) as a place for hosting your files online. The beauty of Git is it gives you version control and allows other users of Luanti to download and potentially add to your work in the future. Git is probably the best option for sharing texture packs however it can be a bit challenging to set up initially. Popular providers include:
223
223
224
-
-[GitHub](http://github.com/)
224
+
-[GitHub](https://github.com/)
225
225
-[Codeberg](https://codeberg.org/)
226
-
-[Gitlab](http://about.gitlab.com/)
227
-
-[and many more...](http://en.wikipedia.org/wiki/Comparison_of_source-code-hosting_facilities)
226
+
-[Gitlab](https://about.gitlab.com/)
227
+
-[and many more...](https://en.wikipedia.org/wiki/Comparison_of_source-code-hosting_facilities)
0 commit comments