Skip to content

Commit

Permalink
fix typos (thx Josselin2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenplus1 committed Nov 23, 2024
1 parent 71de106 commit 25a8c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fishing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down
2 changes: 1 addition & 1 deletion leaves.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 25a8c1a

Please sign in to comment.