fix typos (thx Josselin2)
This commit is contained in:
parent
71de106321
commit
25a8c1aae8
@ -511,7 +511,7 @@ minetest.register_craft({
|
|||||||
|
|
||||||
local fish = {
|
local fish = {
|
||||||
{"Blue Fin", "bluefin", 2},
|
{"Blue Fin", "bluefin", 2},
|
||||||
{"Blue Ram Chichlid", "blueram", 2},
|
{"Blue Ram Cichlid", "blueram", 2},
|
||||||
{"Common Carp", "carp", 2},
|
{"Common Carp", "carp", 2},
|
||||||
{"Cod", "cod", 2},
|
{"Cod", "cod", 2},
|
||||||
{"Redtail Catfish", "catfish", 2},
|
{"Redtail Catfish", "catfish", 2},
|
||||||
|
@ -647,7 +647,7 @@ if minetest.settings:get_bool("ethereal.leaf_particles") ~= false then
|
|||||||
minvel = {x = -0.8, y = -1, z = -0.8},
|
minvel = {x = -0.8, y = -1, z = -0.8},
|
||||||
maxvel = {x = 0.8, y = -3, z = 0.8},
|
maxvel = {x = 0.8, y = -3, z = 0.8},
|
||||||
minacc = {x = -0.1, y = -1, z = -0.1},
|
minacc = {x = -0.1, y = -1, z = -0.1},
|
||||||
mixacc = {x = 0.2, y = -3, z = 0.2},
|
maxacc = {x = 0.2, y = -3, z = 0.2},
|
||||||
minexptime = 5,
|
minexptime = 5,
|
||||||
maxexptime = 10,
|
maxexptime = 10,
|
||||||
minsize = 3,
|
minsize = 3,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user