remove intllib
This commit is contained in:
parent
b70f99bb6c
commit
00b34b49e5
@ -1,3 +0,0 @@
|
|||||||
default
|
|
||||||
intllib?
|
|
||||||
lucky_block?
|
|
@ -1 +0,0 @@
|
|||||||
Adds bees and hives to Minetest.
|
|
2
init.lua
2
init.lua
@ -7,8 +7,6 @@
|
|||||||
local S
|
local S
|
||||||
if minetest.get_translator then
|
if minetest.get_translator then
|
||||||
S = minetest.get_translator("bees")
|
S = minetest.get_translator("bees")
|
||||||
elseif minetest.global_exists("intllib") then
|
|
||||||
S = intllib.Getter()
|
|
||||||
else
|
else
|
||||||
S = function(s) return s end
|
S = function(s) return s end
|
||||||
end
|
end
|
||||||
|
@ -19,4 +19,3 @@ Honey comb =
|
|||||||
Queen Bee=
|
Queen Bee=
|
||||||
Smoker=
|
Smoker=
|
||||||
Grafting tool=
|
Grafting tool=
|
||||||
[MOD] Bees Loaded! =
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user