crafttweaker fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
mods.nuclearcraft.melter.addRecipe([<ore:blockFiery>, <fluid:fierymetal>*1296]);
|
||||
mods.nuclearcraft.melter.addRecipe([<ore:blockNetherite>, <fluid:molten_netherite>*1296]);
|
||||
mods.nuclearcraft.melter.addRecipe([<divinerpg:netherite_block>, <fluid:molten_netherite>*1296]);
|
||||
|
||||
|
||||
mods.nuclearcraft.infuser.addRecipe([<ore:blockElectrum>, <fluid:redstone>*1800, <redstonearsenal:storage:0>]);
|
||||
@@ -83,7 +83,7 @@ mods.nuclearcraft.manufactory.addRecipe([<ore:stoneGranite>, <techreborn:dust:63
|
||||
mods.thermalexpansion.Pulverizer.addRecipe(<techreborn:dust:63>, <minecraft:stone:5>, 2000);
|
||||
|
||||
//ender eye and ender pearl dusts
|
||||
mods.nuclearcraft.manufactory.addRecipe([<ore:pearlEnderEye>, <techreborn:dust:19>]);
|
||||
mods.nuclearcraft.manufactory.addRecipe([<minecraft:ender_eye>, <techreborn:dust:19>]);
|
||||
mods.nuclearcraft.manufactory.addRecipe([<ore:materialEnderPearl>, <techreborn:dust:20>]);
|
||||
|
||||
//charcoal dust
|
||||
|
||||
@@ -198,15 +198,15 @@ mods.nuclearcraft.infuser.addRecipe([<ore:ingotLunastone>,
|
||||
<fluid:dimensional_essence>*100,
|
||||
<contenttweaker:nethersky_steel_ingot>*4]);
|
||||
|
||||
mods.nuclearcraft.infuser.addRecipe([<ore:ingotGhastly>,
|
||||
mods.nuclearcraft.infuser.addRecipe([<aoa3:ghastly_ingot>,
|
||||
<fluid:dimensional_essence>*100,
|
||||
<contenttweaker:nethersky_steel_ingot>*5]);
|
||||
|
||||
mods.nuclearcraft.infuser.addRecipe([<ore:ingotGhoulish>,
|
||||
mods.nuclearcraft.infuser.addRecipe([<aoa3:ghoulish_ingot>,
|
||||
<fluid:dimensional_essence>*100,
|
||||
<contenttweaker:nethersky_steel_ingot>*5]);
|
||||
|
||||
mods.nuclearcraft.infuser.addRecipe([<ore:ingotShyrestone>,
|
||||
mods.nuclearcraft.infuser.addRecipe([<aoa3:shyrestone_ingot>,
|
||||
<fluid:dimensional_essence>*100,
|
||||
<contenttweaker:nethersky_steel_ingot>*6]);
|
||||
|
||||
|
||||
@@ -1825,7 +1825,7 @@ import crafttweaker.enchantments.IEnchantmentDefinition;
|
||||
|
||||
val enchlistLightbringer as EnchantMap = EnchantMap()
|
||||
.add("cofhcore:smelting",20000)
|
||||
.add("enchantment:openblocks:flim_flam",10000);
|
||||
.add("openblocks:flim_flam",10000);
|
||||
|
||||
mods.extendedcrafting.TableCrafting.addShaped(SuperEnchantedItem(<avaritia:infinity_pickaxe>.withTag({display: {Name:"§6§o裂光者§r",Lore:["§d§o极・超限附魔§r"]}}), enchlistLightbringer).getItem(),
|
||||
[[<contenttweaker:ascended_starlight_sphere>, <contenttweaker:lux_vis_condensate>, <twilightforest:mazebreaker_pickaxe>, <contenttweaker:lux_vis_condensate>, <contenttweaker:ascended_starlight_sphere>],
|
||||
|
||||
@@ -2010,7 +2010,7 @@ mods.nuclearcraft.manufactory.addRecipe([<ore:ingotSilicon>, <libvulpes:productd
|
||||
|
||||
mods.nuclearcraft.manufactory.addRecipe([<ore:stickWood>, <thermalfoundation:material:800>]);
|
||||
|
||||
mods.nuclearcraft.manufactory.addRecipe([<ore:ingotLunar>, <extrautils2:ingredients:3>]);
|
||||
mods.nuclearcraft.manufactory.addRecipe([<aoa3:lunar_ingot>, <extrautils2:ingredients:3>]);
|
||||
|
||||
mods.nuclearcraft.manufactory.addRecipe([<ore:gemQuartzBlack>, <actuallyadditions:item_dust:7>]);
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ recipes.addShapeless(<thermalfoundation:material:772>*2,
|
||||
|
||||
mods.abyssalcraft.Materializer.removeMaterialization(<abyssalcraft:nitre>);
|
||||
|
||||
mods.abyssalcraft.Materializer.addMaterialization(<thermalfoundation:material:772>, [<abyssalcraft:crystal:8>, <abyssalcraft:crystal:9>]);
|
||||
mods.abyssalcraft.Materializer.addMaterialization(<thermalfoundation:material:772>*1, [<abyssalcraft:crystal:8>, <abyssalcraft:crystal:9>]);
|
||||
|
||||
recipes.remove(<immersiveengineering:material:24>);
|
||||
recipes.addShapeless(<thermalfoundation:material:772>, [<ore:oreSaltpeter>, <immersiveengineering:tool:0>]);
|
||||
|
||||
Reference in New Issue
Block a user