Certus Quartz Fix & Substitutions
Removes Certus Quartz Dust from all loot chests (that are newly spawned) Adds a temporary conversion recipe between ae2 certus dust and gt certus dust Allow autocrafting in oreDict substitutes, useful for circuit crafting table recipes.
This commit is contained in:
parent
bfdfdadf69
commit
ce18dbe460
@ -8,7 +8,7 @@
|
||||
##########################################################################################################
|
||||
|
||||
autocrafting {
|
||||
B:EnableAutocraftinSubstitutes=false
|
||||
B:EnableAutocraftinSubstitutes=true
|
||||
}
|
||||
|
||||
|
||||
@ -195,7 +195,7 @@ features {
|
||||
B:CertusOre=false
|
||||
B:CertusQuartzWorldGen=false
|
||||
B:ChargedCertusOre=false
|
||||
B:ChestLoot=true
|
||||
B:ChestLoot=false
|
||||
|
||||
# Blocks that are not used in any essential recipes, also slabs and stairs.
|
||||
B:DecorativeBlocks=true
|
||||
|
@ -414,6 +414,9 @@ recipes.addShapeless(<metaitem:gemCertusQuartz> * 4, [<appliedenergistics2:quart
|
||||
recipes.addShapeless(<metaitem:gemCertusQuartz> * 4, [<appliedenergistics2:quartz_pillar>]);
|
||||
recipes.addShapeless(<metaitem:gemCertusQuartz> * 4, [<appliedenergistics2:chiseled_quartz_block>]);
|
||||
|
||||
// Temporary Conversion Recipe
|
||||
recipes.addShapeless(<metaitem:dustCertusQuartz>, [<appliedenergistics2:material:2>]);
|
||||
|
||||
mods.jei.JEI.removeAndHide(<appliedenergistics2:material:0>);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user