promotional bannermobile promotional banner

Receiver Gun Mod

A mod based on the game Receiver that adds realistic gun handling

File Details

Receiver-0.1.0_(MC_1.14.4).jar

  • B
  • Jun 14, 2020
  • 787.91 KB
  • 4.4K
  • 1.14.4
  • Forge

File Name

Receiver-0.1.0_(MC_1.14.4).jar

Supported Versions

  • 1.14.4

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:receiver-mod-300886:2979696")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

THIS VERSION IS MEANT AS A SNAPSHOT AND IS NO WHERE NEAR A FULL RELEASE

Almost completely rebuilt from the ground up due to the massive changes to Forge

guns
    Colt 1911
    Glock 17
    SW Model 10
    Thompson
    M1 Garand

custom dimension has been not re-implemented, instead a custom structure system can now be found in all biomes.  This structure is generated as an elevator that pokes out of the ground while the rest of the structure is underground.  It consists of randomly placed rooms connected by corridors and filled with vanilla mobs.  You can find all current guns and ammo in this structure as well as a new Ammo Container Item.

Blocks
    Ammo Crafter (repacks casings with redstone gunpowder and iron, recipes are json recipes so can be replaced with a data pack, only item counts can be changed though, this will change in the future)

 

Other Items
    Binoculars
    Ammo Container (can be found in the Lab of the new structure, holds an infinite amount of one casing/cartridge type, does not have a model yet)
    .45 ACP
    .38 special
    9mm
    30-06

Misc.
    There is now support for using BlockBench Models made in Free Mode and saved as .bbmodel (the M1 Garand is a .bbmodel), a separate Json file is needed to define the animations (or can be ignored if you don't want animations)

    Vanilla will complain about missing models, the custom model loader system changed between 1.12.2 and 1.14.4 so I had to load my models after vanilla tries to load the models.  This will eventually be fixed as there is now a new model loader system.

IF SOMETHING FROM THE 1.12.2 VERSION IS NOT LISTED HERE, IT IS PROBABLY NOT RE-IMPLEMENTED