All right, I've recently started writing mods for LiteLoader, and have four revivals, two original mods, and one continuation under my belt. I'd like to keep going, keep learning more about modding, but I've hit a bit of a snag -- I don't know what else to make mods for. As such, I've started this thread, so you can help me come up with ideas that you would like to see done in LiteLoader. Feel free to leave suggestions in the comments below, and if they seem plausible (maybe even if they don't) I'll add them to a running list. Keep in mind, LiteLoader is designed for client side changes only, so adding new blocks, items, dimensions, etc. are all impossible endeavors where LiteMods are concerned.
LiteMod Ideas
Run Toggle -- Hate having to hold down shift to run? This will toggle an "always running" setting like the one in Skyrim
Don't see your ideas here? Suggest some!
something similar to Inventory Tweaks but for LiteLoader (I'm actually not sure what to call this one, but it can't be Inventory Tweaks, so any ideas would be appreciated)
LiteMods Currently in Development
Path Finder -- Got lost? Follow the path on the ground to get back home!
Craft Guide Revived
Salvage -- Keep accidentally breaking your tools or weapons? This will transfer them out of your hand (and possibly replace them with another) right before they break
Have an idea for a mod? Join me on Discord or let me know here! (I prefer Discord though)
Keep track of the latest news and updates by following my twitter!
Feel like playing MC with me? Join me on the official PC Gamer US server here!
I can try to port Titanic to a client mod, but I can't make any guarantees, seeing as spigot allows for far more functionality out of its plugins than liteloader can its mods -- basically this could be far too complex for liteloader to handle.
As far as the block IDs, I don't see why you'd want to go back to that now that they've got more descriptive ways to access blocks.
Rollback Post to RevisionRollBack
Have an idea for a mod? Join me on Discord or let me know here! (I prefer Discord though)
Keep track of the latest news and updates by following my twitter!
Feel like playing MC with me? Join me on the official PC Gamer US server here!
While dags isn't making a .litemod version of DaFlight anymore (since he's rewriting the whole mod from the ground up) he is still developing a version that's compatible with liteloader. Download the latest version that he's released and place it in your mods folder just like any other litemod.
Admittedly he hasn't updated to 1.10 yet, but he has not abandoned us litemodders.
Have an idea for a mod? Join me on Discord or let me know here! (I prefer Discord though)
Keep track of the latest news and updates by following my twitter!
Feel like playing MC with me? Join me on the official PC Gamer US server here!
While dags isn't making a .litemod version of DaFlight anymore (since he's rewriting the whole mod from the ground up) he is still developing a version that's compatible with liteloader. Download the latest version that he's released and place it in your mods folder just like any other litemod.
Admittedly he hasn't updated to 1.10 yet, but he has not abandoned us litemodders.
His version 4 Fork doesn't support single player and his server side , is not as good as the features , that have always existed in spigot essentials. If you read his comments today , I interpret that as , I'm busy , if you want a version here's the GIT go build it . What are you using for a Fly mod for the newer versions .If you port it over to use gradle and Mumfreys Mixings then its not the hard to maintain future versions
I stand by what I said before -- he is still developing the mod and it works both on server and in single player despite the simplified interface. Hell, even I have it working when I play 1.9.x. If you use the latest version in the link I already gave you it should work fine, since it does support both single player and multiplayer.
He's trying to get away from using as much code in Minecraft because that's the stuff that breaks when it's updated.
To wrap up, I refuse to take over a mod that somebody is still actively developing, especially one that works, so my final answer is no, I will not work DaFlight.
Have an idea for a mod? Join me on Discord or let me know here! (I prefer Discord though)
Keep track of the latest news and updates by following my twitter!
Feel like playing MC with me? Join me on the official PC Gamer US server here!
I like how enthusiastic you are, but I refuse to work with Forge. Maybe indirectly with things like recipes for items and that kind of stuff (which is based off vanilla minecraft code) but I honestly don't have the time to learn another development environment. As such, this thread is for litemod suggestions. Maybe you could try working with them yourself, learning some cool coding skills along the way.
Rollback Post to RevisionRollBack
Have an idea for a mod? Join me on Discord or let me know here! (I prefer Discord though)
Keep track of the latest news and updates by following my twitter!
Feel like playing MC with me? Join me on the official PC Gamer US server here!
How about a simple LiteLoader version of InventoryTweaks?
Sounds like it may be possible, but I can't particularly check it out at the moment as I'm not gonna have access to the laptop I code with for the weekend. For now though, I'll add it to the list.
Rollback Post to RevisionRollBack
Have an idea for a mod? Join me on Discord or let me know here! (I prefer Discord though)
Keep track of the latest news and updates by following my twitter!
Feel like playing MC with me? Join me on the official PC Gamer US server here!
Maybe a tiny mod that lets arrows stick to passive/hostile mobs. There was one waaaaay back in early 2012 and it seems like Mojang won't add it in vanilla.
Maybe a tiny mod that lets arrows stick to passive/hostile mobs. There was one waaaaay back in early 2012 and it seems like Mojang won't add it in vanilla.
I'm not 100% sure what you mean by that, but I'm guessing you mean make mobs look as much like pincushions as players do? If that's the case, it could be kinda tricky, since mobs and players have different data tracking
Rollback Post to RevisionRollBack
Have an idea for a mod? Join me on Discord or let me know here! (I prefer Discord though)
Keep track of the latest news and updates by following my twitter!
Feel like playing MC with me? Join me on the official PC Gamer US server here!
I'm not 100% sure what you mean by that, but I'm guessing you mean make mobs look as much like pincushions as players do? If that's the case, it could be kinda tricky, since mobs and players have different data tracking
The only one I'd really suggest is something like "MineLittlePony", only you could enter a specific website (such as one I have) and have the "HDSkins" mod pull from that website. There would have to be controls of some sort, of course. A server may not wish to allow HD skins even through a client mod, or could only deny it until approved using the ClientPermissions mod. I would have to upload what HD .PNG skins I approve of to my website before players could use them from my website. I could, perhaps, set permissions so the skins could only be allowed on *my* Minecraft server and not anyone else's, which I would control using a a whitelist on my server that your plugin would respect. Perhaps the Litemod would only show my HD skin only for myself on any other server if "uptight restrictions" are used. Body sizes, male/ female models could be supported the way MineLittlePony does using color tags at the top left corner the way MineLittlePony does. Perhaps it could be made to "soft-depend" on MineLittlePony.
Anyway, that's the mod I'd really love to have and allow my players HD skins on my server downloaded from my website.
The main problem with this idea is that LiteLoader is primarily a client-side mod. The only person who would see the HD skins is the person who has the mod installed, unless I were to make an entire server mod to handle the data sent back and forth, beyond what the ClientPermissions Mod can handle. In general, this sounds like a mod that would work better on Forge, and I'm fairly certain one may already exist.
Rollback Post to RevisionRollBack
Have an idea for a mod? Join me on Discord or let me know here! (I prefer Discord though)
Keep track of the latest news and updates by following my twitter!
Feel like playing MC with me? Join me on the official PC Gamer US server here!
Ouch. It sounds as if perhaps the MineLittlePony mod handles the server business, rather than something sneaky in how the Litemod works. I didn't think the data process through, hoping as I did the magic "somehow" would just do it. I should know better.
It would be interesting and useful if someone familiar with Spigot plugins would be interested in teaming up with you to do something like this. https://dev.bukkit.org/projects/villagemarker is a mod with both a Spigot plugin to handle server-side "Here's a village!" data and a LiteLoader "Oh, let me display the village!" client side. It would be a happy thing if there was a Spigot plugin that would let me tell the LiteLoader clients who has HD skin data and what website and key to use to pull the image from. Unfortunately, I'm not anywhere near competent enough to sort out those kinds of details.
The Meaning of Life, the Universe, and Everything.
Location:
Jalisco
Join Date:
12/27/2013
Posts:
42
Location:
México
Minecraft:
_Dani
Member Details
Hello there, I would like to suggest a simple yet useful mod that sends you a message everytime a lightning strikes with the cordinates of the event, I've been trying to do this for a long time, but I honestly don't really know how to code, the closest I've ever been to do something like it is this:
And I did it modifying a class in the minecraft code (EntityLightningBolt.class) it looks something like this since then, I've been trying to get help everywhere, but unfortunately, I haven't got any, It would be great if you a mod that can do this
I can see how this could easily be done, though I've no idea how to explain it atm. I'd suggest looking at the code for Gammabright to see how it renders the text in the top left corner, though I've not gotten around to making the code public, nor am I sure whether or not I should. Give me a few weeks though and I'll see what I can do about this (kinda distracted with the ModOff competition).
Rollback Post to RevisionRollBack
Have an idea for a mod? Join me on Discord or let me know here! (I prefer Discord though)
Keep track of the latest news and updates by following my twitter!
Feel like playing MC with me? Join me on the official PC Gamer US server here!
All right, I've recently started writing mods for LiteLoader, and have four revivals, two original mods, and one continuation under my belt. I'd like to keep going, keep learning more about modding, but I've hit a bit of a snag -- I don't know what else to make mods for. As such, I've started this thread, so you can help me come up with ideas that you would like to see done in LiteLoader. Feel free to leave suggestions in the comments below, and if they seem plausible (maybe even if they don't) I'll add them to a running list. Keep in mind, LiteLoader is designed for client side changes only, so adding new blocks, items, dimensions, etc. are all impossible endeavors where LiteMods are concerned.
LiteMod Ideas
LiteMods Currently in Development
LiteMods Currently Completed
Have an idea for a mod? Join me on Discord or let me know here! (I prefer Discord though)
Keep track of the latest news and updates by following my twitter!
Feel like playing MC with me? Join me on the official PC Gamer US server here!
Some ideas :
Try this , port the server side plugin Titanic https://www.spigotmc.org/resources/titanic.23680/ to client mod . It fixes boat mechanics on servers for 1.9+ , but it would be useful client side .
I also miss the blocks they removed after 1.8 and having them in inventory and being able to set them be hand ID's such as 43:8 , 43:9 , 62 , etc ...
I can try to port Titanic to a client mod, but I can't make any guarantees, seeing as spigot allows for far more functionality out of its plugins than liteloader can its mods -- basically this could be far too complex for liteloader to handle.
As far as the block IDs, I don't see why you'd want to go back to that now that they've got more descriptive ways to access blocks.
Have an idea for a mod? Join me on Discord or let me know here! (I prefer Discord though)
Keep track of the latest news and updates by following my twitter!
Feel like playing MC with me? Join me on the official PC Gamer US server here!
Dags is no longer maintaining the Liteloader fork and I have no idea what to do with the server version 4
cant find a replacement for single player flight , except NBT edit in player speeds
https://github.com/DaFlight/DaFlightLiteloader
While dags isn't making a .litemod version of DaFlight anymore (since he's rewriting the whole mod from the ground up) he is still developing a version that's compatible with liteloader. Download the latest version that he's released and place it in your mods folder just like any other litemod.
Admittedly he hasn't updated to 1.10 yet, but he has not abandoned us litemodders.
Download here: https://github.com/DaFlight/DaFlight/releases/latest
Have an idea for a mod? Join me on Discord or let me know here! (I prefer Discord though)
Keep track of the latest news and updates by following my twitter!
Feel like playing MC with me? Join me on the official PC Gamer US server here!
His version 4 Fork doesn't support single player and his server side , is not as good as the features , that have always existed in spigot essentials. If you read his comments today , I interpret that as , I'm busy , if you want a version here's the GIT go build it . What are you using for a Fly mod for the newer versions .If you port it over to use gradle and Mumfreys Mixings then its not the hard to maintain future versions
I stand by what I said before -- he is still developing the mod and it works both on server and in single player despite the simplified interface. Hell, even I have it working when I play 1.9.x. If you use the latest version in the link I already gave you it should work fine, since it does support both single player and multiplayer.
He's trying to get away from using as much code in Minecraft because that's the stuff that breaks when it's updated.
To wrap up, I refuse to take over a mod that somebody is still actively developing, especially one that works, so my final answer is no, I will not work DaFlight.
Have an idea for a mod? Join me on Discord or let me know here! (I prefer Discord though)
Keep track of the latest news and updates by following my twitter!
Feel like playing MC with me? Join me on the official PC Gamer US server here!
Here's another abandoned mod that was popular up to 1.8 . If you would like to give it a go , I will send you the decompiled 1.8
http://www.mediafire.com/download/ibatdpdsb2c8vdn/TMI SOURCE CODE.zip
source or you can can set up a Forge 1.8 workspace and decompile it there . If I remember any more of the good ones I'll leave a post
TooManyItems
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1272385-toomanyitems-the-inventory-editor-and-more-1-8
Here is another one
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1287038-traincraft-4-2-1?comment=3404
I like how enthusiastic you are, but I refuse to work with Forge. Maybe indirectly with things like recipes for items and that kind of stuff (which is based off vanilla minecraft code) but I honestly don't have the time to learn another development environment. As such, this thread is for litemod suggestions. Maybe you could try working with them yourself, learning some cool coding skills along the way.
Have an idea for a mod? Join me on Discord or let me know here! (I prefer Discord though)
Keep track of the latest news and updates by following my twitter!
Feel like playing MC with me? Join me on the official PC Gamer US server here!
How about a simple LiteLoader version of InventoryTweaks?
Sounds like it may be possible, but I can't particularly check it out at the moment as I'm not gonna have access to the laptop I code with for the weekend. For now though, I'll add it to the list.
Have an idea for a mod? Join me on Discord or let me know here! (I prefer Discord though)
Keep track of the latest news and updates by following my twitter!
Feel like playing MC with me? Join me on the official PC Gamer US server here!
Maybe a tiny mod that lets arrows stick to passive/hostile mobs. There was one waaaaay back in early 2012 and it seems like Mojang won't add it in vanilla.
I'm not 100% sure what you mean by that, but I'm guessing you mean make mobs look as much like pincushions as players do? If that's the case, it could be kinda tricky, since mobs and players have different data tracking
Have an idea for a mod? Join me on Discord or let me know here! (I prefer Discord though)
Keep track of the latest news and updates by following my twitter!
Feel like playing MC with me? Join me on the official PC Gamer US server here!
Like this: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1280653-1-2-5-1-3-1-memory-leak-fix-sticky-arrows-fixed
The only one I'd really suggest is something like "MineLittlePony", only you could enter a specific website (such as one I have) and have the "HDSkins" mod pull from that website. There would have to be controls of some sort, of course. A server may not wish to allow HD skins even through a client mod, or could only deny it until approved using the ClientPermissions mod. I would have to upload what HD .PNG skins I approve of to my website before players could use them from my website. I could, perhaps, set permissions so the skins could only be allowed on *my* Minecraft server and not anyone else's, which I would control using a a whitelist on my server that your plugin would respect. Perhaps the Litemod would only show my HD skin only for myself on any other server if "uptight restrictions" are used. Body sizes, male/ female models could be supported the way MineLittlePony does using color tags at the top left corner the way MineLittlePony does. Perhaps it could be made to "soft-depend" on MineLittlePony.
Anyway, that's the mod I'd really love to have and allow my players HD skins on my server downloaded from my website.
The main problem with this idea is that LiteLoader is primarily a client-side mod. The only person who would see the HD skins is the person who has the mod installed, unless I were to make an entire server mod to handle the data sent back and forth, beyond what the ClientPermissions Mod can handle. In general, this sounds like a mod that would work better on Forge, and I'm fairly certain one may already exist.
Have an idea for a mod? Join me on Discord or let me know here! (I prefer Discord though)
Keep track of the latest news and updates by following my twitter!
Feel like playing MC with me? Join me on the official PC Gamer US server here!
Ouch. It sounds as if perhaps the MineLittlePony mod handles the server business, rather than something sneaky in how the Litemod works. I didn't think the data process through, hoping as I did the magic "somehow" would just do it. I should know better.
It would be interesting and useful if someone familiar with Spigot plugins would be interested in teaming up with you to do something like this. https://dev.bukkit.org/projects/villagemarker is a mod with both a Spigot plugin to handle server-side "Here's a village!" data and a LiteLoader "Oh, let me display the village!" client side. It would be a happy thing if there was a Spigot plugin that would let me tell the LiteLoader clients who has HD skin data and what website and key to use to pull the image from. Unfortunately, I'm not anywhere near competent enough to sort out those kinds of details.
Thank you for considering and responding, though.
Hello there, I would like to suggest a simple yet useful mod that sends you a message everytime a lightning strikes with the cordinates of the event, I've been trying to do this for a long time, but I honestly don't really know how to code, the closest I've ever been to do something like it is this:
And I did it modifying a class in the minecraft code (EntityLightningBolt.class) it looks something like this since then, I've been trying to get help everywhere, but unfortunately, I haven't got any, It would be great if you a mod that can do this
I can see how this could easily be done, though I've no idea how to explain it atm. I'd suggest looking at the code for Gammabright to see how it renders the text in the top left corner, though I've not gotten around to making the code public, nor am I sure whether or not I should. Give me a few weeks though and I'll see what I can do about this (kinda distracted with the ModOff competition).
Have an idea for a mod? Join me on Discord or let me know here! (I prefer Discord though)
Keep track of the latest news and updates by following my twitter!
Feel like playing MC with me? Join me on the official PC Gamer US server here!