Mekanism 110 Episode 08 - Bits and Pieces
This video is the eigth episode of Mekanism 110 a lets play concentrating on the Mekanism mod. In this episode we look at:
The Digital Miners's Range
An AFK Cobblestone Generator
How to upgrade and change Mekanism Factories
Crushing Bio-Fuel
Assembling an Energized Smelter
The AFK Cobblestone Generator is at https://youtu.be/veEoiCxTjDM
Mekanism can be downloaded from http://aidancbrady.com/mekanism/download/ and the wiki pages can be found at http://wiki.aidancbrady.com/wiki/Special:AllPages
The world seed is 6373159143964883984
The mods used are:
Chisel-MC1.10.2-0.0.7.3.jar
chiselsandbits-12.7.jar
FlatBedrock-1.2.1_1.9.4.jar
FTBLib-1.10.2-3.1.2.jar
FTBUtilities-1.10.2-3.1.2.jar
GraveStoneMod-1.5.9.jar
InventoryTweaks-1.61-58.jar
jei_1.10.2-3.13.1.346.jar
journeymap-1.10.2-5.3.0b2-unlimited.jar
JustEnoughResources-1.10.2-0.5.3.65.jar
MCMultiPart-experimental-2.0.0_88-universal.jar
Mekanism-1.10.2-9.2.1.295.jar
MekanismGenerators-1.10.2-9.2.1.295.jar
MekanismTools-1.10.2-9.2.1.295.jar
MmmMmmMmmMmm-1.11.jar
MouseTweaks-2.6.4-mc1.10.2.jar
Natures-Compass-1.10.2.jar
OptiFine_1.10.2_HD_U_D4.jar
Progressive-Automation-Mod-1.10.2.jar
ResourceLoader-MC1.9.4-1.5.1.jar
ShadowMC-1.10.2-3.4.9.jar
SleepingBag-1.10.2-1.3.0.jar
theoneprobe-1.10-1.2.1.jar
Waila-1.7.0-B3_1.9.4.jar
WailaHarvestability-mc1.10.2-1.1.9.jar
zerocore-1.10.2-0.0.8.0.jar
The video processing tool set that is being use is MEGui and the video parts are prepared using avisynth scripts. Each video clip is processed using the following script (mekanism110-0001.avi.avs):
source = "D:\dxtory\mekanism110\mekanism110-0001.avi"
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\ffms\ffms2.dll")
V = FFVideoSource(source, fpsnum=30, fpsden=1, threads=1).Lanczos4Resize(1280, 720)
A1 = FFAudioSource(source, track=1).Normalize(volume=1.0, show=false)
A2 = FFAudioSource(source, track=2).Normalize(volume=1.0, show=false)
commentary = MonoToStereo(A1, A1) #.AmplifyDB(2.0)
audio = MixAudio(commentary, A2, 0.9, 0.1)
AudioDub(V, audio)
return last
The clip was processed with this script (mekanism110-episode01.avs):
Import("D:\dxtory\common.avs")
Import("D:\dxtory\mekanism110\mekanism110-0001.avi.avs")
video1=last
trim_in = 0
trim_out = FrameCount
Trim(trim_in, trim_out)
FadeIn(fade_frames)
Subtitle("Welcome to Mekanism 1.10", first_frame=0, last_frame=title_frames-1, size=font_size, align=align, text_color=text_color, halo_color=halo_color)
FadeOut(fade_frames)
Subtitle("Bye-bye for now...", first_frame=FrameCount-title_frames-1, last_frame=FrameCount-1, size=font_size, align=align, text_color=text_color, halo_color=halo_color)
ConvertToYV12(interlaced=false)
tweak(bright=10)
Other Videos By Duncan Webb
Other Statistics
Minecraft Statistics For Duncan Webb
Duncan Webb currently has 659,481 views spread across 662 videos for Minecraft. The game makes up over 14 days of published video on his channel, or 80.27% of the total watchable video for Minecraft on Duncan Webb's YouTube channel.