Skip to content

Commit

Permalink
1.58
Browse files Browse the repository at this point in the history
  • Loading branch information
mczph committed Jul 28, 2024
1 parent 224ccc9 commit e1507d4
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/bloodymods/packcrashinfo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ general {
B:gatherManifestFirst=false
S:modpackAuthor=mczph
S:modpackName=Interactions
S:modpackVersion=1.66
S:modpackVersion=1.68
}


2 changes: 1 addition & 1 deletion config/fancymenu/custom_locals/interactions/zh_cn.local
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fm.500mods=本整合包有超过500个模组!
fm.thank=祝您游戏愉快!

fm.patreon=赞助我们?(海外)
fm.afadian=赞助我们?
fm.afadian=赞助我们?(推荐直接联系作者支付)
fm.github=翻阅源码/贡献整合包?

fm.mcver=Minecraft 游戏版本:
Expand Down
2 changes: 1 addition & 1 deletion config/fancymenu/customization/fancymenu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ customization {
action = addbutton
y = 28
backgroundnormal = resources/fancymenu/images/links/afdian.png
value = https://afdian.net/@mczph
value = https://afdian.com/@mczph
height = 36
}

Expand Down
2 changes: 1 addition & 1 deletion config/mod-director/modpack.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"width": 64,
"height": 64
},
"localVersion": "1.67"
"localVersion": "1.68"
}
4 changes: 2 additions & 2 deletions config/versioner.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ general {
>

# Version code of the current version, must not be negative.
I:versionCode=73
I:versionCode=74

# How to output formatted version name. Only used for displaying current version.
S:versionFormat=%currentVersionName%

# Version name of the current version
S:versionName=1.67
S:versionName=1.68
}

##########################################################################################################
Expand Down
2 changes: 1 addition & 1 deletion groovy/runConfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packName": "Interactions",
"packId": "interactions",
"version": "1.67",
"version": "1.68",
"debug": false,
"loaders": {
"preInit": [
Expand Down
3 changes: 3 additions & 0 deletions scripts/recipes/mods/EIO.zs
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ RecipeUtils.recipeTweak(true, <enderio:item_endergy_conduit:3> * 4, [[<ore:itemC
RecipeUtils.recipeTweak(true, <enderio:item_endergy_conduit:4> * 4, [[<ore:itemConduitBinder>, <ore:itemConduitBinder>, <ore:itemConduitBinder>], [<ore:ingotCopper>, <enderio:item_endergy_conduit:3>, <ore:ingotCopper>], [<ore:itemConduitBinder>, <ore:itemConduitBinder>, <ore:itemConduitBinder>]]);
RecipeUtils.recipeTweak(true, <enderio:item_endergy_conduit:5> * 4, [[<ore:itemConduitBinder>, <ore:itemConduitBinder>, <ore:itemConduitBinder>], [<ore:ingotSilver>, <enderio:item_endergy_conduit:4>, <ore:ingotSilver>], [<ore:itemConduitBinder>, <ore:itemConduitBinder>, <ore:itemConduitBinder>]]);
RecipeUtils.recipeTweak(true, <enderio:item_endergy_conduit:6> * 4, [[<ore:itemConduitBinder>, <ore:itemConduitBinder>, <ore:itemConduitBinder>], [<ore:ingotElectrum>, <enderio:item_endergy_conduit:5>, <ore:ingotElectrum>], [<ore:itemConduitBinder>, <ore:itemConduitBinder>, <ore:itemConduitBinder>]]);

//cheaper painter
RecipeUtils.recipeTweak(true, <enderio:block_painter>, [[<ore:gemQuartz>, <ore:gemDiamond>, <ore:gemQuartz>], [<ore:gearIronInfinity>, <ore:itemSimpleMachineChassi>, <ore:gearIronInfinity>], [<ore:ingotElectricalSteel>, <ore:ingotElectricalSteel>, <ore:ingotElectricalSteel>]]);
4 changes: 2 additions & 2 deletions scripts/recipes/mods/PNC.zs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ pressurechamber.addRecipe([<contenttweaker:pneumatic_circuit>*3,<embers:crystal_
pressurechamber.addRecipe([<pneumaticcraft:turbine_blade>*2,<jaopca:gear.stainless_steel>], 2, [<libvulpes:productfan:6>]);
pressurechamber.addRecipe([<mekanism:tierinstaller:1>,<psi:material:1>*2,<jaopca:dense_plate.silicon_carbide>,<libvulpes:structuremachine>], 3.6, [<contenttweaker:blank_ar_chip>]);
pressurechamber.addRecipe([<embers:blend_caminite>], 2, [<embers:brick_caminite>]);
pressurechamber.addRecipe([<redstonearsenal:material:160>], 3.5, [<jaopca:dust.crystal_flux>*4,<minecraft:tnt>*4]);
pressurechamber.addRecipe([<redstonerepository:material:5>], 3.5, [<jaopca:dust.gelid_crystal>*4,<minecraft:tnt>*4]);
pressurechamber.addRecipe([<jaopca:dust.crystal_flux>*4,<minecraft:tnt>*4], 3.5, [<redstonearsenal:material:160>*3]);
pressurechamber.addRecipe([<jaopca:dust.gelid_crystal>*4,<minecraft:tnt>*4], 3.5, [<redstonerepository:material:5>*3]);

explosioncrafting.removeRecipe(<pneumaticcraft:ingot_iron_compressed>);
explosioncrafting.removeRecipe(<pneumaticcraft:compressed_iron_block>);
Expand Down

0 comments on commit e1507d4

Please sign in to comment.