remove intllib support
This commit is contained in:
parent
b74294d548
commit
6388166f10
13
depends.txt
13
depends.txt
@ -1,13 +0,0 @@
|
||||
default?
|
||||
intllib?
|
||||
lucky_block?
|
||||
pipeworks?
|
||||
bonemeal?
|
||||
mcl_core?
|
||||
mcl_sounds?
|
||||
mcl_loot?
|
||||
doc?
|
||||
unified_inventory?
|
||||
thirsty?
|
||||
farming?
|
||||
vessels?
|
2
init.lua
2
init.lua
@ -32,8 +32,6 @@ local thirsty_mod = minetest.get_modpath("thirsty")
|
||||
local S
|
||||
if minetest.get_translator then
|
||||
S = minetest.get_translator("wine")
|
||||
elseif minetest.get_modpath("intllib") then
|
||||
S = intllib.Getter()
|
||||
else
|
||||
S = function(s, a, ...)
|
||||
if a == nil then
|
||||
|
2
mod.conf
2
mod.conf
@ -1,4 +1,4 @@
|
||||
name = wine
|
||||
depends =
|
||||
optional_depends = default, intllib, lucky_block, pipeworks, bonemeal, mcl_core, mcl_sounds, mcl_loot, doc, unified_inventory, thirsty, farming, vessels
|
||||
optional_depends = default, lucky_block, pipeworks, bonemeal, mcl_core, mcl_sounds, mcl_loot, doc, unified_inventory, thirsty, farming, vessels
|
||||
description = Adds many alcoholic beverages and barrel to ferment them in.
|
||||
|
Loading…
x
Reference in New Issue
Block a user