1
0
鏡像自 https://codeberg.org/tenplus1/mobs_animal.git 已同步 2025-09-15 20:15:21 +02:00

add white rat, replace sounds

此提交包含在:
tenplus1
2024-11-04 13:34:05 +00:00
父節點 e4f16e4911
當前提交 1640a32619
共有 7 個檔案被更改,包括 14 行新增4 行删除

查看文件

@@ -20,7 +20,10 @@ mobs:register_mob("mobs_animal:chicken", {
},
child_texture = {{"mobs_chick.png"}},
makes_footstep_sound = true,
sounds = {random = "mobs_chicken"},
sounds = {
random = "mobs_chicken",
replace = "default_dig_crumbly"
},
walk_velocity = 1,
run_velocity = 3,
runaway = true,

查看文件

@@ -21,7 +21,10 @@ mobs:register_mob("mobs_animal:cow", {
{"mobs_cow2.png"}
},
makes_footstep_sound = true,
sounds = {random = "mobs_cow"},
sounds = {
random = "mobs_cow",
replace = "default_dig_crumbly"
},
walk_velocity = 1,
run_velocity = 2,
jump = true,

查看文件

@@ -15,7 +15,8 @@ mobs:register_mob("mobs_animal:rat", {
mesh = "mobs_rat.b3d",
textures = {
{"mobs_rat.png"},
{"mobs_rat2.png"}
{"mobs_rat2.png"},
{"mobs_rat3.png"}
},
makes_footstep_sound = false,
sounds = {random = "mobs_rat"},

查看文件

@@ -90,7 +90,10 @@ for _, col in ipairs(all_colours) do
},
gotten_texture = {"mobs_sheep_base.png^mobs_sheep_shaved.png"},
makes_footstep_sound = true,
sounds = {random = "mobs_sheep"},
sounds = {
random = "mobs_sheep",
replace = "default_dig_crumbly"
},
walk_velocity = 1,
run_velocity = 2,
runaway = true,

未顯示二進位檔案。

之前

寬度:  |  高度:  |  大小: 1.3 KiB

之後

寬度:  |  高度:  |  大小: 675 B

未顯示二進位檔案。

之前

寬度:  |  高度:  |  大小: 1.5 KiB

之後

寬度:  |  高度:  |  大小: 788 B

二進制
textures/mobs_rat3.png 一般檔案

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 827 B