1
0
鏡像自 https://codeberg.org/tenplus1/mob_horse.git 已同步 2025-09-18 05:15:27 +02:00

fix typo (thx SwissaplS)

此提交包含在:
tenplus1
2022-02-08 18:20:38 +00:00
父節點 8996ad27d8
當前提交 f7ac229ccf

查看文件

@@ -33,7 +33,7 @@ if minetest.features.object_independent_selectionbox then
end end
-- horse shoes (speed, jump, break, overlay texture) -- horse shoes (speed, jump, brake/reverse speed, overlay texture)
local shoes = { local shoes = {
["mobs:horseshoe_steel"] = {7, 4, 2, "mobs_horseshoe_steelo.png"}, ["mobs:horseshoe_steel"] = {7, 4, 2, "mobs_horseshoe_steelo.png"},
["mobs:horseshoe_bronze"] = {7, 4, 4, "mobs_horseshoe_bronzeo.png"}, ["mobs:horseshoe_bronze"] = {7, 4, 4, "mobs_horseshoe_bronzeo.png"},