mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2024-11-22 15:23:44 +01:00
Add test award for punch entity
This commit is contained in:
parent
d25e638cfb
commit
7a7ddc88af
10
awards.lua
10
awards.lua
@ -990,3 +990,13 @@ if minetest.get_modpath("mobs_animal") then
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
awards.register_award("pnch_entity_test", {
|
||||||
|
title = S("All"),
|
||||||
|
description = S("A test award for punching"),
|
||||||
|
difficulty = 0.001,
|
||||||
|
trigger = {
|
||||||
|
type = "punch_entity",
|
||||||
|
target = 5
|
||||||
|
}
|
||||||
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user