Fix farming achievements

This commit is contained in:
Wuzzy 2019-09-22 03:59:10 +02:00
parent 60e922ee87
commit 19a773b648
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ achievements.register_achievement(
title = S("Wheat Farmer"),
description = S("Harvest a fully-grown wheat plant."),
times = 1,
placenode = "farming:wheat_4",
dignode = "farming:wheat_4",
})
achievements.register_achievement(
@ -27,7 +27,7 @@ achievements.register_achievement(
title = S("Cotton Farmer"),
description = S("Harvest a fully-grown cotton plant."),
times = 1,
placenode = "farming:cotton_4",
dignode = "farming:cotton_4",
})
default.log("achievements", "loaded")