fix typos (thx Josselin2)

This commit is contained in:
tenplus1 2024-11-23 09:24:38 +00:00
parent 71de106321
commit 25a8c1aae8
2 changed files with 2 additions and 2 deletions

View File

@ -511,7 +511,7 @@ minetest.register_craft({
local fish = {
{"Blue Fin", "bluefin", 2},
{"Blue Ram Chichlid", "blueram", 2},
{"Blue Ram Cichlid", "blueram", 2},
{"Common Carp", "carp", 2},
{"Cod", "cod", 2},
{"Redtail Catfish", "catfish", 2},

View File

@ -647,7 +647,7 @@ if minetest.settings:get_bool("ethereal.leaf_particles") ~= false then
minvel = {x = -0.8, y = -1, z = -0.8},
maxvel = {x = 0.8, y = -3, z = 0.8},
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,
maxexptime = 10,
minsize = 3,