luanti-org/luanti
View on GitHuboverride.txt doesn't work in "server" texture pack
Open
#10,773 opened on Jan 3, 2021
@ Client / AudiovisualsBugTexturesgood first issue
Repository metrics
- Stars
- (13,341 stars)
- PR merge metrics
- (PR metrics pending)
Description
Minetest version
5.3.0 and 5.4.0-dev-af22dd86e
OS / Hardware
Operating system: Windows 10 64-bit CPU: Intel Core 2 Duo
Summary
The override.txt file doesn't work when it's in the "server" texture pack, even when the same file works when used in a client texture pack.
This error is output to the log when trying to use it:
2021-01-03 17:12:29: INFO[Main]: Server: ignoring unsupported file extension: "override.txt"
Steps to reproduce
- Create a "server" folder in the textures folder.
- Create a
override.txtinside that folder with the following contents:
default:dirt_with_grass top default_stone.png
- Load into a world, and the textures for
default:dirt_with_grasswill not have changed. - Quit, and then enable the "server" texture pack in the content tab.
- Load into a world again, and
default:dirt_with_grasswill now have the stone texture on top.