]> git.lizzy.rs Git - Crafter.git/commit
Add pig mob and various other improvements
authoroilboi <47129783+oilboi@users.noreply.github.com>
Tue, 18 Feb 2020 15:12:54 +0000 (10:12 -0500)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Tue, 18 Feb 2020 15:12:54 +0000 (10:12 -0500)
commit61b1c7b5d5fef4c0634d44d5d890f022e0321feb
treec8ad896d20b754c9c5b91729a514525c791f3306
parent1ef915e5ceef844ecbca213d409cd84b4e4426dc
Add pig mob and various other improvements
18 files changed:
mods/main/mapgen.lua
mods/main/nodes.lua
mods/main/sounds/tool_break.ogg [new file with mode: 0644]
mods/main/tools.lua
mods/minecart/init.lua
mods/minecart/rail.lua
mods/mob/init.lua
mods/mob/items.lua [new file with mode: 0644]
mods/mob/models/pig.b3d [new file with mode: 0644]
mods/mob/models/zombie.b3d [new file with mode: 0644]
mods/mob/sounds/mob_die.ogg [new file with mode: 0644]
mods/mob/spawning.lua [new file with mode: 0644]
mods/mob/textures/cooked_porkchop.png [new file with mode: 0644]
mods/mob/textures/pig.png [new file with mode: 0644]
mods/mob/textures/raw_porkchop.png [new file with mode: 0644]
mods/mob/textures/zombie.png [new file with mode: 0644]
mods/tnt/init.lua
todo.txt