fix cabbage typo

This commit is contained in:
TenPlus1 2020-07-10 20:33:57 +01:00
parent 6f0383d5b6
commit 82a6225458
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ minetest.register_node("farming:cabbage_6", table.copy(def))
-- add to registered_plants
farming.registered_plants["farming:cabbage"] = {
crop = "farming:cababge",
crop = "farming:cabbage",
seed = "farming:cabbage",
minlight = 13,
maxlight = 15,