Fix farming achievements
This commit is contained in:
parent
60e922ee87
commit
19a773b648
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user