From f7ac229ccf041c5c63401d64ca30769ccb63f088 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Tue, 8 Feb 2022 18:20:38 +0000 Subject: [PATCH] fix typo (thx SwissaplS) --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 21adc81..dee0280 100644 --- a/init.lua +++ b/init.lua @@ -33,7 +33,7 @@ if minetest.features.object_independent_selectionbox then end --- horse shoes (speed, jump, break, overlay texture) +-- horse shoes (speed, jump, brake/reverse speed, overlay texture) local shoes = { ["mobs:horseshoe_steel"] = {7, 4, 2, "mobs_horseshoe_steelo.png"}, ["mobs:horseshoe_bronze"] = {7, 4, 4, "mobs_horseshoe_bronzeo.png"},