add miller/thresher

master
A. Demant 2018-11-28 16:52:56 +01:00
parent 887776d702
commit 13aea2c07d
5 changed files with 6765 additions and 1 deletions

View File

@ -47,3 +47,5 @@ ademant (MIT)
Authors of media (textures)
---------------------------
Created by ademant (CC BY 3.0):
farming_awards_thresher (based on picture from addysgLLGC on opencliparts)
farming_awards_miller (based on https://openclipart.org/detail/11551/rpg-map-symbols-windmill)

View File

@ -53,7 +53,19 @@ if minetest.get_modpath("awards") then
type = "craft",
item = "farming:flour",
target = 100
}
},
prizes = {"farming:mortar_pestle_highlevel","farming:bread 3"},
})
awards.register_achievement("farming_thresher", {
title = ("Farming Thresher"),
description = ("You are advanced thresher"),
icon = "farming_awards_thresher.png",
trigger = {
type = "craft",
item = "group:for_flour",
target = 100
},
prizes = {"farming:flour 10","farming:bread 5"},
})
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 508 KiB