From 25a8c1aae807f22fa8535b16d216b748f29eb18d Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sat, 23 Nov 2024 09:24:38 +0000 Subject: [PATCH] fix typos (thx Josselin2) --- fishing.lua | 2 +- leaves.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fishing.lua b/fishing.lua index acbfd48..ec221ff 100644 --- a/fishing.lua +++ b/fishing.lua @@ -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}, diff --git a/leaves.lua b/leaves.lua index e5b7a19..91cf806 100644 --- a/leaves.lua +++ b/leaves.lua @@ -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,