mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-30 18:46:28 -04:00
Merge after rebase and resolving conflict
M mods/wool/init.lua
This commit is contained in:
parent
592ed84831
commit
dad270a296
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
-- wool/init.lua
|
||||
|
||||
-- Load support for MT game translation.
|
||||
local S = minetest.get_translator()
|
||||
|
||||
local dyes = dye.dyes
|
||||
|
||||
for i = 1, #dyes do
|
||||
|
|
Loading…
Add table
Reference in a new issue