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