remove intllib support

This commit is contained in:
tenplus1 2023-08-08 14:06:11 +01:00
parent b74294d548
commit 6388166f10
3 changed files with 1 additions and 16 deletions

View File

@ -1,13 +0,0 @@
default?
intllib?
lucky_block?
pipeworks?
bonemeal?
mcl_core?
mcl_sounds?
mcl_loot?
doc?
unified_inventory?
thirsty?
farming?
vessels?

View File

@ -32,8 +32,6 @@ local thirsty_mod = minetest.get_modpath("thirsty")
local S local S
if minetest.get_translator then if minetest.get_translator then
S = minetest.get_translator("wine") S = minetest.get_translator("wine")
elseif minetest.get_modpath("intllib") then
S = intllib.Getter()
else else
S = function(s, a, ...) S = function(s, a, ...)
if a == nil then if a == nil then

View File

@ -1,4 +1,4 @@
name = wine name = wine
depends = 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. description = Adds many alcoholic beverages and barrel to ferment them in.