Merge pull request 'milan2018' (#3) from milan2018 into master
This commit is contained in:
commit
c0d8da6e57
3 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,7 @@ dofile(minetest.get_modpath("basic_machines").."/protect.lua") -- enable interac
|
|||
dofile(minetest.get_modpath("basic_machines").."/ball.lua") -- interactive flying ball, can activate blocks or be used as a weapon
|
||||
dofile(minetest.get_modpath("basic_machines").."/enviro.lua") -- enviro blocks that can change surrounding enviroment physics, uncomment spawn/join code to change global physics, disabled by default
|
||||
minetest.after(0, function()
|
||||
dofile(minetest.get_modpath("basic_machines").."/mesecon_doors.lua") -- if you want open/close doors with signal, also steel doors are made impervious to dig through, removal by repeat punch
|
||||
-- dofile(minetest.get_modpath("basic_machines").."/mesecon_doors.lua") -- if you want open/close doors with signal, also steel doors are made impervious to dig through, removal by repeat punch
|
||||
dofile(minetest.get_modpath("basic_machines").."/mesecon_lights.lua") -- adds ability for other light blocks to toggle light
|
||||
end)
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@ mobs:register_mob("mobs_animal:cow", {
|
|||
mesh = "mobs_cow.x",
|
||||
textures = {
|
||||
{"mobs_cow.png"},
|
||||
{"mobs_cow2.png"},
|
||||
},
|
||||
makes_footstep_sound = true,
|
||||
sounds = {
|
||||
|
|
BIN
mobs_animal/textures/mobs_cow2.png
Normal file
BIN
mobs_animal/textures/mobs_cow2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Loading…
Reference in a new issue