crafttweaker fixes

This commit is contained in:
ZHAY10086
2026-03-22 16:28:37 +08:00
parent 7679f9f1cd
commit 36a03618f1
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -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
+3 -3
View File
@@ -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]);
+1 -1
View File
@@ -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>],
+1 -1
View File
@@ -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>]);
+1 -1
View File
@@ -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>]);