Skip to content

Commit

Permalink
Update Blaze's Vehicle Additions mod after...well, a few months.
Browse files Browse the repository at this point in the history
  • Loading branch information
jokermatt999 committed Apr 26, 2015
1 parent 7605091 commit d64b4be
Show file tree
Hide file tree
Showing 16 changed files with 7,906 additions and 542 deletions.
307 changes: 218 additions & 89 deletions data/mods/blazemod/blaze_ammo.json

Large diffs are not rendered by default.

597 changes: 597 additions & 0 deletions data/mods/blazemod/blaze_ammo_recipes.json

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions data/mods/blazemod/blaze_ammo_types.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[
{
"type" : "ammunition_type",
"id" : "hbolt",
"name" : "ballista bolt",
"default" : "hbolt_wood"
},
{
"type" : "ammunition_type",
"id" : "ripdisk",
"name" : "bladed disk",
"default" : "ripdisk"
},
{
"type" : "ammunition_type",
"id" : "h_projectile",
"name" : "heavy projectiles",
"default" : "mininuke_mod"
}
]
]

0 comments on commit d64b4be

Please sign in to comment.