Yezgromafic Posted July 30, 2018 Share Posted July 30, 2018 So im creating this map for a custom game mode which is supposed to represent a civil war-battered field with 2 opposing sides so i said hey, a civil war should include guns right? Since i couldn't use any of the gun mods i liked (Balkon's weapons mod, Old guns mod) because they got abandoned by the developers and were cut short after 1.8 version i decided to make my own gun mod. Now i started simple, found some tutorials on item making and actually managed to make a rifle and a bullet. If you take a look at the above mentioned outdated mods, you will notice that the rifles behave exactly like the bow. They have the same animation, they spawn a projectile entity which damages a living entity upon impact (and travels quite far needles to say). This is exactly how i want my rifle to be! The problem is, i cant find tutorials on anything similar. Some people told me to modify the bows code but that didn't work out well since i couldn't register my rifle as an item later and i was left clueless. I really don't know from where to begin, and if someone more experienced (or anyone at this point really) could give me an advice, provide me a tutorial or at least point me into the right direction i wouldn't be able to thank him enough! Quote Link to comment Share on other sites More sharing options...
PulseBeat_02 Posted July 30, 2018 Share Posted July 30, 2018 (edited) Not all of the gun mods were discontinued. Take a look at the 1.12.2 Modern Warfare mod. Here is the link: [Link Removed] Keep in mind that if you want to update of edit mods you don't own, you must ask the owner first! Edited July 30, 2018 by DaemonUmbra Link Removed 1 Quote Link to comment Share on other sites More sharing options...
vpontin Posted July 30, 2018 Share Posted July 30, 2018 3 hours ago, PulseBeat_02 said: Not all of the gun mods were discontinued. Take a look at the 1.12.2 Modern Warfare mod. Here is the link: [link] Keep in mind that if you want to update of edit mods you don't own, you must ask the owner first! Seriously, dont link 9minecraft, its a scam website (http://stopmodreposts.org/ and https://github.com/StopModReposts/Illegal-Mod-Sites/blob/master/SITES.md) 1 Quote Link to comment Share on other sites More sharing options...
Cadiboo Posted July 30, 2018 Share Posted July 30, 2018 @Yezgromafic My Mod has guns just like that, its still in development though. To make a gun Copy the bow code to a new item. Register the item with Registry Events. Make an entity (bullet) Register that entity modify the item (bow) code to shoot that entity instead of arrows 1 Quote About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme) Link to comment Share on other sites More sharing options...
Yezgromafic Posted July 30, 2018 Author Share Posted July 30, 2018 9 hours ago, PulseBeat_02 said: Not all of the gun mods were discontinued. Take a look at the 1.12.2 Modern Warfare mod. Here is the link: [Link Removed] Keep in mind that if you want to update of edit mods you don't own, you must ask the owner first! An update first came in my mind but in order to avoid that copyright riffraff i decided to make my own mod inspired by those mods as i said And modern warfare mod is great but its not something im looking for exactly, it seems way too advanced for me Quote Link to comment Share on other sites More sharing options...
Yezgromafic Posted July 30, 2018 Author Share Posted July 30, 2018 2 hours ago, Cadiboo said: @Yezgromafic My Mod has guns just like that, its still in development though. To make a gun Copy the bow code to a new item. Register the item with Registry Events. Make an entity (bullet) Register that entity modify the item (bow) code to shoot that entity instead of arrows @Cadiboo Im so glad im on the only one in this world with this idea Do you happen to have a discord man? I would love to try out your mod Quote Link to comment Share on other sites More sharing options...
PulseBeat_02 Posted July 30, 2018 Share Posted July 30, 2018 @vpontin @DaemonUmbra Oops, sorry about that. The download without 9minecraft is here on curseforge: https://minecraft.curseforge.com/projects/vics-modern-warfare-mod/files It's just that it is unfortunate that when I search up modern warfare mod 1.12.2, 9minecraft is the first result that shows up. I totally agree with you guys to stop mod reposts, it's just that I didn't realize until someone told me. 1 Quote Link to comment Share on other sites More sharing options...
Cadiboo Posted August 1, 2018 Share Posted August 1, 2018 On 7/30/2018 at 9:33 PM, Yezgromafic said: @Cadiboo Im so glad im on the only one in this world with this idea Do you happen to have a discord man? I would love to try out your mod My discord is Cadiboo#8887. I'm still making the mod, but you can have a look at some test versions here 1 Quote About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme) Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.