Update oerkki (cmer_oerkki) to Git commit 70410fe...

https://github.com/AntumMT/mod-cmer/tree/70410fe
master
Jordan Irwin 2021-05-05 17:18:46 -07:00
parent 33c89eeb8d
commit 177ea658ac
16 changed files with 17 additions and 12 deletions

View File

@ -91,10 +91,10 @@ The game includes the mods from the default [minetest_game](https://github.com/m
* [ghost][creatures] ([Zlib][lic.creatures] / [CC BY-SA][lic.ccbysa3.0]) -- version: [dd22520 Git][ver.ghost] *2021-05-05*
* [horse][] ([MIT][lic.horse]) -- version: [9c5c857 Git][ver.horse] *2021-05-05*
* [monsters_aggressive][] (see individual mods for licensing) -- version: [89a8187 Git][ver.monsters_aggressive] *2017-08-30*
* [oerkki][creatures] ([Zlib][lic.creatures] / [CC BY-SA][lic.ccbysa3.0]) -- version: [eb98833 Git][ver.oerkki] *2021-04-30*
* [sneeker][] ([CC0][lic.cc0]) -- version: [7c05c4d Git][ver.sneeker] *2021-04-19*
* [zombie][creatures] ([Zlib][lic.creatures] / [CC BY-SA][lic.ccbysa3.0]) -- version: [213a05b Git][ver.zombie] *2021-04-30*
* [monsters_passive][] (see individual mods for licensing) -- version: [b07fe19 Git][ver.monsters_passive] *2017-08-09*
* [oerkki][creatures] ([Zlib][lic.creatures] / [CC BY-SA][lic.ccbysa3.0]) -- version: [70410fe Git][ver.oerkki] *2021-05-05*
* [shark][] ([CC0 / CC BY-SA][lic.shark]) -- version: [ef2507b Git][ver.shark] *2021-05-05*
* [painting][] (???) -- version [8961849 Git][ver.painting] *2016-05-05*
* [pipeworks][] ([LGPL][lic.lgpl3.0]) -- version: [2021-02-19][ver.pipeworks]
@ -559,7 +559,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
[ver.mywoodslopes]: https://github.com/minetest-mods/mywoodslopes/tree/3a1b531
[ver.nether]: https://github.com/minetest-mods/nether/tree/v3
[ver.no_fall_damage]: https://repo.or.cz/minetest_no_fall_damage.git/shortlog/refs/tags/1.0.0
[ver.oerkki]: https://github.com/AntumMT/mod-creatures/tree/eb98833
[ver.oerkki]: https://github.com/AntumMT/mod-cmer/tree/70410fe
[ver.override]: https://github.com/AntumMT/mod-override/tree/e6dda7a
[ver.painting]: https://github.com/minetest-mods/painting/tree/8961849
[ver.pipeworks]: https://gitlab.com/VanessaE/pipeworks/-/tags/2021-02-19

View File

@ -1,3 +0,0 @@
default
creatures
oerrki?

View File

@ -92,11 +92,6 @@ local def = {
light = {min = 0, max = 8},
height_limit = {min = -200, max = 50},
spawn_egg = {
description = "Oerkki Spawn-Egg",
texture = "creatures_egg_oerkki.png",
},
spawner = {
description = "Oerkki Spawner",
range = 8,
@ -107,7 +102,16 @@ local def = {
},
}
creatures.register_mob(def)
cmer.register_mob(def)
-- Convert "Oerrki's" (caused by typo)
creatures.register_alias("creatures:oerrki", "creatures:oerkki")
cmer.register_alias("creatures:oerrki", "creatures:oerkki")
if core.global_exists("asm") then
asm.addEgg({
name = "oerkki",
inventory_image = "creatures_egg_oerkki.png",
spawn = "creatures:oerkki",
ingredients = "default:obsidian",
})
end

View File

@ -0,0 +1,4 @@
name = cmer_oerkki
description = Oerkki mob for Creatures Revived mob engine.
depends = cmer, default
optional_depends = oerrki, asm_spawneggs

Binary file not shown.

After

Width:  |  Height:  |  Size: 562 KiB

View File

Before

Width:  |  Height:  |  Size: 695 B

After

Width:  |  Height:  |  Size: 695 B

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB