mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 01:21:05 +01:00
Typo fix.
* it's a spruceSapling (thanks NO11)
This commit is contained in:
parent
64203c38a6
commit
1f7697b6f5
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ local compostability = {
|
||||||
["mcl_core:birchsapling"] = 30,
|
["mcl_core:birchsapling"] = 30,
|
||||||
["mcl_core:darksapling"] = 30,
|
["mcl_core:darksapling"] = 30,
|
||||||
["mcl_core:junglesapling"] = 30,
|
["mcl_core:junglesapling"] = 30,
|
||||||
["mcl_core:spruceapling"] = 30,
|
["mcl_core:sprucesapling"] = 30,
|
||||||
["mcl_ocean:seagrass"] = 30,
|
["mcl_ocean:seagrass"] = 30,
|
||||||
-- missing: small dripleaf
|
-- missing: small dripleaf
|
||||||
["mcl_sweet_berry:sweet_berry"] = 30,
|
["mcl_sweet_berry:sweet_berry"] = 30,
|
||||||
|
|
Loading…
Reference in a new issue