Cleanup license citations and moved changes to changelog
This commit is contained in:
parent
668fe6eeed
commit
3f11f4374b
16
CHANGELOG.md
Normal file
16
CHANGELOG.md
Normal file
@ -0,0 +1,16 @@
|
||||
* 2019-07-31 : Grossam
|
||||
* spawn.lua rewritten using mobs:spawn()
|
||||
* spawn rules modified for more consistency (e.g. hedgehogs now spawn at night)
|
||||
* some sounds and textures added
|
||||
* dragon arrow bug corrected
|
||||
* elemental an great drangons can fly in water (still take damages from it !)
|
||||
* great dragons may spawn in caverealms
|
||||
* 2019-07-28 : Grossam
|
||||
* some little bugs corrected
|
||||
* dragon_normal described as 'minor dragons' and now they can spawn
|
||||
* ice dragons are now named "Blue dragon"
|
||||
* hatched great dragons are tamed now
|
||||
* great dragons now need a diamond block nest (you've to deserve greatness !)
|
||||
* 2019-07-27 : Grossam
|
||||
* Forked on https://git.fwhost.eu/Grossam/dmobs
|
||||
|
29
README.md
29
README.md
@ -1,30 +1,3 @@
|
||||
# D00Med's Mobs
|
||||
|
||||
Thanks to TenPlus1, blert2112, and taikedz
|
||||
|
||||
|
||||
## Grossam's fork changes log
|
||||
|
||||
* 2019-07-31 :
|
||||
* spawn.lua rewritten using mobs:spawn()
|
||||
* spawn rules modified for more consistency (e.g. hedgehogs now spawn at night)
|
||||
* some sounds and textures added
|
||||
* dragon arrow bug corrected
|
||||
* elemental an great drangons can fly in water (still take damages from it !)
|
||||
* great dragons may spawn in caverealms
|
||||
* 2019-07-28 :
|
||||
* some little bugs corrected
|
||||
* dragon_normal described as 'minor dragons' and now they can spawn
|
||||
* ice dragons are now named "Blue dragon"
|
||||
* hatched great dragons are tamed now
|
||||
* great dragons now need a diamond block nest (you've to deserve greatness !)
|
||||
* 2019-07-27 :
|
||||
* Forked on https://git.fwhost.eu/Grossam/dmobs
|
||||
|
||||
|
||||
## Credits
|
||||
|
||||
* dmobs_thunder.ogg : https://freesound.org/people/Josh74000MC/sounds/475094/
|
||||
* dmobs_wind.ogg : https://freesound.org/people/Pedaling%20Prince/sounds/338952/
|
||||
* dmobs_poison.ogg : https://freesound.org/people/qubodup/sounds/182789/
|
||||
* dmobs_wave.ogg : https://freesound.org/people/Kayyy/sounds/61011/
|
||||
Thanks to D00Med, TenPlus1, blert2112, Grossam and taikedz
|
||||
|
@ -31,6 +31,12 @@ mobs_pig.ogg - from mobs_animal by TenPlus1 (MIT)
|
||||
dmobs_chirrup.ogg - CC BY SA 3.0 taikedz
|
||||
wasp.ogg - Public Domain
|
||||
|
||||
* dmobs_thunder.ogg - CC-0 : https://freesound.org/people/Josh74000MC/sounds/475094/
|
||||
* dmobs_wind.ogg - CC-BY 3.0 : https://freesound.org/people/Pedaling%20Prince/sounds/338952/
|
||||
* dmobs_poison.ogg - CC-BY 3.0 : https://freesound.org/people/qubodup/sounds/182789/
|
||||
* dmobs_wave.ogg - CC-BY 3.0 : https://freesound.org/people/Kayyy/sounds/61011/
|
||||
|
||||
|
||||
--License of lib_mount:
|
||||
-- Minetest mod: lib_mount
|
||||
-- =======================
|
||||
@ -49,4 +55,4 @@ wasp.ogg - Public Domain
|
||||
|
||||
-- License of source code:
|
||||
-- -----------------------
|
||||
-- WTFPL
|
||||
-- WTFPL
|
||||
|
Loading…
x
Reference in New Issue
Block a user