translate many nalc_* mods
and use function to register toolranks
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
local S = minetest.get_translator("nalc_bucket")
|
||||
|
||||
bucket.register_liquid(
|
||||
"nalc:acid_source",
|
||||
"nalc:acid_flowing",
|
||||
"nalc_bucket:bucket_acid",
|
||||
"bucket_acid.png",
|
||||
"Acid Bucket",
|
||||
S("Acid Bucket"),
|
||||
{not_in_creative_inventory = 1}
|
||||
)
|
||||
|
||||
@ -12,7 +14,7 @@ bucket.register_liquid(
|
||||
"nalc:sand_flowing",
|
||||
"nalc_bucket:bucket_sand",
|
||||
"bucket_sand.png",
|
||||
"Sand Bucket",
|
||||
S("Sand Bucket"),
|
||||
{not_in_creative_inventory = 1}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user