Skip to content

Commit

Permalink
fix(contenttweaker): Add ores to oredicts to allow processing
Browse files Browse the repository at this point in the history
Stoped removing the Content Tweaker ores from their oredicts so they can be processed by machines other than the quartz grindstone.

Fixes #3147
  • Loading branch information
monodemono committed Aug 11, 2018
1 parent 646f4ab commit feaf408
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/config/mputils/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ should not be repairable anyways using this method. (#2925)
* Added missing recipes for some power inputs for MM (#3090)
* Fixed inconsistent recipe for VC frame upgrades (#2568)
* Fixed raw pigman pelt processing recipe (#2912)
* Fixed Content Tweaker ores only working in quartz grindstone (#3147)

Enhancements:
* Disabled more Cyclic Enhancements not needed for this pack.
Expand Down
2 changes: 0 additions & 2 deletions src/scripts/crafttweaker/oredict/ores.zs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
<ore:oreGeolosysTeallite>.add(<geolosys:ore:5>);

// Remove ore oredict on geolosys-styled CoT ores.
<ore:oreGold>.remove(<materialpart:gold:ore_galacticraftplanets_bottom>);
<ore:oreIron>.remove(<materialpart:iron:ore_galacticraftcore_bottom>);
<ore:oreOsmium>.remove(<materialpart:osmium:ore_minecraft_stone>);

// Remove Geolosys Zinc ore from oredict
Expand Down

0 comments on commit feaf408

Please sign in to comment.