donkey drawtype is "backside"

This commit is contained in:
Hildigerr Vergaray 2020-04-22 01:58:57 -07:00
parent 8d72988b2b
commit 873d7efb35
3 changed files with 4 additions and 3 deletions

View File

@ -32,7 +32,7 @@ There are also these additional setting options:
### Animals ###
- [x] **Cows** are large beasts that can be milked--until they go dry. They are tasty when killed and cooked. They like grass.
- [x] **Donkeys** are large beasts that walk sideways. lol
- [x] **Donkeys** are large beasts that don't do much yet. [See TODO.txt]
- [x] **Rabbits** are cute little critters that you can pick up. They are tasty when cooked. They like berries and carrots, but are shy and get spooked easy. They can be white, grey, or brown.
- [x] **Racoons** are cute little beasts. They will take whatever you give them, but only appreciate things that are *eatable*.
- [x] **Rats** are cute little critters that you can pick up. They are tasty when cooked.

View File

@ -1,6 +1,6 @@
--------------------------------------------------------------------------------
--BUGS:
-- donkey heading is sideways
--
--HIGH PRIORITY:
-- support more food, --check balance-- [cheese]
-- add fresh meat, and remove rotten meat litter eventually:
@ -14,6 +14,7 @@
-- animal breeding & extinction possibility
-- add monsters,
-- cows lift head in water and when walking sometimes
-- Donkeys: can be tamed and used to carry chests
-- Racoons: drop furs, craft coonskin hats
-- taxedermy
--LOW PRIORITY:

View File

@ -17,7 +17,7 @@ donkey_def = {
damage = {water = 5, lava = 8, light = 0},
visual = "mesh",
drawtype = "front",
drawtype = "backside",
mesh = "mobs_donkey.x",
visual_size = {x=2.0, y=2.5},
collisionbox = {-0.7, -0.01, -0.4, 0.7, 1.4, 0.4},