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
|
||||||
|
@ -1,22 +1,21 @@
|
|||||||
# Template
|
# Template
|
||||||
|
|
||||||
Bees =
|
Bees=
|
||||||
Honey Extractor =
|
Honey Extractor=
|
||||||
Wild Bee Hive =
|
Wild Bee Hive=
|
||||||
Artificial Bee Hive =
|
Artificial Bee Hive=
|
||||||
Industrial Bee Hive =
|
Industrial Bee Hive=
|
||||||
Colony died, not enough flowers in area! =
|
Colony died, not enough flowers in area!=
|
||||||
Requires Queen bee to function =
|
Requires Queen bee to function=
|
||||||
Progress =
|
Progress=
|
||||||
Does not have empty frame(s) =
|
Does not have empty frame(s)=
|
||||||
Queen inserted, now for empty frames =
|
Queen inserted, now for empty frames=
|
||||||
Bees are aclimating =
|
Bees are aclimating=
|
||||||
Empty hive frame =
|
Empty hive frame=
|
||||||
Filled hive frame =
|
Filled hive frame=
|
||||||
Honey Bottle =
|
Honey Bottle=
|
||||||
Bees wax =
|
Bees wax=
|
||||||
Honey comb =
|
Honey comb=
|
||||||
Queen Bee =
|
Queen Bee=
|
||||||
Smoker =
|
Smoker=
|
||||||
Grafting tool =
|
Grafting tool=
|
||||||
[MOD] Bees Loaded! =
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user