diff --git a/mpt b/mpt index 5e3450e..4e9fc93 100644 --- a/mpt +++ b/mpt @@ -9,7 +9,7 @@ install) then dl=$(curl https://data.tilera.xyz/file/mpt/mpt-latest) echo Downloading $dl ... - curl "$dl --output $HOME/.mpt/mpt.jar" + curl $dl --output $HOME/.mpt/mpt.jar fi ;; update) @@ -17,9 +17,9 @@ update) echo Downloading $dl ... if [ -f ".mpt/mpt.jar" ] then - curl "$dl --output .mpt/mpt.jar" + curl $dl --output .mpt/mpt.jar else - curl "$dl --output $HOME/.mpt/mpt.jar" + curl $dl --output $HOME/.mpt/mpt.jar fi echo Updating Script curl https://data.tilera.xyz/file/mpt/mpt > mpt @@ -35,9 +35,9 @@ update) else dl=$(curl https://data.tilera.xyz/file/mpt/mpt-latest) echo Downloading $dl ... - curl "$dl --output .mpt/mpt.jar" + curl $dl --output .mpt/mpt.jar jar=.mpt/mpt.jar fi java -jar $jar $* ;; -esac +esac \ No newline at end of file diff --git a/src/overrides/config/ProjectE/custom_emc.json b/src/overrides/config/ProjectE/custom_emc.json new file mode 100644 index 0000000..d5ca8e1 --- /dev/null +++ b/src/overrides/config/ProjectE/custom_emc.json @@ -0,0 +1,8 @@ +{ + "entries": [ + { + "item": "embers:crystal_ember|0", + "emc": 8192 + } + ] +} \ No newline at end of file diff --git a/src/overrides/config/appliedintegrations.cfg b/src/overrides/config/appliedintegrations.cfg new file mode 100644 index 0000000..0691733 --- /dev/null +++ b/src/overrides/config/appliedintegrations.cfg @@ -0,0 +1,59 @@ +# Configuration file + +features { + # Default: false; If set to true, then all web UI features will be enabled; Used only on client side + B:EnableWebServer=false + + # Default: true; If set to true, then all energy features will be enabled. Not recommended to disable, as it is core feature + B:EnableEnergyFeatures=true + + # Default: false; If set to true, then all mana features will be enabled. + B:EnableManaFeatures=true + + # Default: true; If enable, then interaction bus will be available in game + B:"Enable Interaction Part"=true + + # Default: true; If set to true, then ember p2p tunnel will be available. + B:EnableEmberFeatures=true + + # Default: true; If set to true, then starlight p2p tunnel will be available. + B:EnableStarlightTunnel=true + + # Default: true; If set to true, then xnet p2p tunnel will be available. + B:EnableXnetTunnel=true + + # Default: true; If set to true, then will p2p tunnel (demonic) will(you get :) ) be available. + B:EnableWillTunnel=true +} + + +properties { + # Default: 1 000 000 RF; Max capacity of ME Energy interface in RF units (all other units is depend on RF capacity). + I:InterfaceStorage=1000000 + + # Default: 97; Max range of ME Pylon's beam + I:PylonDistance=97 + + # Default: 20.0D; Active(used only when matter transmitted) energy drain per block of ME pylon's beam. Limit is: 10000 + D:PylonDrainPerBlock=20.0 + + # Default: 8000; Port for web UI of network topology + I:"WebUI Port"=8000 + + # Default: False (blacklist); If true, then default mode is server security terminal GUI will be white list + B:"Default Security Terminal List Mode"=false +} + + +"tile entities" { + # Default: true (only in alpha); If set to true, then all black/white hole storage system blocks will be available in game. + B:EnableBlackHoleStorageSystem=false + + # Default: true; If set to true, then ME multi-controller, blocks will be available in game. + B:EnableMEMC=false + + # Default: true; If set to true, then Logic bus blocks will be available in game. + B:EnableLogicBus=false +} + + diff --git a/src/overrides/scripts/modular.zs b/src/overrides/scripts/modular.zs new file mode 100644 index 0000000..d4aec1d --- /dev/null +++ b/src/overrides/scripts/modular.zs @@ -0,0 +1,69 @@ +mods.bloodmagic.BloodAltar.addRecipe(, , 0, 20,30,40); +mods.bloodmagic.BloodAltar.addRecipe(, , 0, 20,30,40); +mods.botania.ManaInfusion.addInfusion(, , 100); +mods.botania.ManaInfusion.addInfusion(, , 100); +mods.extrautils2.Resonator.add(, , 5000); +mods.extrautils2.Resonator.add(, , 5000); +mods.astralsorcery.Altar.addDiscoveryAltarRecipe("md2:shaped/internal/altar/slout", , 200, 200, [ + null, , null, + null, , null, + , null, ]); + +mods.astralsorcery.Altar.addDiscoveryAltarRecipe("md2:shaped/internal/altar/slin", , 200, 200, [ + , null, , + null, , null, + null, , null]); + recipes.addShaped(, [[null, , null],[, , ], [null, , null]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[null, , null],[null, , null], [null, null, null]]); + recipes.addShaped(, [[null, , null],[null, , null], [null, null, null]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [null, , null]]); + recipes.addShaped(, [[, , ],[, , ], [null, , null]]); + recipes.addShaped(, [[, , ],[, , ], [null, , null]]); + recipes.addShaped(, [[, , ],[, , ], [null, , null]]); + recipes.addShaped(, [[, , ],[, , ], [null, , null]]); + recipes.addShaped(, [[null, , null],[, , ], [, , ]]); + recipes.addShaped(, [[null, , null],[, , ], [, , ]]); + recipes.addShaped(, [[null, , null],[, , ], [, , ]]); + recipes.addShaped(, [[null, , null],[, , ], [, , ]]); + recipes.addShaped(, [[null, , null],[, , ], [, , ]]); + recipes.addShaped(, [[, , ],[, , ], [null, , null]]); + recipes.addShaped(, [[, , ],[, , ], [null, , null]]); + recipes.addShaped(, [[, , ],[, , ], [null, , null]]); + recipes.addShaped(, [[, , ],[, , ], [null, , null]]); + recipes.addShaped(, [[, , ],[, , ], [null, , null]]); + recipes.addShaped(, [[, , ],[, , ], [null, , null]]); + recipes.addShaped(, [[null, , null],[, , ], [, , ]]); + recipes.addShaped(, [[null, , null],[, , ], [, , ]]); + recipes.addShaped(, [[null, , null],[, , ], [, , ]]); + recipes.addShaped(, [[null, , null],[, , ], [, , ]]); + recipes.addShaped(, [[null, , null],[, , ], [, , ]]); + recipes.addShaped(, [[null, , null],[, , ], [, , ]]); + recipes.addShaped(, [[null, , null],[, , ], [null, , null]]); + recipes.addShaped(, [[null, , null],[, , ], [null, , null]]); + recipes.addShaped(, [[null, , null],[, , ], [null, , null]]); diff --git a/src/overrides/scripts/recipes.zs b/src/overrides/scripts/recipes.zs index 271679c..de27ec7 100644 --- a/src/overrides/scripts/recipes.zs +++ b/src/overrides/scripts/recipes.zs @@ -14,6 +14,11 @@ recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); mods.bloodmagic.BloodAltar.addRecipe(, , 4, 2000,30,40); mods.extendedcrafting.TableCrafting.addShaped(0, , [ [, , , , , , ], @@ -51,3 +56,29 @@ mods.extendedcrafting.TableCrafting.addShaped(0, , [ [, , , , ], [, , , , ] ]); +recipes.addShaped(, [[, , ],[, , null], [, , ]]); +recipes.addShaped(, [[, , ],[, , ], [, , ]]); +recipes.addShaped(, [[, , ],[, , ], [, , ]]); +mods.extendedcrafting.TableCrafting.addShaped(0, , [ + [, , , , ], + [, , , , ], + [, , , , ], + [, , , , ], + [, , , , ] +]); +mods.astralsorcery.Altar.addConstellationAltarRecipe("md2:shaped/internal/altar/matrix", , 2000, 200, [ + , , , + , , , + , , , + ,, , , + , , + , , + , , + , ]); +mods.extendedcrafting.TableCrafting.addShaped(0, , [ + [, , , , ], + [, , , , ], + [, , , , ], + [, , , , ], + [, , , , ] + ]);