
Pointblank Magazines (VPB)
Активный0.0
Установок
Последнее обновление
This mod adds magazines for the Vic's Point Blank mod, to attempt to make it closer to the original Vic's Modern Warfare from 1.12.2 that it was based off of.
Currently there are 41 magazines, with an easy to understand system of making your own! (See below)
There are also ammo boxes for every type of ammo that allow you to carry more than one stack. If you do not want a gun to use magazines and use the default ammo type, you can just remove it and its associated magazine tag from the config (I would not reccommend touching the config if you arent familar with it).
If you want to use another content pack's guns with this mod's default magazines, you just need to assign a gun in the Config along with a magazine tag.
-FOR DEVELOPERS-
If you want to make your own magazines for a content pack, you will need to know a little bit about how to make mods, and it will not be possible with MCreator, you could also just use the existing magazines and change the Config to use content pack guns with the magazines. You may also be able to use KubeJS if you're creative enough (you would need scripts to be able to add ammo to the magazine).
-First you will need to extend the MagazineItem class, add your Item[] in, which should be a pointblank AmmoRegistry Item, like AmmoRegistry.AMMO9MM.get(), and then make new Item.Properties, where the durability will be your magazine size. After that just register the item, give it whatever texture/java model you want and make a tag for it under the vpbm namespace, see the tags from this mod as an example. Now it should work if you add it to a gun in the Config!