Skip to content

Commit

Permalink
fix: tweaked staging for rustic slate blocks
Browse files Browse the repository at this point in the history
fixes #3372
  • Loading branch information
artdude543 committed Oct 27, 2018
1 parent a6de109 commit aa76ee3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions src/config/mputils/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ should not be repairable anyways using this method. (#2925)
* Fixed Pneumaticraft assembly laser recipe to use correct dye.
* Added recipes for missing Natura Grass blocks/slabs/stairs (#3310)
* Fixed missing recipe for emptying rustic bottles (#2157)
* Tweaked staging for rustic slate blocks (#3372)

Enhancements:
* Disabled more Cyclic Enhancements not needed for this pack.
Expand Down Expand Up @@ -93,6 +94,8 @@ Mods Added:
* Building Gadgets (1.6.2)
* Corails Tombstone (3.2.6)
* This replaces Tomb Many Graves.
* Fast Furnace (1.1.1)
* Caches the last recipe used. Helps with tick time and look up speed etc...
* In-Game Wiki
* Needed for the mods which don't have only docs but support IGW.
* JustEnoughIDs (1.0.2-26)
Expand Down
18 changes: 9 additions & 9 deletions src/scripts/crafttweaker/staging/itemsAndRecipes/mods/rustic.zs
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,17 @@ static stagedItems as IIngredient[][string] = {
<rustic:evaporating_basin:0>,
<rustic:granite_pillar:0>,
<rustic:rope:0>,
<rustic:slate_brick:0>,
<rustic:slate_brick_slab_item:0>,
<rustic:slate_chiseled:0>,
<rustic:slate_pillar:0>,
<rustic:slate_roof:0>,
<rustic:slate_roof_slab_item:0>,
<rustic:slate_tile:0>,
<rustic:stairs_ironwood:0>,
<rustic:stairs_olive:0>,
<rustic:stairs_slate_brick:0>,
<rustic:stairs_slate_roof:0>,
<rustic:stone_pillar:0>,
<rustic:table_acacia:0>,
<rustic:table_big_oak:0>,
Expand Down Expand Up @@ -175,15 +183,7 @@ static stagedItems as IIngredient[][string] = {
<rustic:iron_lattice:0>,
<rustic:liquid_barrel:0>,
<rustic:retort_advanced:0>,
<rustic:retort:0>,
<rustic:slate_brick_slab_item:0>,
<rustic:slate_brick:0>,
<rustic:slate_chiseled:0>,
<rustic:slate_roof_slab_item:0>,
<rustic:slate_roof:0>,
<rustic:slate_tile:0>,
<rustic:stairs_slate_brick:0>,
<rustic:stairs_slate_roof:0>
<rustic:retort:0>
],

stageThree.stage: [
Expand Down

0 comments on commit aa76ee3

Please sign in to comment.