139 comments
-
Will this be updated to 1.6?, it'd be awesome, this mod is a necessity
-
You say that you are open to new mod ideas? What about a bird watching mod? bring new birds into the world, different birds for different habitats, seasons, and weather. Give us a pair of binoculars or something to use to see them. And have it be a "see them all" quest maybe with the adventurers guild or the museum? Does this sound like fun for anyone else?
-
Hello, I'm using a translator, so please understand even if the way I speak is awkward.
I was informed that a YouTuber made a mode pack in someone else's mode and distributed it without permission.
When I downloaded and checked the file, it included not only my mode but also your mode, so I'm telling you this.
I have complained several times through the comments in the video, but I keep deleting and ignoring my comments without answering.
What should I do? It's a problem because the method of reporting is complicated.
This is a link to the YouTube video in question.
This YouTuber wrote down a link that allows you to download files in the description section of the video.
https://youtu.be/hzFGbf2cIgM -
its not compatable anymore :( are you thinking of updating this mod? :)
-
Seconding this, this mod is basically the one i use the most
-
Bumping. This mod is life.
-
Thirding!
-
Can't live without this mod. Please! and Thank You!
-
Yes PLEASE update!!!
-
If you have time please update this. I love it so much
-
Horse Flute Anywhere? works in 1.5 and you can configure it so that the flute itself isn't required.
-
Same!
-
Hoping for this also!
-
-
are u updating the mod anymore?
-
I'm not sure if there will be an update from the original creator of this mod. I myself am still searching for an unofficial update. But given that the game now has a summoning flute for the horse , it might be unlikely that this is going to be a priority for the mod creator update.
-
Oh thanks, I didnt know this was added to the game
-
You can use an item spawner if you are desperate.
-
Horse Flute Anywhere works in 1.5 and you can configure it so that the flute itself isn't required.
-
-
Am I the only one who can't use it?
-
The 1.4 version does not work with 1.5. Thankfully, the author provided the full source code in the github repo, so any enterprising individual could download the source and recompile it for 1.5.
-
There's an alternative mod called Horse Flute Anywhere that works with 1.5
-
--
-
-
Great mod! I've a suggestion though. Could we get a version or a config option that instead of just teleporting the horse near you, it gets you mounted on it right away? And on the next press of the hotkey dismounts you?
Press V to Auto-mount on horse -> Go where you need to go -> Press V to dismount
-
This makes the minecarts so much more convenient to use! I'm so glad I don't have to choose between getting the place I want right now and being able to go to anywhere not near a minecart more quickly.
-
This mod is really nice, however when playing multiplayer it has some big bugs.
1. When using the whistle it might spawn a fake horse, that has the sprite but disappears when I try to ride it
2. Sometimes (most often when using it on the farm) it does spawn the horse, but it has my friend n top of it, who just got teleported with, even though they weren't even close to the horse
3. When I use it while my friend is on the beach they teleport in the water and softlock over there
I'd really like to have all these things fixed so I can use the horsewhistle again because it honestly is a really nice mod-
Did that happen when the server player had the mod?
I've only tried it while connecting to my friend's server who doesn't have the mod. In that case, it just plays the whistle sound but does nothing.
It would be cool to get it working on multiplayer though! I imagine it's possible to make it work for the server player even if the connected players don't have it.
-
-
Would it be possible for you to add multiple key-bind support to the config?
So for example; I could use these settings:
"TeleportHorseKey": "V, DPadDown"
At the moment if I use that correct format, neither key-bind functions.
Also how about letting us rebind the toggle balance mode? Or just turning it off completely and just have the option in the config?-
The settings files are in json, and the correct format for writing lists in json is
"TeleportHorseKey" : ["V", "DPadDown"]
I'm not sure if that does work in this mod, but if it was implemented, that's how it would work (unless the author goes out of their way to make it different than standard). The way you wrote it doesn't work, because it's looking for a single key/button that's named "V, DPadDown" and not 2 different ones.
(Note: I'm not a developer for this mod, but I am working on my own mods now. So I know how the config files are formatted.)
-