begin adding d

This commit is contained in:
HybridDog 2014-11-16 14:07:51 +01:00
parent f1e2132904
commit a12a7d860c
3 changed files with 16 additions and 13 deletions

View File

@ -5,3 +5,5 @@ pug http://freesound.org/people/bspiller5/sounds/180256/
bichonfrise http://freesound.org/people/StephenSaldanha/sounds/121891/
the other sounds are CC0
doge texture from https://i.imgur.com/81qyN1y.jpg

View File

@ -44,21 +44,11 @@ end
--This is for the actual Dog blocks.------------------------------------------------------------
local dogs = {
["Pug"] = {"b"},
["Beagle"] = {"b", "bw", "bw", "w", "w"},
["German Shepherd"] = {"b", "b", "bw", "bw", "bw", name="gs"},
["Fox Terrier"] = {"w", "w", "bw", name="ft"},
["Bichon Frise"] = {"w", name="bf"},
["Labrador Retriever"] = {
name = "lb",
recipe = {
{"", "", "default:torch"},
{"dogblocks:fur_b", "dogblocks:fur_b", "wool:black"},
{"dogblocks:fur_b", "", "dogblocks:fur_b"},
}
},
["Rottweiler"] = {"b", "b", "b", "bw", "bw"},
["Doge"] = {"b", "o", "y", "y", "y", name="d"},
["Fox Terrier"] = {"w", "w", "bw", name="ft"},
["German Shepherd"] = {"b", "b", "bw", "bw", "bw", name="gs"},
["Labradoodle"] = {
name = "ld",
recipe = {
@ -68,6 +58,17 @@ local dogs = {
}
},
["Labrador Retriever"] = {
name = "lb",
recipe = {
{"", "", "default:torch"},
{"dogblocks:fur_b", "dogblocks:fur_b", "wool:black"},
{"dogblocks:fur_b", "", "dogblocks:fur_b"},
}
},
["Pug"] = {"b"},
["Rottweiler"] = {"b", "b", "b", "bw", "bw"},
}
local function bark(pos, s)

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB