
Chris's Cursed & Concepts
This is a gun pack addon for Vic's Point Blank mod that features guns that I made up and mashed together when I was bord. A few guns exist but want to add it in because I like it. This addon was for fun and to bring wacky ideas to shoot with
What is it?
This is a gun pack addon for Vic's Point Blank mod that features guns that I made up and mashed together when I was bord. There is a few guns that exist in the real world but I want to add it in because I like it. This addon was for fun and to bring wacky ideas and unusual weapons to shoot with. The attachments in this pack should automatically work with other pack addons.
What does it add?
In this addon it adds:
- 14 guns
- 3 skins for one gun
- 5 sight attachments
- 3 underbarrel attachments
- 3 upgrade attachments
Video review:
Installation:
Step 1: Download the content pack
Step 2: If you haven't already, create a folder in your ".minecraft" folder called "pointblank". Depending on your OS (Operating System), your Minecraft file should be in:
-
Windows: C:\users\[your user name]\AppData\Roaming.minecraft
-
Linux: ~/.minecraft
-
MacOS: ~/Library/Application Support/minecraft
Step 3: Drag & drop the content pack into the "pointblank" folder inside your ".minecraft" folder
Step 4: Enjoy!
For pack creators
Lazer attachments
My addon features lazer attachments that is suppose to glow in the dark. If you equip the attachment in any gun other than my pack, it wont glow. All you have to do is add this code to your gun item's JSON file:
"glowingParts":[
{
"name": "lazer",
"texture": "textures/effect/ldt_lazer.png",
"direction": "south"
},
{
"name": "dot",
"texture": "textures/effect/ldt_dot.png",
"direction": "south"
},
{
"name": "lazer_g",
"texture": "textures/effect/ldt_lazer_g.png",
"direction": "south"
},
{
"name": "dot_g",
"texture": "textures/effect/ldt_dot_g.png",
"direction": "south"
}
]
It is optional but I know you want it to glow...
Pap attachments
My addon features an upgrade for guns that adds damage to them. The way it attaches to the gun is via muzzle attachment. If you want the upgrade to be equpied to your pack but dont want a muzzle slot to be equiped on the gun; All you have to do is add this code to your gun item's JSON file under "compatibleAttachmentGroups" as shown below:
"compatibleAttachmentGroups": [
"c3pap"
]
It will allow your guns to add the upgrade and not other muzzle attachments. If your guns have a muzzle slot to equip a muzzle attachment, adding "c3pap" will allow your gun to equip both any muzzle attachment you wanted and the upgrade attachment (even though the upgrade attachment is labeled as a muzzle attachment) at the same time.
