diff --git a/init.lua b/init.lua index 7dd5c44..bfae5d9 100644 --- a/init.lua +++ b/init.lua @@ -9,6 +9,7 @@ boost_cart.punch_speed_max = 7 if not boost_cart.modpath then + -- For Minetest 0.4.12 and older that don't look at the "mod.conf" file error("\nWrong mod directory name! Please change it to 'boost_cart'.\n" .. "See also: http://dev.minetest.net/Installing_Mods") end diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..7da19df --- /dev/null +++ b/mod.conf @@ -0,0 +1 @@ +name = boost_cart \ No newline at end of file