begin adding d
This commit is contained in:
parent
f1e2132904
commit
a12a7d860c
@ -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
|
||||
|
27
init.lua
27
init.lua
@ -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)
|
||||
|
BIN
textures/dogblocks_dog_d.png
Normal file
BIN
textures/dogblocks_dog_d.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.7 KiB |
Loading…
x
Reference in New Issue
Block a user