Skip to content

Commit

Permalink
Merge pull request #1 from FullOfSpiders/master
Browse files Browse the repository at this point in the history
Restoring the advanced compressor
  • Loading branch information
BlackjackMKV authored Nov 8, 2017
2 parents f51c0d2 + 8004055 commit 2e493bc
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 2 deletions.
3 changes: 2 additions & 1 deletion VoxelPlus/player.config.patch
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@
{ "op": "add", "path": "/defaultBlueprints/tier1/-", "value" : { "item" : "essence200k" } },
{ "op": "add", "path": "/defaultBlueprints/tier1/-", "value" : { "item" : "essence500k" } },
{ "op": "add", "path": "/defaultBlueprints/tier1/-", "value" : { "item" : "essence1m" } },
{ "op": "add", "path": "/defaultBlueprints/tier1/-", "value" : { "item" : "advancedcompressor" } },
{ "op": "add", "path": "/defaultBlueprints/tier1/-", "value" : { "item" : "compressaltar" } },
{ "op": "add", "path": "/defaultBlueprints/tier1/-", "value" : { "item" : "smalladvancedorestation" } },
{ "op": "add", "path": "/defaultBlueprints/tier1/-", "value" : { "item" : "smallbasicorestation" } },
{ "op": "add", "path": "/defaultBlueprints/tier1/-", "value" : { "item" : "smallcompressaltar" } }
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"output" : { "item" : "voxel500p", "count" : 1 },
"duration" : 0.9,
"groups" : [ "aacompressor", "advcompress" ]
"groups" : [ "acompressor", "advcompress" ]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
{"op":"add","path":"/groups/-","value":"acompressor"},
{"op":"add","path":"/groups/-","value":"advcompress"}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
{"op":"add","path":"/groups/-","value":"acompressor"},
{"op":"add","path":"/groups/-","value":"advcompress"}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
{"op":"add","path":"/groups/-","value":"acompressor"},
{"op":"add","path":"/groups/-","value":"advcompress"}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
{"op":"add","path":"/groups/-","value":"acompressor"},
{"op":"add","path":"/groups/-","value":"advcompress"}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
{"op":"add","path":"/groups/-","value":"acompressor"},
{"op":"add","path":"/groups/-","value":"advdecompress"}
]
4 changes: 4 additions & 0 deletions VoxelPlus/recipes/pixelcompressor/refine/voxel1k.recipe.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
{"op":"add","path":"/groups/-","value":"acompressor"},
{"op":"add","path":"/groups/-","value":"advdecompress"}
]
4 changes: 4 additions & 0 deletions VoxelPlus/recipes/pixelcompressor/refine/voxel2k.recipe.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
{"op":"add","path":"/groups/-","value":"acompressor"},
{"op":"add","path":"/groups/-","value":"advdecompress"}
]
4 changes: 4 additions & 0 deletions VoxelPlus/recipes/pixelcompressor/refine/voxel5k.recipe.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
{"op":"add","path":"/groups/-","value":"acompressor"},
{"op":"add","path":"/groups/-","value":"advdecompress"}
]
12 changes: 12 additions & 0 deletions VoxelPlus/recipes/pixelstation/advancedcompressor.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"input" : [
{ "item" : "pixelcompressor", "count" : 1 },
{ "item" : "solariumstar", "count" : 20 }
],
"output" : {
"item" : "advancedcompressor",
"count" : 1
},
"duration" : 5,
"groups" : [ "pixelstation" ]
}

0 comments on commit 2e493bc

Please sign in to comment.