Skip to content

Commit

Permalink
move bfeed to blob-specific file
Browse files Browse the repository at this point in the history
removes `bfeed` from blaze_ammo_types.json into a new blob_ammo_types.json to finish separating blob from base blaze stuff, was missed by initial refactor
  • Loading branch information
Soup-de-Loop committed Apr 18, 2020
1 parent bc93885 commit 92e02ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 0 additions & 6 deletions data/mods/blazemod/blaze_ammo_types.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
[
{
"id": "bfeed",
"name": "blob feed",
"default": "bfeed",
"type": "ammunition_type"
},
{
"id": "h_projectile",
"name": "heavy projectiles",
Expand Down
8 changes: 8 additions & 0 deletions data/mods/blazemod/blob_ammo_types.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"id": "bfeed",
"name": "blob feed",
"default": "bfeed",
"type": "ammunition_type"
}
]

0 comments on commit 92e02ff

Please sign in to comment.