Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Submitted on August 28, 2014 at 06:39 AM

Section 1 (Text)

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0
[06:36:41] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[06:36:41] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[06:36:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[06:36:41] [main/INFO] [FML]: Forge Mod Loader version 7.10.25.1208 for Minecraft 1.7.10 loading
[06:36:42] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_05, running on Linux:amd64:2.6.32-042stab075.2, installed at /usr/java/jdk1.8.0_05/jre
[06:36:42] [main/WARN] [FML]: The coremod appeng.transformer.AppEngCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[06:36:42] [main/INFO] [FML]: [AppEng] Core Init
[06:36:44] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[06:36:44] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[06:36:44] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[06:36:44] [main/WARN] [FML]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[06:36:44] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[06:36:44] [main/WARN] [FML]: The coremod mariculture.fishery.VanillaOverride does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[06:36:44] [main/WARN] [FML]: The coremod mekanism.common.asm.LoadingHook does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[06:36:44] [main/WARN] [FML]: The coremod mcp.mobius.mobiuscore.asm.CoreDescription does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[06:36:44] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[06:36:44] [main/WARN] [FML]: The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[06:36:44] [main/WARN] [FML]: The coremod openeye.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[06:36:44] [main/WARN] [FML]: The coremod openmods.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[06:36:44] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[06:36:44] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[06:36:44] [main/ERROR] [FML]: Coremod ResonantPluginLoader: Unable to class load the plugin resonant.core.ResonantPluginLoader
java.lang.ClassNotFoundException: resonant.core.ResonantPluginLoader
        at java.net.URLClassLoader$1.run(URLClassLoader.java:372) ~[?:1.8.0_05]
        at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.8.0_05]
        at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_05]
        at java.net.URLClassLoader.findClass(URLClassLoader.java:360) ~[?:1.8.0_05]
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:115) ~[launchwrapper-1.9.jar:?]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_05]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_05]
        at java.lang.Class.forName0(Native Method) ~[?:1.8.0_05]
        at java.lang.Class.forName(Class.java:340) ~[?:1.8.0_05]
        at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:381) [forge-1.7.10-10.13.0.1208-universal.jar:?]
        at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:310) [forge-1.7.10-10.13.0.1208-universal.jar:?]
        at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:211) [forge-1.7.10-10.13.0.1208-universal.jar:?]
        at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.0.1208-universal.jar:?]
        at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74) [forge-1.7.10-10.13.0.1208-universal.jar:?]
        at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39) [forge-1.7.10-10.13.0.1208-universal.jar:?]
        at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:23) [forge-1.7.10-10.13.0.1208-universal.jar:?]
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:114) [launchwrapper-1.9.jar:?]
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_05]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_05]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_05]
        at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_05]
        at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [forge-1.7.10-10.13.0.1208-universal.jar:?]
        at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [forge-1.7.10-10.13.0.1208-universal.jar:?]
[06:36:44] [main/WARN] [FML]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[06:36:44] [main/WARN] [FML]: The coremod thaumic.tinkerer.preloader.ThaumicTLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[06:36:44] [main/WARN] [FML]: The coremod universalelectricity.core.UELoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[06:36:44] [main/ERROR] [FML]: Coremod UELoader: The plugin class universalelectricity.core.UELoader was not instantiable
java.lang.InstantiationException: universalelectricity.core.UELoader
        at java.lang.Class.newInstance(Class.java:418) ~[?:1.8.0_05]
        at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:422) [forge-1.7.10-10.13.0.1208-universal.jar:?]
        at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:310) [forge-1.7.10-10.13.0.1208-universal.jar:?]
        at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:211) [forge-1.7.10-10.13.0.1208-universal.jar:?]
        at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.0.1208-universal.jar:?]
        at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74) [forge-1.7.10-10.13.0.1208-universal.jar:?]
        at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39) [forge-1.7.10-10.13.0.1208-universal.jar:?]
        at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:23) [forge-1.7.10-10.13.0.1208-universal.jar:?]
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:114) [launchwrapper-1.9.jar:?]
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_05]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_05]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_05]
        at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_05]
        at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [forge-1.7.10-10.13.0.1208-universal.jar:?]
        at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [forge-1.7.10-10.13.0.1208-universal.jar:?]
Caused by: java.lang.NoSuchMethodException: universalelectricity.core.UELoader.<init>()
        at java.lang.Class.getConstructor0(Class.java:2971) ~[?:1.8.0_05]
        at java.lang.Class.newInstance(Class.java:403) ~[?:1.8.0_05]
        ... 15 more
[06:36:44] [main/WARN] [FML]: The coremod portablejim.veinminer.asm.VeinMinerCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[06:36:44] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[06:36:44] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[06:36:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[06:36:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[06:36:44] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:46] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[06:36:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:47] [main/INFO] [IC2-core]: Loaded library ejml-0.23.jar.
[06:36:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[06:36:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
Adding Accesstransformer map: CoFH_at.cfg
[06:36:47] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[06:36:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[MobiusCore] Current code is OBFUSCATED
[MobiusCore] Found net.minecraft.world.WorldServer [ mt ] with checksum 9B3AEEE2B45B26B3E1AFDEBB0357C55F
[MobiusCore] Successful injection in b ()V
[MobiusCore] Successful injection in b ()V
[MobiusCore] Found cpw.mods.fml.common.FMLCommonHandler with checksum 36670BE3142140E18B8DE73DC43842AD
[MobiusCore] Successful injection in onPreServerTick ()V
[MobiusCore] Successful injection in onPostServerTick ()V
[MobiusCore] Successful injection in onPreWorldTick (Lahb;)V
[MobiusCore] Successful injection in onPostWorldTick (Lahb;)V
[MobiusCore] Switching injection mode to FORGE
[MobiusCore] Found net.minecraft.world.World [ ahb ] with checksum 8E86088A6A76B1DDF5E6D5799AD370B5
[MobiusCore] Found World.updateEntities()... 
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[06:36:48] [main/INFO] [OpenEye]: openeye.asm.SingleClassTransformer.visitMethod(SingleClassTransformer.java:26): Applying method transformer crash_handler for method a((Ljava/io/File;)Z)
[06:36:48] [main/INFO] [FML]: [OpenBlocks] Trying to patch EntityPlayer.isInBed (class: yz)
[06:36:48] [main/INFO] [FML]: [OpenBlocks] isInBed patch applied. Enabling sleeping bags
[06:36:48] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[06:36:48] [main/INFO] [Mariculture]: Patching the vanilla class: adb
[06:36:48] [main/INFO] [Mariculture]: Succesfully replaced Vanilla Fishing Rod and Fish
[06:36:49] [main/INFO] [OpenEye]: openeye.asm.SingleClassTransformer.visitMethod(SingleClassTransformer.java:26): Applying method transformer tile_entity_load for method c((Ldh;)Laor;)
[06:36:49] [main/INFO] [OpenEye]: openeye.asm.injectors.ExceptionHandlerInjector.addHandler(ExceptionHandlerInjector.java:63): Adding handler for 'tile_entity_construct'
[06:36:49] [main/INFO] [OpenEye]: openeye.asm.injectors.ExceptionHandlerInjector.addHandler(ExceptionHandlerInjector.java:63): Adding handler for 'tile_entity_read'
[06:36:50] [main/INFO] [OpenEye]: openeye.asm.SingleClassTransformer.visitMethod(SingleClassTransformer.java:26): Applying method transformer entity_load for method a((Ldh;Lahb;)Lsa;)
[06:36:50] [main/INFO] [OpenEye]: openeye.asm.injectors.ExceptionHandlerInjector.addHandler(ExceptionHandlerInjector.java:63): Adding handler for 'entity_construct'
[06:36:50] [main/INFO] [OpenEye]: openeye.asm.injectors.ExceptionHandlerInjector.addHandler(ExceptionHandlerInjector.java:63): Adding handler for 'entity_read'
[06:36:51] [Server thread/INFO]: Starting minecraft server version 1.7.10
[06:36:51] [Server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[06:36:51] [Server thread/INFO] [FML]: MinecraftForge v10.13.0.1208 Initialized
[06:36:51] [Server thread/INFO] [FML]: Replaced 182 ore recipies
[06:36:51] [Server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[06:36:51] [Server thread/INFO] [FML]: [AppEng] Core Init
[06:36:51] [Server thread/INFO] [FML]: Searching /home/minecraft/mods for mods
[06:36:51] [Server thread/INFO] [FML]: Also searching /home/minecraft/mods/1.7.10 for mods
[06:36:52] [Server thread/INFO] [AutoSapling]: Mod AutoSapling is missing the required element 'name'. Substituting AutoSapling
[06:36:52] [Server thread/WARN] [Botany]: Mod Botany is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-dev4
[06:36:52] [Server thread/WARN] [BinnieCore]: Mod BinnieCore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-dev4
[06:36:52] [Server thread/WARN] [ExtraBees]: Mod ExtraBees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-dev4
[06:36:52] [Server thread/WARN] [ExtraTrees]: Mod ExtraTrees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-dev4
[06:36:52] [Server thread/WARN] [Genetics]: Mod Genetics is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-dev4
[06:36:54] [Server thread/WARN] [EnderStorage]: Mod EnderStorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.5.22
[06:36:55] [Server thread/WARN] [ExtraUtilities]: Mod ExtraUtilities is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0i
[06:36:55] [Server thread/WARN] [ForbiddenMagic]: Mod ForbiddenMagic is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.7.10-0.51
[06:36:55] [Server thread/INFO] [GearUtilities]: Mod GearUtilities is missing the required element 'name'. Substituting GearUtilities
[06:36:56] [Server thread/WARN] [MagicBees]: Mod MagicBees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.7.10-2.1.19
[06:36:56] [Server thread/WARN] [Mariculture]: Mod Mariculture is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.3b
[06:36:58] [Server thread/WARN] [ProjRed|Core]: Mod ProjRed|Core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.4.6.45
[06:36:58] [Server thread/WARN] [ProjRed|Compatibility]: Mod ProjRed|Compatibility is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.4.6.45
[06:36:58] [Server thread/WARN] [ProjRed|Integration]: Mod ProjRed|Integration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.4.6.45
[06:36:58] [Server thread/WARN] [ProjRed|Transmission]: Mod ProjRed|Transmission is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.4.6.45
[06:36:58] [Server thread/WARN] [ProjRed|Illumination]: Mod ProjRed|Illumination is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.4.6.45
[06:36:58] [Server thread/WARN] [ProjRed|Expansion]: Mod ProjRed|Expansion is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.4.6.45
[06:36:58] [Server thread/WARN] [ProjRed|Transportation]: Mod ProjRed|Transportation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.4.6.45
[06:36:58] [Server thread/WARN] [ProjRed|Exploration]: Mod ProjRed|Exploration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.4.6.45
[06:36:59] [Server thread/WARN] [Translocator]: Mod Translocator is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.1.10
[06:36:59] [Server thread/WARN] [VeinMiner]: Mod VeinMiner is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.17.1
[06:36:59] [Server thread/WARN] [VeinMinerModSupport]: Mod VeinMinerModSupport is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.17.1
[06:37:00] [Server thread/WARN] [ForgeMicroblock]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.297
[06:37:00] [Server thread/WARN] [ForgeMultipart]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.297
[06:37:00] [Server thread/WARN] [McMultipart]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.297
[06:37:00] [Server thread/INFO] [FML]: Forge Mod Loader has identified 168 mods to load
[06:37:00] [Server thread/INFO] [FML]: Found mod(s) [UniversalElectricity] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
[06:37:00] [Server thread/INFO] [FML]: Found mod(s) [UniversalElectricity] containing declared API package buildcraft.api.tools (owned by BuildCraftAPI|core) without associated API reference
[06:37:00] [Server thread/INFO] [FML]: Found mod(s) [UniversalElectricity] containing declared API package buildcraft.api.core (owned by BuildCraft|Core) without associated API reference
[06:37:00] [Server thread/INFO] [FML]: Found mod(s) [ExtraUtilities] containing declared API package baubles.api (owned by Baubles) without associated API reference
[06:37:00] [Server thread/INFO] [FML]: Found mod(s) [adventurersamulets] containing declared API package baubles.api (owned by Baubles) without associated API reference
[06:37:00] [Server thread/INFO] [FML]: Found mod(s) [harvestcraft] containing declared API package thaumcraft.api (owned by Thaumcraft) without associated API reference
[06:37:00] [Server thread/INFO] [FML]: Found mod(s) [RedstoneArsenal] containing declared API package mods.railcraft.api.core.items (owned by Railcraft) without associated API reference
[06:37:00] [Server thread/INFO] [FML]: Found mod(s) [ExtraUtilities] containing declared API package baubles.api (owned by Baubles) without associated API reference
[06:37:01] [Server thread/INFO] [FML]: FML has found a non-mod file CoFHLib-[1.7.10]1.0.0B4-24.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[06:37:01] [Server thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.99-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[MobiusCore] Found cpw.mods.fml.common.network.FMLOutboundHandler with checksum F0DEEEAEE54C973375918E4D0377DA43
[MobiusCore] Successful injection in write (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
[06:37:03] [OpenEye mod meta collector/INFO] [OpenEye]: openeye.logic.ModMetaCollector.<init>(ModMetaCollector.java:193): Starting mod metadatadata collection
[06:37:03] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.Container
[MobiusCore] Found cpw.mods.fml.common.eventhandler.ASMEventHandler with checksum 04B9E268E5A1BD718CA892522CE1B26D
[MobiusCore] Successful injection in <init> (Ljava/lang/Object;Ljava/lang/reflect/Method;Lcpw/mods/fml/common/ModContainer;)V
[MobiusCore] Successful injection in invoke (Lcpw/mods/fml/common/eventhandler/Event;)V
[MobiusCore] Successful injection in invoke (Lcpw/mods/fml/common/eventhandler/Event;)V
[06:37:07] [Server thread/ERROR] [EE3]: The mod EE3 is expecting signature 37a1abf2e9877f91d4db47e6d1301499663575c7 for source EquivalentExchange3-1.7.10-0.2.295.jar, however there is no signature matching that description
[06:37:07] [Server thread/WARN] [Equivalent Exchange 3]: The copy of Equivalent Exchange 3 that you are running has been modified from the original, and unpredictable things may happen. Please consider re-downloading the original version of the mod.
[06:37:07] [OpenEye mod meta collector/INFO] [OpenEye]: openeye.logic.ModMetaCollector.<init>(ModMetaCollector.java:204): Collection of mod metadata finished. Duration: 4008.8506 ms
[06:37:07] [Server thread/INFO] [TConstruct]: Preparing to take over the world
[06:37:08] [OpenEye sender thread/WARN] [OpenEye]: Failed to receive response from http://openeye.openmods.info/api/v1/data
openeye.net.GenericSender$FailedToReceive: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: This is not a JSON Array.
        at openeye.net.GenericSender.tryReceiveResponse(GenericSender.java:137) ~[OpenEye-0.6-1.7.10.jar:?]
        at openeye.net.GenericSender.sendAndReceive(GenericSender.java:73) ~[OpenEye-0.6-1.7.10.jar:?]
        at openeye.logic.SenderWorker.sendReports(SenderWorker.java:149) [OpenEye-0.6-1.7.10.jar:?]
        at openeye.logic.SenderWorker.run(SenderWorker.java:180) [OpenEye-0.6-1.7.10.jar:?]
        at java.lang.Thread.run(Thread.java:745) [?:1.8.0_05]
Caused by: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: This is not a JSON Array.
        at com.google.gson.Gson.fromJson(Gson.java:815) ~[Gson.class:?]
        at com.google.gson.Gson.fromJson(Gson.java:741) ~[Gson.class:?]
        at openeye.net.ReportSender.decodeResponse(ReportSender.java:32) ~[OpenEye-0.6-1.7.10.jar:?]
        at openeye.net.ReportSender.decodeResponse(ReportSender.java:12) ~[OpenEye-0.6-1.7.10.jar:?]
        at openeye.net.GenericSender.tryReceiveResponse(GenericSender.java:135) ~[OpenEye-0.6-1.7.10.jar:?]
        ... 4 more
Caused by: java.lang.IllegalStateException: This is not a JSON Array.
        at com.google.gson.JsonElement.getAsJsonArray(JsonElement.java:106) ~[JsonElement.class:?]
        at openeye.struct.TypedCollections$TypedListConverter.deserialize(TypedCollections.java:43) ~[OpenEye-0.6-1.7.10.jar:?]
        at openeye.struct.TypedCollections$TypedListConverter.deserialize(TypedCollections.java:17) ~[OpenEye-0.6-1.7.10.jar:?]
        at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:58) ~[TreeTypeAdapter.class:?]
        at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?]
        at com.google.gson.Gson.fromJson(Gson.java:741) ~[Gson.class:?]
        at openeye.net.ReportSender.decodeResponse(ReportSender.java:32) ~[OpenEye-0.6-1.7.10.jar:?]
        at openeye.net.ReportSender.decodeResponse(ReportSender.java:12) ~[OpenEye-0.6-1.7.10.jar:?]
        at openeye.net.GenericSender.tryReceiveResponse(GenericSender.java:135) ~[OpenEye-0.6-1.7.10.jar:?]
        ... 4 more
[06:37:08] [Server thread/WARN] [FML]: =============================================================
[06:37:08] [Server thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FMLCommonHandler!
[06:37:08] [Server thread/WARN] [FML]: Offendor: thirdParty/truetyper/TrueTypeFont.loadImage(Ljava/awt/image/BufferedImage;)I
[06:37:08] [Server thread/WARN] [FML]: =============================================================
[06:37:09] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerWorkbench
[06:37:09] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerRepair
[06:37:09] [Server thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.modhelpers.buildcraft.Buildcraft
[06:37:10] [Server thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.netherores.ores.Ores
[06:37:11] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[06:37:12] [Server thread/INFO] [FML]: Found 368 ObjectHolder annotations
[06:37:12] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[06:37:12] [Server thread/INFO] [AE2:S]: Starting ( PreInit )
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/misc/PartStorageBus because BC integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Method overridePipeConnection from appeng/parts/misc/PartStorageBus because BC integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/p2p/PartP2PItems because BC integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Method overridePipeConnection from appeng/parts/p2p/PartP2PItems because BC integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Method provider from appeng/integration/modules/MJ6 because MJ5 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.mj.ISidedBatteryProvider from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.mj.IBatteryObject from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.power.IPowerReceptor from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Interface appeng.api.networking.ticking.IGridTickable from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Method getTickingRequest from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Method tickingRequest from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Method getTargetBattery from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Method getPowerTarget from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Method getPowerReceiver from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Method doWork from appeng/parts/p2p/PartP2PBCPower because MJ5 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Method getMjBattery from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Method getEnergyRequested from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Method addEnergy from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Method addEnergy from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Method addEnergyInternal from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Method getEnergyStored from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Method setEnergyStored from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Method minimumConsumption from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Method maxReceivedPerCycle from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Method reconfigure from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Method kind from appeng/parts/p2p/PartP2PBCPower because MJ6 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.energy.tile.IEnergySink from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.energy.tile.IEnergySource from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is enabled.
[06:37:12] [Server thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyHandler from appeng/parts/p2p/PartP2PRFPower because RF integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Method getPowerReceiver from appeng/integration/abstraction/helpers/BaseMJperdition because MJ5 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Interface powercrystals.minefactoryreloaded.api.rednet.connectivity.IRedNetConnection from appeng/block/networking/BlockCableBus because MFR integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Method getConnectionType from appeng/block/networking/BlockCableBus because MFR integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.power.IPowerReceptor from appeng/tile/powersink/MinecraftJoules5 because MJ5 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Method getPowerReceiver from appeng/tile/powersink/MinecraftJoules5 because MJ5 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Method doWork from appeng/tile/powersink/MinecraftJoules5 because MJ5 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Method getWorld from appeng/tile/powersink/MinecraftJoules5 because MJ5 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.mj.IBatteryProvider from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.mj.IBatteryObject from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Method kind from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Method getEnergyRequested from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Method addEnergy from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Method addEnergy from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Method getEnergyStored from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Method setEnergyStored from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Method maxCapacity from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Method minimumConsumption from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Method maxReceivedPerCycle from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Method reconfigure from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Method getMjBattery from appeng/tile/powersink/MinecraftJoules6 because MJ6 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.energy.tile.IEnergySink from appeng/tile/powersink/IC2 because IC2 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Removing Interface Reika.RotaryCraft.API.ShaftPowerReceiver from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/RotaryCraft
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyHandler from appeng/tile/powersink/RedstoneFlux because RF integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Interface mekanism.api.energy.IStrictEnergyAcceptor from appeng/tile/powersink/MekJoules because Mekanism integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/quartz/ToolQuartzWrench because BC integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.item.ISpecialElectricItem from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Interface ic2.api.item.IElectricItemManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Method getManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyContainerItem from appeng/items/tools/powered/powersink/RedstoneFlux because RFItem integration is enabled.
[06:37:13] [Server thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/ToolNetworkTool because BC integration is enabled.
[06:37:13] [Server thread/INFO] [AE2:S]: Starting VersionChecker
[06:37:13] [Server thread/INFO] [AE2:S]: PreInit ( end 1109ms )
[06:37:13] [Server thread/INFO] [FML]: [BiomesOPlenty] Extending Potions Array.
[06:37:15] [Server thread/INFO] [OpenMods]: openmods.OpenModsClassTransformer$3.createVisitor(OpenModsClassTransformer.java:42): Trying to patch MapGenStructure (class: ave)
[06:37:15] [Server thread/INFO] [FML]: [OpenBlocks] MapGenFix: Found checkcast to 'avm'
[06:37:15] [Server thread/INFO] [FML]: [OpenBlocks] MapGenFix: Found var: 23
[06:37:15] [Server thread/INFO] [FML]: [OpenBlocks] MapGenFix: Found 'StructureStart.isSizeableStructure' (avm.d) call
[06:37:15] [Server thread/INFO] [FML]: [OpenBlocks] MapGenFix: All conditions matched, inserting extra condition
[06:37:15] [Server thread/INFO] [IC2]: Starting pre-init
[06:37:17] [Server thread/INFO] [IC2]: Finished pre-init after 1929 ms
Aug 28, 2014 6:37:17 AM buildcraft.api.core.BCLog initLog
INFO: Starting BuildCraft 6.0.17
Aug 28, 2014 6:37:17 AM buildcraft.api.core.BCLog initLog
INFO: Copyright (c) SpaceToad, 2011
Aug 28, 2014 6:37:17 AM buildcraft.api.core.BCLog initLog
INFO: http://www.mod-buildcraft.com
Aug 28, 2014 6:37:17 AM buildcraft.core.Version run
INFO: Beginning version check
[06:37:23] [Thread-13/WARN] [Forestry]: Unable to read from remote version authority.
[06:37:24] [Server thread/WARN] [FML]: (y-_-)y    Why you no have correct mods installed to run BiblioWoods Natura edition??
[06:37:24] [Server thread/WARN] [FML]: Is BiblioCraft loaded?   true
[06:37:24] [Server thread/WARN] [FML]: Is Natura loaded?   false
[06:37:24] [Server thread/INFO] [CoFHWorld]: Registering default templates
[06:37:25] [Thread-14/INFO] [CoFHCore]: An updated version of CoFH Core is available: CoFH Core 3.0.0B6 for Minecraft 1.7.10.
[06:37:28] [Server thread/INFO] [CarpentersBlocks]: Designs found: Bed(6), Chisel(9), FlowerPot(18), Tile(13)
[06:37:30] [Server thread/INFO] [colorchat]: ColorChat starting up!
Script Engings Available:
[Immibis Core] Preferred energy system set to: minecraftJoules
[06:37:31] [Server thread/INFO] [CoFH ASM]: Stripping methods and fields from thermalexpansion.item.tool.ItemWrench
[06:37:31] [Server thread/INFO] [CoFH ASM]: Stripping methods and fields from thermalexpansion.item.tool.ItemWrenchBattle
[06:37:31] [Server thread/INFO] [ThermalExpansion]: Loading Plugins...
[06:37:31] [Server thread/INFO] [ThermalExpansion]: Finished Loading Plugins.
[06:37:32] [Server thread/INFO] [Mantle]: Mantle (1.7.10-0.3.1.jenkins180) -- Preparing for launch.
[06:37:32] [Server thread/INFO] [Mantle]: Entering preinitialization phase.
[06:37:32] [Server thread/INFO] [Mantle]: Loading configuration from disk.
[06:37:32] [Server thread/INFO] [Mantle]: Configuration load completed.
[06:37:32] [Server thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.tile.base.TileEntityFactory
[06:37:32] [Server thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.tile.machine.TileEntityEjector
[06:37:32] [Server thread/WARN] [MineFactoryReloaded]: catching
java.lang.NullPointerException
        at cofh.mod.BaseMod.loadLang(BaseMod.java:188) [BaseMod.class:?]
        at powercrystals.minefactoryreloaded.MineFactoryReloadedCore.preInit(MineFactoryReloadedCore.java:388) [MineFactoryReloadedCore.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_05]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_05]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_05]
        at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_05]
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_05]
        at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_05]
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_05]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_05]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_05]
        at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_05]
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
        at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513) [Loader.class:?]
        at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88) [FMLServerHandler.class:?]
        at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:313) [FMLCommonHandler.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) [lt.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
[06:37:32] [Server thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.tile.transport.TileEntityConveyor
[06:37:32] [Server thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.tile.rednet.TileEntityRedNetHistorian
[06:37:32] [Server thread/INFO] [CoFH ASM]: Adding runtime interfaces to powercrystals.minefactoryreloaded.item.ItemFactoryHammer
[06:37:32] [Server thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers Mystcraft Compatibility; missing dependency: Mystcraft
[06:37:33] [Server thread/INFO] [ExtraTiC]: Metallurgy Detected
[06:37:33] [Server thread/INFO] [ExtraTiC]: Mekanism Detected
[06:37:33] [Server thread/INFO] [ExtraTiC]: Applied Energistics Detected
[06:37:33] [Server thread/INFO] [ExtraTiC]: Biomes O' Plenty Detected
[06:37:34] [Server thread/WARN] [FML]: =============================================================
[06:37:34] [Server thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FMLCommonHandler!
[06:37:34] [Server thread/WARN] [FML]: Offendor: scala/sys/package$.exit(I)Lscala/runtime/Nothing$;
[06:37:34] [Server thread/WARN] [FML]: =============================================================
[06:37:34] [Server thread/WARN] [FML]: =============================================================
[06:37:34] [Server thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FMLCommonHandler!
[06:37:34] [Server thread/WARN] [FML]: Offendor: cpw/mods/fml/common/asm/FMLSanityChecker.call()Ljava/lang/Void;
[06:37:34] [Server thread/WARN] [FML]: =============================================================
[06:37:35] [Server thread/INFO] [extrautils]: Hello World
[06:37:35] [Server thread/INFO] [extrautils]: Registering Packet class PacketAngelRingNotifier with discriminator: 0
[06:37:35] [Server thread/INFO] [extrautils]: Registering Packet class PacketGUIWidget with discriminator: 1
[06:37:35] [Server thread/INFO] [extrautils]: Registering Packet class PacketParticle with discriminator: 2
[06:37:35] [Server thread/INFO] [extrautils]: Registering Packet class PacketParticleEvent with discriminator: 3
[06:37:35] [Server thread/INFO] [extrautils]: Registering Packet class PacketPlaySound with discriminator: 4
[06:37:35] [Server thread/INFO] [extrautils]: Registering Packet class PacketRain with discriminator: 5
[06:37:35] [Server thread/INFO] [extrautils]: Registering Packet class PacketVillager with discriminator: 6
[06:37:35] [Server thread/INFO] [extrautils]: Registering Packet class PacketVillagerReturn with discriminator: 7
[06:37:35] [Server thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base_remote.0 will now be used in the Ender Constructor
[06:37:35] [Server thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base_remote.6 will now be used in the Ender Constructor
[06:37:35] [Server thread/INFO] [extrautils]: Recipes constructing item.extrautils:nodeUpgrade.5 will now be used in the Ender Constructor
[06:37:35] [Server thread/INFO] [extrautils]: Recipes constructing item.extrautils:nodeUpgrade.6 will now be used in the Ender Constructor
[06:37:35] [Server thread/INFO] [extrautils]: Recipes constructing tile.extrautils:magnumTorch will now be used in the Ender Constructor
[06:37:35] [Server thread/INFO] [extrautils]: Recipes constructing tile.extrautils:endMarker will now be used in the Ender Constructor
[06:37:35] [Server thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base.12 will now be used in the Ender Constructor
[06:37:35] [Server thread/INFO] [extrautils]: Recipes constructing tile.extrautils:enderQuarryUpgrade.0 will now be used in the Ender Constructor
[06:37:35] [Server thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base.13 will now be used in the Ender Constructor
[06:37:35] [Server thread/INFO] [extrautils]: Found 2 constructors in PowerHandler
[06:37:35] [Server thread/INFO] [extrautils]: Registering RecipeMicroBlocks to RecipeSorter
[06:37:35] [Server thread/INFO] [extrautils]: Registering RecipeSoul to RecipeSorter
[06:37:35] [Server thread/INFO] [extrautils]: Registering RecipeMagicalWood to RecipeSorter
[06:37:35] [Server thread/INFO] [extrautils]: Registering ShapedOreRecipe to RecipeSorter
[06:37:35] [Server thread/INFO] [extrautils]: Registering RecipeCustomOres to RecipeSorter
[06:37:35] [Server thread/INFO] [extrautils]: Registering RecipeFilterInvert to RecipeSorter
[06:37:35] [Server thread/INFO] [extrautils]: Registering RecipeEnchantCrafting to RecipeSorter
[06:37:35] [Server thread/INFO] [extrautils]: Registering RecipeHorseTransmutation to RecipeSorter
[06:37:35] [Server thread/INFO] [extrautils]: Registering RecipeUnsigil to RecipeSorter
[06:37:35] [Server thread/INFO] [extrautils]: Registering RecipeUnEnchanting to RecipeSorter
[06:37:35] [Server thread/INFO] [extrautils]: Registering RecipeUnstableIngotCrafting to RecipeSorter
[06:37:35] [Server thread/INFO] [extrautils]: Registering RecipeUnstableNuggetCrafting to RecipeSorter
[06:37:35] [Server thread/INFO] [extrautils]: Registering RecipeUnstableCrafting to RecipeSorter
[06:37:35] [Server thread/INFO] [extrautils]: Registering ShapelessOreRecipe to RecipeSorter
[06:37:35] [Server thread/INFO] [extrautils]: Registering RecipeDifficultySpecific to RecipeSorter
[06:37:35] [Server thread/INFO] [extrautils]: Registering RecipeGBEnchanting to RecipeSorter
[06:37:35] [Server thread/INFO] [factorization]: This is Factorization 1.7.10-0.8.87.1
[06:37:37] [Server thread/ERROR] [Forbidden Magic]: There was problem when retrieving information from Thaumcraft.
java.lang.NoSuchFieldException: potionFluxTaintID
        at java.lang.Class.getField(Class.java:1690)
        at fox.spiteful.forbidden.Config.configurate(Config.java:91)
        at fox.spiteful.forbidden.Forbidden.prelude(Forbidden.java:34)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
        at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
        at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
        at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:313)
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
java.lang.NoSuchFieldException: potionFluxTaintID
        at java.lang.Class.getField(Class.java:1690)
        at fox.spiteful.forbidden.Config.configurate(Config.java:91)
        at fox.spiteful.forbidden.Forbidden.prelude(Forbidden.java:34)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
        at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
        at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
        at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:313)
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Aug 28, 2014 6:37:39 AM ASB2.ASB2Core preInit
INFO:  Beginning destruction of known world
Aug 28, 2014 6:37:39 AM ASB2.ASB2Core preInit
INFO:  Joining mods in world domination
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:ItemMetadata, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:143)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:131)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.ItemRegistry.init(ItemRegistry.java:112)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:64)
[06:37:39] [Server thread/WARN] [FML]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:ItemMetadataFluid, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:143)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:131)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.ItemRegistry.init(ItemRegistry.java:112)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:64)
[06:37:39] [Server thread/WARN] [FML]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockFluidElectisPolyhedron, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockBase.registerBlock(BlockBase.java:41)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockFluidElectisPolyhedron, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockBase.registerBlock(BlockBase.java:41)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor9, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor9, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockMultiBlockPartGlass, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockMultiBlockPartGlass, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockConduit, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockBase.registerBlock(BlockBase.java:41)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockConduit, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockBase.registerBlock(BlockBase.java:41)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockMultiBlockPart, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockMultiBlockPart, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor12, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor12, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor13, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor13, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor10, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor10, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor0, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor0, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor11, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor11, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor16, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor16, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor14, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor14, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockTeleportAlter, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockBase.registerBlock(BlockBase.java:41)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockTeleportAlter, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockBase.registerBlock(BlockBase.java:41)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor15, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor15, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor5, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor5, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor6, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor6, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor7, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor7, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor8, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor8, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor1, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor1, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor2, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor2, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor3, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor3, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor4, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockStructureCubeColor4, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockItemElectisPolyhedron, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockBase.registerBlock(BlockBase.java:41)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockItemElectisPolyhedron, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockBase.registerBlock(BlockBase.java:41)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockCreativeMetadata, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockCreativeMetadata, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockDrill, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockBase.registerBlock(BlockBase.java:41)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockDrill, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockBase.registerBlock(BlockBase.java:41)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockMetadataOre, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockMetadataOre, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockElectisPolyhedron, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockBase.registerBlock(BlockBase.java:41)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockElectisPolyhedron, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockBase.registerBlock(BlockBase.java:41)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockSpatialProvider, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockSpatialProvider, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockMultiDirectionalConduit, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockBase.registerBlock(BlockBase.java:41)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockMultiDirectionalConduit, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockBase.registerBlock(BlockBase.java:41)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockMultiInterface, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockMultiInterface, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockMetadata.registerBlock(BlockMetadata.java:54)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockMultiPartRender, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockBase.registerBlock(BlockBase.java:41)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockMultiPartRender, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockBase.registerBlock(BlockBase.java:41)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockMultiBlockPartAir, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockBase.registerBlock(BlockBase.java:41)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockMultiBlockPartAir, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockBase.registerBlock(BlockBase.java:41)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockPhotonSender, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockBase.registerBlock(BlockBase.java:41)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/WARN] [FML]: * Illegal extra prefix GearUtilities for name GearUtilities:BlockPhotonSender, invalid registry invocation/invalid name?
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:39] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.blocks.BlockBase.registerBlock(BlockBase.java:41)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.BlockRegistry.init(BlockRegistry.java:162)
[06:37:39] [Server thread/WARN] [FML]: *  at GU.GearUtilities.preInit(GearUtilities.java:65)...
[06:37:39] [Server thread/WARN] [FML]: ****************************************
[06:37:39] [Server thread/INFO] [HydCraft]: Hydraulicraft Starting!
[06:37:40] [Server thread/INFO] [Railcraft]: Railcraft Config: Doing preinit parsing
[06:37:41] [Railcraft Version Check/WARN] [Railcraft]: Latest Version Check Failed: java.io.IOException: Server returned HTTP response code: 509 for URL: https://dl.dropboxusercontent.com/u/38558957/Minecraft/Railcraft/version.txt
[06:37:42] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: net.minecraft.item.ItemCoal, 1xitem.coal@0, 0
[06:37:42] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockSteel, id=1xtile.railcraft.cube@2 meta=2
[06:37:42] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSulfur, id=1xtile.railcraft.ore@0 meta=0
[06:37:42] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSaltpeter, id=1xtile.railcraft.ore@1 meta=1
[06:37:42] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreDiamond, id=1xtile.railcraft.ore@2 meta=2
[06:37:42] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreEmerald, id=1xtile.railcraft.ore@3 meta=3
[06:37:42] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreLapis, id=1xtile.railcraft.ore@4 meta=4
[06:37:42] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreFirestone, id=1xtile.railcraft.ore@5 meta=5
[06:37:42] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorCopper, id=1xtile.railcraft.ore@9 meta=9
[06:37:42] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorGold, id=1xtile.railcraft.ore@8 meta=8
[06:37:42] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorIron, id=1xtile.railcraft.ore@7 meta=7
[06:37:42] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePoorTin, id=1xtile.railcraft.ore@10 meta=10
[06:37:42] [Server thread/INFO] [MagicBees]: Replacing stupid-block with 'Here,  have some delicious textures' ItemBlock. This is 100% normal.
[06:37:42] [Server thread/WARN] [FML]: ****************************************
[06:37:42] [Server thread/WARN] [FML]: * Illegal extra prefix item.magicbees for name item.magicbees:thaumiumScoop, invalid registry invocation/invalid name?
[06:37:42] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:42] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:143)
[06:37:42] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:131)
[06:37:42] [Server thread/WARN] [FML]: *  at magicbees.main.Config.setupItems(Config.java:357)
[06:37:42] [Server thread/WARN] [FML]: *  at magicbees.main.MagicBees.preInit(MagicBees.java:49)
[06:37:42] [Server thread/WARN] [FML]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[06:37:42] [Server thread/WARN] [FML]: ****************************************
[06:37:42] [Server thread/WARN] [FML]: ****************************************
[06:37:42] [Server thread/WARN] [FML]: * Illegal extra prefix item.magicbees for name item.magicbees:thaumiumGrafter, invalid registry invocation/invalid name?
[06:37:42] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:42] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:143)
[06:37:42] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:131)
[06:37:42] [Server thread/WARN] [FML]: *  at magicbees.main.Config.setupItems(Config.java:361)
[06:37:42] [Server thread/WARN] [FML]: *  at magicbees.main.MagicBees.preInit(MagicBees.java:49)
[06:37:42] [Server thread/WARN] [FML]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[06:37:42] [Server thread/WARN] [FML]: ****************************************
[06:37:42] [Server thread/INFO] [MagicBees]: Found nugget of type IRON
[06:37:42] [Server thread/INFO] [MagicBees]: Found nugget of type COPPER
[06:37:42] [Server thread/INFO] [MagicBees]: Found nugget of type TIN
[06:37:42] [Server thread/INFO] [MagicBees]: Found nugget of type SILVER
[06:37:42] [Server thread/INFO] [MagicBees]: Found nugget of type LEAD
[06:37:42] [Server thread/INFO] [MagicBees]: Found nugget of type DIAMOND
[06:37:42] [Server thread/INFO] [MagicBees]: Found nugget of type EMERALD
[06:37:42] [Server thread/INFO] [MagicBees]: Found nugget of type APATITE
[06:37:43] [Server thread/INFO] [MagicBees]: Preinit completed
[06:37:43] [Server thread/WARN] [Mariculture]: Something went wrong when initializing HarvestCraft Plugin
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockLimestone, id=1xtile.limestone@0 meta=0
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockGlass, id=1xtile.blockFusedQuartz@1 meta=1
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: limestone, id=1xtile.limestone@0 meta=0
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreCopper, id=1xtile.rocks@1 meta=1
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreAluminum, id=1xtile.rocks@2 meta=2
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreRutile, id=1xtile.rocks@3 meta=3
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockAluminum, id=1xtile.metals@1 meta=1
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockCopper, id=1xtile.metals@0 meta=0
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockMagnesium, id=1xtile.metals@3 meta=3
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockRutile, id=1xtile.metals@2 meta=2
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockTitanium, id=1xtile.metals@4 meta=4
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: coralLightBlue, id=1xtile.plant.static@4 meta=4
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: coralYellow, id=1xtile.plant.static@7 meta=7
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: coralMagenta, id=1xtile.plant.static@5 meta=5
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: coralBrown, id=1xtile.plant.static@6 meta=6
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: coralOrange, id=1xtile.plant.static@8 meta=8
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: coralPink, id=1xtile.plant.static@2 meta=2
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: coralPurple, id=1xtile.plant.static@9 meta=9
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: coralRed, id=1xtile.plant.static@3 meta=3
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: coralWhite, id=1xtile.plant.static@12 meta=12
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: coralGray, id=1xtile.plant.static@10 meta=10
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: coralLightGray, id=1xtile.plant.static@11 meta=11
[06:37:43] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: plantKelp, id=1xtile.plant.static@1 meta=1
[06:37:44] [Server thread/INFO] [FML]: [Modstats] Config loaded. allowUpdates: true,  betaNotification: false, strict: false
[06:37:45] [Server thread/INFO] [Morpheus]: Loading configuration
[06:37:45] [Server thread/INFO] [NEIAddons|Botany]: Wrong side: SERVER, Botany Addon not loading
[06:37:45] [Server thread/INFO] [NEIAddons|Forestry]: Version check success: Forestry@[2.2.9.0,) required / 3.0.0.91 detected
[06:37:45] [Server thread/INFO] [NEIAddons|CraftingTables]: Wrong side: SERVER, Crafting Tables Addon not loading
[06:37:45] [Server thread/INFO] [NEIAddons|ExNihilo]: Wrong side: SERVER, Ex Nihilo Addon not loading
[06:37:45] [Server thread/WARN] [NetherOres]: catching
java.lang.NullPointerException
        at cofh.mod.BaseMod.loadLang(BaseMod.java:188) [BaseMod.class:?]
        at powercrystals.netherores.NetherOresCore.preInit(NetherOresCore.java:106) [NetherOresCore.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_05]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_05]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_05]
        at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_05]
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_05]
        at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_05]
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_05]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_05]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_05]
        at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_05]
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
        at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513) [Loader.class:?]
        at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88) [FMLServerHandler.class:?]
        at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:313) [FMLCommonHandler.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) [lt.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherCoal, id=1xtile.netherores.ore.0@0 meta=0
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherDiamond, id=1xtile.netherores.ore.0@1 meta=1
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherGold, id=1xtile.netherores.ore.0@2 meta=2
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherIron, id=1xtile.netherores.ore.0@3 meta=3
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherLapis, id=1xtile.netherores.ore.0@4 meta=4
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherRedstone, id=1xtile.netherores.ore.0@5 meta=5
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherCopper, id=1xtile.netherores.ore.0@6 meta=6
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherTin, id=1xtile.netherores.ore.0@7 meta=7
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherEmerald, id=1xtile.netherores.ore.0@8 meta=8
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherSilver, id=1xtile.netherores.ore.0@9 meta=9
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherLead, id=1xtile.netherores.ore.0@10 meta=10
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherUranium, id=1xtile.netherores.ore.0@11 meta=11
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherNikolite, id=1xtile.netherores.ore.0@12 meta=12
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherRuby, id=1xtile.netherores.ore.0@13 meta=13
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherPeridot, id=1xtile.netherores.ore.0@14 meta=14
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherSapphire, id=1xtile.netherores.ore.0@15 meta=15
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherPlatinum, id=1xtile.netherores.ore.1@0 meta=0
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherNickel, id=1xtile.netherores.ore.1@1 meta=1
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherSteel, id=1xtile.netherores.ore.1@2 meta=2
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherIridium, id=1xtile.netherores.ore.1@3 meta=3
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherOsmium, id=1xtile.netherores.ore.1@4 meta=4
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherSulfur, id=1xtile.netherores.ore.1@5 meta=5
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherTitanium, id=1xtile.netherores.ore.1@6 meta=6
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherMithril, id=1xtile.netherores.ore.1@7 meta=7
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherAdamantium, id=1xtile.netherores.ore.1@8 meta=8
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherRutile, id=1xtile.netherores.ore.1@9 meta=9
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherTungsten, id=1xtile.netherores.ore.1@10 meta=10
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherAmber, id=1xtile.netherores.ore.1@11 meta=11
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherTennantite, id=1xtile.netherores.ore.1@12 meta=12
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherSalt, id=1xtile.netherores.ore.1@13 meta=13
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherSaltpeter, id=1xtile.netherores.ore.1@14 meta=14
[06:37:45] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherMagnesium, id=1xtile.netherores.ore.1@15 meta=15
[06:37:45] [Server thread/INFO] [ObsidiPlates]: Config loaded from: /home/minecraft/config/ObsidiPlates.cfg
[06:37:47] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: listAllveggie, id=1xtile.pumpkin@0 meta=0
[06:37:47] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: listAllmushroom, id=1xtile.mushroom@0 meta=0
[06:37:47] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: listAllmushroom, id=1xtile.mushroom@0 meta=0
[06:37:47] [Server thread/WARN] [PiP]: [4.0.0] You're loading Picture-in-Picture on a server! This is a client-only mod!
[06:37:47] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockIronCompressed, id=1xtile.compressedIronBlock@0 meta=0
Heeeeelllooooo
[06:37:48] [Server thread/INFO] [Project Red]: Started loading ProjectRed compat plugins
[06:37:48] [Server thread/WARN] [Project Red]: Failed to load PR Plugin for TreeCapitator
[06:37:48] [Server thread/WARN] [Project Red]: Failed to load PR Plugin for ComputerCraft
[06:37:48] [Server thread/INFO] [Project Red]: Finished loading ProjectRed compat plugins
[06:37:48] [Server thread/INFO] [PvpToggle]: PVP Toggle starting up!
[06:37:48] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockElectrumFlux, id=1xtile.redstonearsenal.storage@0 meta=0
[06:37:48] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockCrystalFlux, id=1xtile.redstonearsenal.storage@1 meta=1
SGBaseTE: energyPerFuelItem = 96000.0
SGBaseTE: energyToOpen = 4000.0
SGBaseTE: energyUsePerTick = 1.0
BaseMod.addBlock: name 'stargateRing' qualName 'gcewing_sg:stargateRing' gcewing.sg.SGRingBlock@351aafee
BaseMod.addBlock: name 'stargateBase' qualName 'gcewing_sg:stargateBase' gcewing.sg.SGBaseBlock@6b289286
BaseMod.addBlock: name 'stargateController' qualName 'gcewing_sg:stargateController' gcewing.sg.DHDBlock@3689306
BaseMod.addBlock: name 'naquadahBlock' qualName 'gcewing_sg:naquadahBlock' gcewing.sg.NaquadahBlock@4a2992b0
BaseMod.addBlock: name 'naquadahOre' qualName 'gcewing_sg:naquadahOre' gcewing.sg.NaquadahOreBlock@10b89a33
BaseMod.addBlock: name 'ic2PowerUnit' qualName 'gcewing_sg:ic2PowerUnit' gcewing.sg.ic2.IC2PowerBlock@78f15669
[06:37:48] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNaquadah, id=1xtile.gcewing_sg:naquadahOre@0 meta=0
[06:37:48] [Server thread/WARN] [Shatter]: [4.0.0] You're loading Shatter on a server! This is a client-only mod!
Failed to create block (BlockDistributor)
java.lang.IllegalArgumentException: Duplicate id: distributor
        at net.minecraft.tileentity.TileEntity.func_145826_a(TileEntity.java:43)
        at cpw.mods.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:264)
        at vswe.stevescarts.Blocks.ModBlocks.init(ModBlocks.java:83)
        at vswe.stevescarts.StevesCarts.preInit(StevesCarts.java:87)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
        at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
        at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
        at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:313)
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
[06:37:49] [Server thread/WARN] [FML]: ****************************************
[06:37:49] [Server thread/WARN] [FML]: * Illegal extra prefix stopgap for name stopgap:BlockFlint, invalid registry invocation/invalid name?
[06:37:49] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:49] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:49] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:49] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:160)
[06:37:49] [Server thread/WARN] [FML]: *  at othlon.stopgap.items.SGItems.init(SGItems.java:35)
[06:37:49] [Server thread/WARN] [FML]: *  at othlon.stopgap.StopGap.preInit(StopGap.java:34)...
[06:37:49] [Server thread/WARN] [FML]: ****************************************
[06:37:49] [Server thread/WARN] [FML]: ****************************************
[06:37:49] [Server thread/WARN] [FML]: * Illegal extra prefix stopgap for name stopgap:BlockFlint, invalid registry invocation/invalid name?
[06:37:49] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:49] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:49] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:49] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:160)
[06:37:49] [Server thread/WARN] [FML]: *  at othlon.stopgap.items.SGItems.init(SGItems.java:35)
[06:37:49] [Server thread/WARN] [FML]: *  at othlon.stopgap.StopGap.preInit(StopGap.java:34)...
[06:37:49] [Server thread/WARN] [FML]: ****************************************
[06:37:49] [Server thread/WARN] [FML]: ****************************************
[06:37:49] [Server thread/WARN] [FML]: * Illegal extra prefix stopgap for name stopgap:ingotRed, invalid registry invocation/invalid name?
[06:37:49] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:49] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:143)
[06:37:49] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:131)
[06:37:49] [Server thread/WARN] [FML]: *  at othlon.stopgap.items.SGItems.init(SGItems.java:45)
[06:37:49] [Server thread/WARN] [FML]: *  at othlon.stopgap.StopGap.preInit(StopGap.java:34)
[06:37:49] [Server thread/WARN] [FML]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[06:37:49] [Server thread/WARN] [FML]: ****************************************
[06:37:49] [Server thread/INFO] [Tinkers Mechworks]: Loading configuration...
[06:37:49] [Server thread/INFO] [Tinkers Mechworks]: Done.
[06:37:49] [Server thread/WARN] [FML]: ****************************************
[06:37:49] [Server thread/WARN] [FML]: * Illegal extra prefix TMechworks for name TMechworks:Dynamo, invalid registry invocation/invalid name?
[06:37:49] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:807)
[06:37:49] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:212)
[06:37:49] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:49] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:160)
[06:37:49] [Server thread/WARN] [FML]: *  at tmechworks.common.MechContent.registerBlocks(MechContent.java:81)
[06:37:49] [Server thread/WARN] [FML]: *  at tmechworks.common.MechContent.<init>(MechContent.java:44)...
[06:37:49] [Server thread/WARN] [FML]: ****************************************
[06:37:49] [Server thread/WARN] [FML]: ****************************************
[06:37:49] [Server thread/WARN] [FML]: * Illegal extra prefix TMechworks for name TMechworks:Dynamo, invalid registry invocation/invalid name?
[06:37:49] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:755)
[06:37:49] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:215)
[06:37:49] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:171)
[06:37:49] [Server thread/WARN] [FML]: *  at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:160)
[06:37:49] [Server thread/WARN] [FML]: *  at tmechworks.common.MechContent.registerBlocks(MechContent.java:81)
[06:37:49] [Server thread/WARN] [FML]: *  at tmechworks.common.MechContent.<init>(MechContent.java:44)...
[06:37:49] [Server thread/WARN] [FML]: ****************************************
[06:37:50] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: plankWood, id=1xtile.witchery:witchwood@32767 meta=32,767
[06:37:50] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: treeSapling, id=1xtile.witchery:witchsapling@32767 meta=32,767
[06:37:50] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: logWood, id=1xtile.witchery:witchlog@32767 meta=32,767
[06:37:50] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: treeLeaves, id=1xtile.witchery:witchleaves@32767 meta=32,767
[06:37:50] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stairWood, id=1xtile.witchery:stairswoodalder@32767 meta=32,767
[06:37:50] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stairWood, id=1xtile.witchery:stairswoodhawthorn@32767 meta=32,767
[06:37:50] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stairWood, id=1xtile.witchery:stairswoodrowan@32767 meta=32,767
[06:37:50] [Server thread/INFO] [denseores]: Ph'nglui mglw'nafh, y'uln Dense Ores shugg ch'agl
[06:37:50] [Server thread/INFO] [IguanaTweaksTConstruct]: Adding Blizz head
[06:37:50] [Server thread/INFO] [IguanaTweaksTConstruct]: Adding Items
[06:37:50] [Server thread/INFO] [IguanaTweaksTConstruct]: Added Items
[06:37:51] [Server thread/ERROR] [ForgeMicroblock]: Material with id tile.leaves is already registered.
[06:37:51] [Server thread/ERROR] [ForgeMicroblock]: Material with id tile.leaves_1 is already registered.
[06:37:51] [Server thread/INFO] [FML]: Applying holder lookups
[06:37:51] [Server thread/INFO] [FML]: Holder lookups applied
[06:37:51] [Server thread/INFO]: Loading properties
[06:37:51] [Server thread/INFO]: Default game type: SURVIVAL
[06:37:51] [Server thread/INFO]: Generating keypair
[06:37:51] [Server thread/INFO]: Starting Minecraft server on *:25565
[06:37:51] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerEnchantment
[06:37:51] [Server thread/INFO] [AE2:S]: Init
[06:37:51] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockWool, id=1xtile.cloth@32767 meta=32,767
[06:37:51] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockStainedHardenedClay, id=1xtile.clayHardenedStained@32767 meta=32,767
[06:37:51] [Server thread/WARN] [AE2:S]: Unable to regsiter a recipe:Unable to find item: appliedenergistics2:ItemMaterial.WoodenGear:0
[06:37:51] [Server thread/WARN] [AE2:S]: Unable to regsiter a recipe:Unable to find item: appliedenergistics2:ItemMaterial.IronNugget:0
[06:37:51] [Server thread/WARN] [AE2:S]: Unable to regsiter a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
[06:37:51] [Server thread/WARN] [AE2:S]: Unable to regsiter a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
[06:37:51] [Server thread/WARN] [AE2:S]: Unable to regsiter a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
[06:37:51] [Server thread/WARN] [AE2:S]: Unable to regsiter a recipe:Unable to find item: appliedenergistics2:ItemMaterial.Flour:0
[06:37:51] [Server thread/WARN] [AE2:S]: Unable to regsiter a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
[06:37:51] [Server thread/WARN] [AE2:S]: Unable to regsiter a recipe:Unable to find item: appliedenergistics2:ItemMaterial.Flour:0
[06:37:51] [Server thread/WARN] [AE2:S]: Unable to regsiter a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
[06:37:51] [Server thread/WARN] [AE2:S]: Unable to regsiter a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
[06:37:51] [Server thread/WARN] [AE2:S]: Unable to regsiter a recipe:Unable to find item: appliedenergistics2:ItemMaterial.Flour:0
[06:37:51] [Server thread/WARN] [AE2:S]: Unable to regsiter a recipe:Unable to find item: appliedenergistics2:ItemMaterial.GoldDust:0
[06:37:51] [Server thread/WARN] [AE2:S]: Unable to regsiter a recipe:Unable to find item: appliedenergistics2:ItemMaterial.IronDust:0
[06:37:51] [Server thread/WARN] [AE2:S]: Unable to regsiter a recipe:Unable to find item: appliedenergistics2:ItemMaterial.Flour:0
[06:37:51] [Server thread/WARN] [AE2:S]: Unable to regsiter a recipe:Unable to find item: appliedenergistics2:ItemMaterial.Silicon:0
[06:37:51] [Server thread/WARN] [AE2:S]: Unable to regsiter a recipe:Unable to find item: appliedenergistics2:ItemMaterial.Silicon:0
[06:37:51] [Server thread/INFO] [AE2:S]: Recipes Loading: Crusher: 7 loaded.
[06:37:51] [Server thread/INFO] [AE2:S]: Recipes Loading: HCCrusher: 7 loaded.
[06:37:51] [Server thread/INFO] [AE2:S]: Recipes Loading: Pulverizer: 7 loaded.
[06:37:51] [Server thread/INFO] [AE2:S]: Recipes Loading: Inscribe: 8 loaded.
[06:37:51] [Server thread/INFO] [AE2:S]: Recipes Loading: MekCrusher: 5 loaded.
[06:37:51] [Server thread/INFO] [AE2:S]: Recipes Loading: GrindFZ: 6 loaded.
[06:37:51] [Server thread/INFO] [AE2:S]: Recipes Loading: Press: 3 loaded.
[06:37:51] [Server thread/INFO] [AE2:S]: Recipes Loading: MekEnrichment: 2 loaded.
[06:37:51] [Server thread/INFO] [AE2:S]: Recipes Loading: Shapeless: 53 loaded.
[06:37:51] [Server thread/INFO] [AE2:S]: Recipes Loading: OreRegistration: 11 loaded.
[06:37:51] [Server thread/INFO] [AE2:S]: Recipes Loading: Smelt: 1 loaded.
[06:37:51] [Server thread/INFO] [AE2:S]: Recipes Loading: Shaped: 194 loaded.
[06:37:51] [Server thread/INFO] [AE2:S]: Recipes Loading: Grind: 4 loaded.
[06:37:51] [Server thread/INFO] [AE2:S]: Recipes Loading: Macerator: 7 loaded.
[06:37:51] [Server thread/INFO] [AE2:S]: Init ( end 311ms )
[06:37:52] [Server thread/INFO] [IC2]: Starting init
[06:37:52] [Server thread/INFO] [IC2]: Finished init after 74 ms
Heeeeelllooooo
Heeeeelllooooo
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stainedClayWhite, id=1xtile.clayHardenedStained@0 meta=0
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockWoolWhite, id=1xtile.cloth@0 meta=0
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stainedClayOrange, id=1xtile.clayHardenedStained@1 meta=1
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockWoolOrange, id=1xtile.cloth@1 meta=1
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stainedClayMagenta, id=1xtile.clayHardenedStained@2 meta=2
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockWoolMagenta, id=1xtile.cloth@2 meta=2
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stainedClayLightBlue, id=1xtile.clayHardenedStained@3 meta=3
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockWoolLightBlue, id=1xtile.cloth@3 meta=3
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stainedClayYellow, id=1xtile.clayHardenedStained@4 meta=4
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockWoolYellow, id=1xtile.cloth@4 meta=4
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stainedClayLime, id=1xtile.clayHardenedStained@5 meta=5
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockWoolLime, id=1xtile.cloth@5 meta=5
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stainedClayPink, id=1xtile.clayHardenedStained@6 meta=6
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockWoolPink, id=1xtile.cloth@6 meta=6
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stainedClayGray, id=1xtile.clayHardenedStained@7 meta=7
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockWoolGray, id=1xtile.cloth@7 meta=7
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stainedClayLightGray, id=1xtile.clayHardenedStained@8 meta=8
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockWoolLightGray, id=1xtile.cloth@8 meta=8
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stainedClayCyan, id=1xtile.clayHardenedStained@9 meta=9
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockWoolCyan, id=1xtile.cloth@9 meta=9
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stainedClayPurple, id=1xtile.clayHardenedStained@10 meta=10
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockWoolPurple, id=1xtile.cloth@10 meta=10
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stainedClayBlue, id=1xtile.clayHardenedStained@11 meta=11
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockWoolBlue, id=1xtile.cloth@11 meta=11
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stainedClayBrown, id=1xtile.clayHardenedStained@12 meta=12
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockWoolBrown, id=1xtile.cloth@12 meta=12
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stainedClayGreen, id=1xtile.clayHardenedStained@13 meta=13
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockWoolGreen, id=1xtile.cloth@13 meta=13
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stainedClayRed, id=1xtile.clayHardenedStained@14 meta=14
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockWoolRed, id=1xtile.cloth@14 meta=14
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stainedClayBlack, id=1xtile.clayHardenedStained@15 meta=15
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockWoolBlack, id=1xtile.cloth@15 meta=15
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreCopper, id=1xtile.OreEln@1 meta=1
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreLead, id=1xtile.OreEln@4 meta=4
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreElnTungsten, id=1xtile.OreEln@5 meta=5
[06:37:53] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreCinnabar, id=1xtile.OreEln@6 meta=6
[06:37:55] [Server thread/INFO] [CoFH ASM]: Stripping methods and fields from thermalexpansion.block.TileRSControl
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: thermalexpansion:machineFrame, id=1xtile.thermalexpansion.frame@0 meta=0
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: thermalexpansion:machineFrame, id=1xtile.thermalexpansion.frame@1 meta=1
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: thermalexpansion:machineFrame, id=1xtile.thermalexpansion.frame@2 meta=2
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: thermalexpansion:machineFrame, id=1xtile.thermalexpansion.frame@3 meta=3
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockGlassHardened, id=1xtile.thermalexpansion.glass@0 meta=0
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockClothRock, id=1xtile.thermalexpansion.rockwool@32767 meta=32,767
[06:37:55] [Server thread/INFO] [Mantle]: Entering initialization phase.
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: hambone, id=1xtile.tconstruct.meatblock@0 meta=0
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreCobalt, id=1xtile.tconstruct.stoneore@1 meta=1
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreArdite, id=1xtile.tconstruct.stoneore@2 meta=2
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreCopper, id=1xtile.tconstruct.stoneore@3 meta=3
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreTin, id=1xtile.tconstruct.stoneore@4 meta=4
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreAluminum, id=1xtile.tconstruct.stoneore@5 meta=5
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreAluminium, id=1xtile.tconstruct.stoneore@5 meta=5
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreIron, id=1xtile.tconstruct.gravelore@0 meta=0
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreGold, id=1xtile.tconstruct.gravelore@1 meta=1
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreCobalt, id=1xtile.tconstruct.gravelore@5 meta=5
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreCopper, id=1xtile.tconstruct.gravelore@2 meta=2
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreTin, id=1xtile.tconstruct.gravelore@3 meta=3
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreAluminum, id=1xtile.tconstruct.gravelore@4 meta=4
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreAluminium, id=1xtile.tconstruct.gravelore@4 meta=4
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockCobalt, id=1xtile.tconstruct.metalblock@0 meta=0
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockArdite, id=1xtile.tconstruct.metalblock@1 meta=1
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockManyullyn, id=1xtile.tconstruct.metalblock@2 meta=2
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockCopper, id=1xtile.tconstruct.metalblock@3 meta=3
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockBronze, id=1xtile.tconstruct.metalblock@4 meta=4
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockTin, id=1xtile.tconstruct.metalblock@5 meta=5
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockAluminum, id=1xtile.tconstruct.metalblock@6 meta=6
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockAluminium, id=1xtile.tconstruct.metalblock@6 meta=6
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockAluminumBrass, id=1xtile.tconstruct.metalblock@7 meta=7
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockAluminiumBrass, id=1xtile.tconstruct.metalblock@7 meta=7
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockAlumite, id=1xtile.tconstruct.metalblock@8 meta=8
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockSteel, id=1xtile.tconstruct.metalblock@9 meta=9
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockEnder, id=1xtile.tconstruct.metalblock@10 meta=10
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: slabCloth, id=1xtile.cloth@32767 meta=32,767
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: slabCloth, id=1xtile.cloth@32767 meta=32,767
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stoneMossy, id=1xtile.stonebricksmooth@1 meta=1
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: stoneMossy, id=1xtile.stoneMoss@0 meta=0
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: crafterWood, id=1xtile.workbench@0 meta=0
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: craftingTableWood, id=1xtile.workbench@0 meta=0
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: torchStone, id=1xtile.decoration.stonetorch@0 meta=0
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: glassWhite, id=1xtile.GlassBlock.StainedClear@0 meta=0
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: glassOrange, id=1xtile.GlassBlock.StainedClear@1 meta=1
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: glassMagenta, id=1xtile.GlassBlock.StainedClear@2 meta=2
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: glassLightBlue, id=1xtile.GlassBlock.StainedClear@3 meta=3
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: glassYellow, id=1xtile.GlassBlock.StainedClear@4 meta=4
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: glassLime, id=1xtile.GlassBlock.StainedClear@5 meta=5
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: glassPink, id=1xtile.GlassBlock.StainedClear@6 meta=6
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: glassGray, id=1xtile.GlassBlock.StainedClear@7 meta=7
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: glassLightGray, id=1xtile.GlassBlock.StainedClear@8 meta=8
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: glassCyan, id=1xtile.GlassBlock.StainedClear@9 meta=9
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: glassPurple, id=1xtile.GlassBlock.StainedClear@10 meta=10
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: glassBlue, id=1xtile.GlassBlock.StainedClear@11 meta=11
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: glassBrown, id=1xtile.GlassBlock.StainedClear@12 meta=12
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: glassGreen, id=1xtile.GlassBlock.StainedClear@13 meta=13
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: glassRed, id=1xtile.GlassBlock.StainedClear@14 meta=14
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: glassBlack, id=1xtile.GlassBlock.StainedClear@15 meta=15
[06:37:55] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockGlass, id=1xtile.GlassBlock@0 meta=0
[06:37:55] [Server thread/INFO] [TConstruct]: NotEnoughItems detected. Registering TConstruct NEI plugin.
[06:37:55] [Server thread/INFO] [TConstruct]: Waila detected. Registering TConstruct tank blocks with Waila registry.
[06:37:55] [Server thread/INFO] [TConstruct]: BuildCraft detected. Registering facades.
[06:37:55] [Server thread/INFO] [TConstruct]: AE2 detected. Registering for Spatial IO.
[06:37:55] [Server thread/INFO] [TConstruct]: IC2 detected. Preparing for shenanigans.
[06:37:55] [Server thread/INFO] [TConstruct]: MineFactoryReloaded detected. Registering TConstruct farmables/grindables with MFR's Farming Registry.
Severe error, please report this to the mod author:
java.lang.ArrayIndexOutOfBoundsException
java.lang.ClassNotFoundException: thaumic.tinkerer.common.multipart.MultipartHandler
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:259)
        at thaumic.tinkerer.common.core.proxy.TTCommonProxy.init(TTCommonProxy.java:100)
        at thaumic.tinkerer.common.ThaumicTinkerer.init(ThaumicTinkerer.java:87)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
        at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
        at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:318)
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.NullPointerException
        at org.objectweb.asm.ClassReader.<init>(Unknown Source)
        at cpw.mods.fml.common.asm.transformers.TerminalTransformer.transform(TerminalTransformer.java:14)
        at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
        ... 37 more
[06:37:56] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerFurnace
[06:37:56] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerChest
[06:37:56] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerBrewingStand
[06:37:56] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerHopper
[06:37:56] [Server thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerDispenser
[06:37:56] [Server thread/INFO] [HydCraft]: New version available!
[06:37:56] [Server thread/INFO] [HydCraft]: Latest version released at: 16-6-2014
[06:37:57] [Hats Mod Mob Support Thread/INFO] [Hats]: [4.0.0] Registered thaumcraft.common.entities.golems.EntityGolemBase with hat mod mappings.
[06:37:57] [Hats Mod Mob Support Thread/INFO] [Hats]: [4.0.0] Registered thaumcraft.common.entities.monster.EntityPech with hat mod mappings.
[06:37:57] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: net.minecraft.item.ItemBlock, 1xtile.blockCoal@0, 0
[06:37:57] [Server thread/INFO] [FML]: Could not get Equivalent Exchange items.
[06:37:57] [Server thread/INFO] [MagicBees]: Init completed
[06:37:57] [Hats Download/Read Hats Thread/INFO] [Hats]: [4.0.0] Loaded 195 hats. 66 are contributor hats.
[06:37:57] [Server thread/INFO] [Mariculture]: Couldn't find the BiomesOPlenty Biome dunes : This is NOT an issue, do not report!
[06:37:57] [Server thread/INFO] [Mariculture]: Couldn't find the BiomesOPlenty Biome timber : This is NOT an issue, do not report!
[06:37:57] [Server thread/INFO] [Mekanism]: Version 7.1.0 initializing...
[06:37:58] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockSalt, id=1xtile.SaltBlock@0 meta=0
[06:37:58] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockOsmium, id=1xtile.BasicBlock@0 meta=0
[06:37:58] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockBronze, id=1xtile.BasicBlock@1 meta=1
[06:37:58] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockRefinedObsidian, id=1xtile.BasicBlock@2 meta=2
[06:37:58] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockCharcoal, id=1xtile.BasicBlock@3 meta=3
[06:37:58] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockRefinedGlowstone, id=1xtile.BasicBlock@4 meta=4
[06:37:58] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockSteel, id=1xtile.BasicBlock@5 meta=5
[06:37:58] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockCopper, id=1xtile.BasicBlock@12 meta=12
[06:37:58] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: blockTin, id=1xtile.BasicBlock@13 meta=13
[06:37:58] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreOsmium, id=1xtile.OreBlock@0 meta=0
[06:37:58] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreCopper, id=1xtile.OreBlock@1 meta=1
[06:37:58] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreTin, id=1xtile.OreBlock@2 meta=2
[06:37:58] [Server thread/ERROR] [ForgeMultipart]: Trait already registered for cofh.api.energy.IEnergyHandler
[06:37:58] [Server thread/ERROR] [ForgeMultipart]: Trait already registered for cofh.api.energy.IEnergyHandler
[06:37:58] [Server thread/INFO] [Mekanism]: Loading complete.
[06:37:58] [Server thread/INFO] [Mekanism]: Mod loaded.
[06:37:58] [Server thread/INFO] [Mekanism]: Loaded MekanismGenerators module.
[06:37:58] [Server thread/INFO] [Mekanism]: Loaded MekanismTools module.
[06:37:58] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: logWood, id=1xtile.TFLog@32767 meta=32,767
[06:37:58] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: logWood, id=1xtile.TFMagicLog@32767 meta=32,767
[06:37:58] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: treeSapling, id=1xtile.TFSapling@32767 meta=32,767
[06:37:58] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: treeLeaves, id=1xtile.TFLeaves@32767 meta=32,767
[06:37:58] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: treeLeaves, id=1xtile.TFMagicLeaves@32767 meta=32,767
[06:37:58] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: plankWood, id=1xtile.TFTowerStone@32767 meta=32,767
java.lang.ClassNotFoundException: twilightforest.entity.EntityTFHydra
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:259)
        at powercrystals.minefactoryreloaded.modhelpers.twilightforest.TwilightForest.load(TwilightForest.java:48)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
        at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
        at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:318)
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.NullPointerException
        at org.objectweb.asm.ClassReader.<init>(Unknown Source)
        at cpw.mods.fml.common.asm.transformers.TerminalTransformer.transform(TerminalTransformer.java:14)
        at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
        ... 36 more
[06:37:58] [Server thread/INFO] [NEIAddons]: Loading NEI Addons
[06:37:58] [Server thread/INFO] [NEIAddons]: Loading Forestry Addon...
[06:37:58] [Server thread/INFO] [NEIAddons|Forestry]: Version check success: Forestry@[2.3.0.5,) required / 3.0.0.91 detected
[06:37:58] [Server thread/INFO] [NEIAddons]: Forestry Addon successfully loadded
SGCraft.init
SGBaseTE: energyPerFuelItem = 96000.0
SGBaseTE: energyToOpen = 4000.0
SGBaseTE: energyUsePerTick = 1.0
[06:37:59] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: denseoreIron, id=1xtile.denseores:block0@0 meta=0
[06:37:59] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: denseoreGold, id=1xtile.denseores:block0@1 meta=1
[06:37:59] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: denseoreLapis, id=1xtile.denseores:block0@2 meta=2
[06:37:59] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: denseoreDiamond, id=1xtile.denseores:block0@3 meta=3
[06:37:59] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: denseoreEmerald, id=1xtile.denseores:block0@4 meta=4
[06:37:59] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: denseoreRedstone, id=1xtile.denseores:block0@5 meta=5
[06:37:59] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: denseoreCoal, id=1xtile.denseores:block0@6 meta=6
[06:37:59] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: denseoreQuartz, id=1xtile.denseores:block0@7 meta=7
[06:37:59] [Server thread/WARN] [ForgeMicroblock]: Unable to add micro material for block with unlocalised name tile.snakestone as it doesn't exist
[06:37:59] [Server thread/WARN] [ForgeMicroblock]: Unable to add micro material for block with unlocalised name tile.sandSnakestone as it doesn't exist
[06:37:59] [Server thread/WARN] [ForgeMicroblock]: Unable to add micro material for block with unlocalised name info.jbcs.minecraft.chisel.BlockGlassCarvable as it doesn't exist
[06:37:59] [Server thread/WARN] [ForgeMicroblock]: Unable to add micro material for block with unlocalised name info.jbcs.minecraft.chisel.BlockPoweredMarble as it doesn't exist
[06:37:59] [Server thread/WARN] [ForgeMicroblock]: Unable to add micro material for block with unlocalised name info.jbcs.minecraft.chisel.BlockMarbleIce as it doesn't exist
[06:37:59] [Server thread/WARN] [ForgeMicroblock]: Unable to add micro material for block with unlocalised name info.jbcs.minecraft.chisel.BlockMarble as it doesn't exist
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeBricks@4c43bdbe a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeBricks@4c43bdbe a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeBricks@4c43bdbe a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeBricks@4c43bdbe a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeBricks@4c43bdbe a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeBricks@4c43bdbe a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeBricks@4c43bdbe a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeBricks@4c43bdbe a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeBricks@4c43bdbe a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeBricks@4c43bdbe a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeBricks@4c43bdbe a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeBricks@4c43bdbe a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeBricks@4c43bdbe a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeBricks@4c43bdbe a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeBricks@4c43bdbe a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeBricks@4c43bdbe a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeStone@64c7a0d7 a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeStone@64c7a0d7 a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeStone@64c7a0d7 a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeStone@64c7a0d7 a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeStone@64c7a0d7 a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeStone@64c7a0d7 a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeStone@64c7a0d7 a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeStone@64c7a0d7 a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeStone@64c7a0d7 a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeStone@64c7a0d7 a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeStone@64c7a0d7 a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.decor.BlockDecorativeStone@64c7a0d7 a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.transport.BlockFactoryRoad@2c75b2bc a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.transport.BlockFactoryRoad@2c75b2bc a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: MineFactoryReloaded|CompatBuildCraft is trying to add powercrystals.minefactoryreloaded.block.transport.BlockFactoryRoad@2c75b2bc a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: appliedenergistics2 is trying to add BlockFluix a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: appliedenergistics2 is trying to add BlockQuartz a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: appliedenergistics2 is trying to add BlockQuartzChiseled a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: appliedenergistics2 is trying to add BlockQuartzPillar a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: appliedenergistics2 is trying to add BlockSkyStone a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: appliedenergistics2 is trying to add BlockSkyStone a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: appliedenergistics2 is trying to add BlockSkyStone a facade that Buildcraft will add later. Facade not added.
Aug 28, 2014 6:37:59 AM buildcraft.core.InterModComms logRedundantAddFacadeMessage
WARNING: appliedenergistics2 is trying to add BlockSkyStone a facade that Buildcraft will add later. Facade not added.
[06:37:59] [Server thread/ERROR] [MineFactoryReloaded]: ****************************************
[06:37:59] [Server thread/ERROR] [MineFactoryReloaded]: ****************************************
[06:37:59] [Server thread/ERROR] [MineFactoryReloaded]: ****************************************
[06:37:59] [Server thread/ERROR] [MineFactoryReloaded]: ****************************************
[06:37:59] [Server thread/ERROR] [MineFactoryReloaded]: catching
java.lang.NullPointerException
        at powercrystals.minefactoryreloaded.MFRRegistry.registerHarvestable(MFRRegistry.java:101) ~[MFRRegistry.class:?]
        at powercrystals.minefactoryreloaded.IMCHandler.processIMC(IMCHandler.java:131) [IMCHandler.class:?]
        at powercrystals.minefactoryreloaded.MineFactoryReloadedCore.handleIMC(MineFactoryReloadedCore.java:831) [MineFactoryReloadedCore.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_05]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_05]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_05]
        at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_05]
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_05]
        at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_05]
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_05]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_05]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_05]
        at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_05]
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:286) [LoadController.class:?]
        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:693) [Loader.class:?]
        at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
        at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:318) [FMLCommonHandler.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [lt.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
[06:37:59] [Server thread/ERROR] [MineFactoryReloaded]: ****************************************
[06:37:59] [Server thread/ERROR] [MineFactoryReloaded]: ****************************************
[06:37:59] [Server thread/ERROR] [MineFactoryReloaded]: ****************************************
[06:37:59] [Server thread/ERROR] [MineFactoryReloaded]: ****************************************
[06:37:59] [Server thread/ERROR] [MineFactoryReloaded]: catching
java.lang.NullPointerException
        at powercrystals.minefactoryreloaded.MFRRegistry.registerPlantable(MFRRegistry.java:91) ~[MFRRegistry.class:?]
        at powercrystals.minefactoryreloaded.IMCHandler.processIMC(IMCHandler.java:177) [IMCHandler.class:?]
        at powercrystals.minefactoryreloaded.MineFactoryReloadedCore.handleIMC(MineFactoryReloadedCore.java:831) [MineFactoryReloadedCore.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_05]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_05]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_05]
        at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_05]
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) [FMLModContainer.class:?]
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_05]
        at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_05]
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_05]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_05]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_05]
        at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_05]
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:286) [LoadController.class:?]
        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:693) [Loader.class:?]
        at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:?]
        at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:318) [FMLCommonHandler.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [lt.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
Aug 28, 2014 6:37:59 AM mcp.mobius.waila.Waila processIMC
INFO: Receiving registration request from [ ThaumicTinkerer ] for method thaumic.tinkerer.common.compat.TTinkererProvider.callbackRegister
Aug 28, 2014 6:37:59 AM mcp.mobius.waila.Waila callbackRegistration
INFO: Trying to reflect thaumic.tinkerer.common.compat.TTinkererProvider callbackRegister
Aug 28, 2014 6:37:59 AM mcp.mobius.waila.Waila callbackRegistration
INFO: Success in registering ThaumicTinkerer
Aug 28, 2014 6:37:59 AM mcp.mobius.waila.Waila processIMC
INFO: Receiving registration request from [ chisel ] for method info.jbcs.minecraft.chisel.Waila.register
Aug 28, 2014 6:37:59 AM mcp.mobius.waila.Waila callbackRegistration
INFO: Trying to reflect info.jbcs.minecraft.chisel.Waila register
Aug 28, 2014 6:37:59 AM mcp.mobius.waila.Waila callbackRegistration
INFO: Success in registering chisel
Aug 28, 2014 6:37:59 AM mcp.mobius.waila.Waila processIMC
INFO: Receiving registration request from [ EnderTech ] for method io.endertech.integration.waila.MultiblockWailaProvider.callbackRegister
Aug 28, 2014 6:37:59 AM mcp.mobius.waila.Waila callbackRegistration
INFO: Trying to reflect io.endertech.integration.waila.MultiblockWailaProvider callbackRegister
Aug 28, 2014 6:37:59 AM mcp.mobius.waila.Waila callbackRegistration
INFO: Success in registering EnderTech
Aug 28, 2014 6:37:59 AM mcp.mobius.waila.Waila processIMC
INFO: Receiving registration request from [ EnderTech ] for method io.endertech.integration.waila.GenericWailaProvider.callbackRegister
Aug 28, 2014 6:37:59 AM mcp.mobius.waila.Waila callbackRegistration
INFO: Trying to reflect io.endertech.integration.waila.GenericWailaProvider callbackRegister
Aug 28, 2014 6:37:59 AM mcp.mobius.waila.Waila callbackRegistration
INFO: Success in registering EnderTech
Aug 28, 2014 6:37:59 AM mcp.mobius.waila.Waila processIMC
INFO: Receiving registration request from [ TConstruct ] for method tconstruct.plugins.waila.WailaRegistrar.wailaCallback
Aug 28, 2014 6:37:59 AM mcp.mobius.waila.Waila callbackRegistration
INFO: Trying to reflect tconstruct.plugins.waila.WailaRegistrar wailaCallback
[06:37:59] [Server thread/INFO] [TConstruct]: [Waila-Compat] Got registrar: mcp.mobius.waila.api.impl.ModuleRegistrar@7157521c
Aug 28, 2014 6:37:59 AM mcp.mobius.waila.Waila callbackRegistration
INFO: Success in registering TConstruct
Aug 28, 2014 6:37:59 AM mcp.mobius.waila.Waila processIMC
INFO: Receiving registration request from [ JABBA ] for method mcp.mobius.betterbarrels.BBWailaProvider.callbackRegister
Aug 28, 2014 6:37:59 AM mcp.mobius.waila.Waila callbackRegistration
INFO: Trying to reflect mcp.mobius.betterbarrels.BBWailaProvider callbackRegister
Aug 28, 2014 6:37:59 AM mcp.mobius.waila.Waila callbackRegistration
INFO: Success in registering JABBA
Aug 28, 2014 6:37:59 AM mcp.mobius.waila.Waila processIMC
INFO: Receiving registration request from [ Mariculture ] for method mariculture.plugins.waila.WailaRegistrar.register
Aug 28, 2014 6:37:59 AM mcp.mobius.waila.Waila callbackRegistration
INFO: Trying to reflect mariculture.plugins.waila.WailaRegistrar register
Aug 28, 2014 6:38:00 AM mcp.mobius.waila.Waila callbackRegistration
INFO: Success in registering Mariculture
Aug 28, 2014 6:38:00 AM mcp.mobius.waila.Waila processIMC
INFO: Receiving registration request from [ PneumaticCraft ] for method pneumaticCraft.common.thirdparty.waila.Waila.callbackRegister
Aug 28, 2014 6:38:00 AM mcp.mobius.waila.Waila callbackRegistration
INFO: Trying to reflect pneumaticCraft.common.thirdparty.waila.Waila callbackRegister
Aug 28, 2014 6:38:00 AM mcp.mobius.waila.Waila callbackRegistration
INFO: Success in registering PneumaticCraft
Aug 28, 2014 6:38:00 AM mcp.mobius.waila.Waila processIMC
INFO: Receiving registration request from [ StevesFactoryManager ] for method vswe.stevesfactory.waila.Provider.callbackRegister
Aug 28, 2014 6:38:00 AM mcp.mobius.waila.Waila callbackRegistration
INFO: Trying to reflect vswe.stevesfactory.waila.Provider callbackRegister
Aug 28, 2014 6:38:00 AM mcp.mobius.waila.Waila callbackRegistration
INFO: Success in registering StevesFactoryManager
Aug 28, 2014 6:38:00 AM mcp.mobius.waila.Waila processIMC
INFO: Receiving registration request from [ Sync ] for method sync.client.HUDHandlerSync.callbackRegister
Aug 28, 2014 6:38:00 AM mcp.mobius.waila.Waila callbackRegistration
INFO: Trying to reflect sync.client.HUDHandlerSync callbackRegister
Aug 28, 2014 6:38:00 AM mcp.mobius.waila.Waila callbackRegistration
INFO: Success in registering Sync
[06:38:00] [Server thread/INFO] [HydCraft]: Successfully gave PneumaticCraft a nudge! Happy to be doing business!
[06:38:00] [Server thread/INFO] [Railcraft]: Railcraft registered "hootch" as a valid Boiler fuel source with 36000 heat.
[06:38:00] [Server thread/INFO] [Railcraft]: Mod EnderIO registered hootch@36000 as a valid liquid Boiler fuel
[06:38:00] [Server thread/INFO] [Railcraft]: Railcraft registered "rocket_fuel" as a valid Boiler fuel source with 112000 heat.
[06:38:00] [Server thread/INFO] [Railcraft]: Mod EnderIO registered rocket_fuel@112000 as a valid liquid Boiler fuel
[06:38:00] [Server thread/INFO] [Railcraft]: Railcraft registered "fire_water" as a valid Boiler fuel source with 120000 heat.
[06:38:00] [Server thread/INFO] [Railcraft]: Mod EnderIO registered fire_water@120000 as a valid liquid Boiler fuel
[06:38:00] [Server thread/INFO] [AE2:S]: PostInit
[06:38:00] [Server thread/ERROR] [ForgeMultipart]: Trait already registered for cofh.api.energy.IEnergyHandler
[06:38:00] [Server thread/ERROR] [ForgeMultipart]: Trait already registered for cofh.api.energy.IEnergyHandler
[06:38:00] [Server thread/ERROR] [ForgeMultipart]: Trait already registered for buildcraft.api.power.IPowerReceptor
[06:38:00] [Server thread/ERROR] [ForgeMultipart]: Trait already registered for buildcraft.api.power.IPowerReceptor
[06:38:00] [Server thread/ERROR] [ForgeMultipart]: Trait already registered for net.minecraft.inventory.ISidedInventory
[06:38:00] [Server thread/ERROR] [ForgeMultipart]: Trait already registered for net.minecraft.inventory.ISidedInventory
[06:38:00] [Server thread/ERROR] [ForgeMultipart]: Trait already registered for net.minecraftforge.fluids.IFluidHandler
[06:38:00] [Server thread/ERROR] [ForgeMultipart]: Trait already registered for net.minecraftforge.fluids.IFluidHandler
[06:38:00] [Server thread/INFO] [AE2:S]: Layer: appeng/parts/layers/LayerISidedInventory_TileCableBus loaded successfully - 5530 bytes
[06:38:00] [Server thread/INFO] [AE2:S]: Layer: appeng/parts/layers/LayerIFluidHandler_TileCableBus loaded successfully - 2441 bytes
[06:38:00] [Server thread/INFO] [AE2:S]: Layer: appeng/parts/layers/LayerITileStorageMonitorable_TileCableBus loaded successfully - 1070 bytes
[06:38:00] [Server thread/INFO] [AE2:S]: Layer: appeng/parts/layers/LayerIEnergySink_TileCableBus loaded successfully - 4248 bytes
[06:38:00] [Server thread/INFO] [AE2:S]: Layer: appeng/parts/layers/LayerIEnergySource_TileCableBus loaded successfully - 4184 bytes
[06:38:00] [Server thread/INFO] [AE2:S]: Layer: appeng/parts/layers/LayerIPowerEmitter_TileCableBus loaded successfully - 863 bytes
[06:38:00] [Server thread/INFO] [AE2:S]: Layer: appeng/parts/layers/LayerIPowerReceptor_TileCableBus loaded successfully - 1497 bytes
[06:38:00] [Server thread/INFO] [AE2:S]: Layer: appeng/parts/layers/LayerIBatteryProvider_TileCableBus loaded successfully - 966 bytes
[06:38:00] [Server thread/INFO] [AE2:S]: Layer: appeng/parts/layers/LayerIEnergyHandler_TileCableBus loaded successfully - 1691 bytes
[06:38:00] [Server thread/INFO] [AE2:S]: Layer: appeng/parts/layers/LayerIPipeConnection_TileCableBus loaded successfully - 1352 bytes
[06:38:00] [Server thread/INFO] [AE2:S]: Industrial Craft 2 - Integration Enable
[06:38:00] [Server thread/INFO] [AE2:S]: Rotary Craft - Integration Disabled
[06:38:00] [Server thread/INFO] [AE2:S]: Railcraft - Integration Enable
[06:38:00] [Server thread/INFO] [AE2:S]: BuildCraft - Integration Enable
[06:38:00] [Server thread/INFO] [AE2:S]: BuildCraft6 Power - Integration Enable
[06:38:00] [Server thread/INFO] [AE2:S]: BuildCraft5 Power - Integration Enable
[06:38:00] [Server thread/INFO] [AE2:S]: RedstoneFlux Power - Tiles - Integration Enable
[06:38:00] [Server thread/INFO] [AE2:S]: RedstoneFlux Power - Items - Integration Enable
[06:38:00] [Server thread/INFO] [AE2:S]: Mine Factory Reloaded - Integration Enable
[06:38:00] [Server thread/INFO] [AE2:S]: Deep Storage Unit - Integration Enable
[06:38:00] [Server thread/INFO] [AE2:S]: Factorization - Integration Enable
[06:38:00] [Server thread/INFO] [AE2:S]: Forge MultiPart - Integration Enable
[06:38:00] [Server thread/INFO] [AE2:S]: Rotatable Blocks - Integration Disabled
[06:38:00] [Server thread/INFO] [AE2:S]: Colored Lights Core - Integration Disabled
[06:38:00] [Server thread/INFO] [AE2:S]: Mekanism - Integration Enable
[06:38:00] [Server thread/INFO] [AE2:S]: ImmibisMicroblocks - Integration Disabled
[06:38:00] [Server thread/INFO] [AE2:S]: BetterStorage - Integration Disabled
[06:38:00] [Server thread/INFO] [AE2:S]: PostInit ( end 302ms )
[06:38:00] [Server thread/INFO] [IC2]: Starting post-init
[06:38:00] [Server thread/INFO] [IC2]: Loading IC2 submodule: bcIntegration
[06:38:00] [Server thread/INFO] [IC2]: BuildCraft integration module loaded
[06:38:00] [Server thread/INFO] [IC2]: Loading predefined UU world scan values, run /ic2 uu-world-scan <small|medium|large> to calibrate them for your world.
[06:38:00] [Server thread/INFO] [IC2]: 11448 UU recipe transformations fetched after 237 ms.
[06:38:00] [Server thread/INFO] [IC2]: Finished post-init after 348 ms
IC2 API: Call getItem failed for filledFuelCan
IC2 API: Call getItem failed for fuelCan
IC2 API: Call getItem failed for compressedPlantBall
[06:38:01] [Server thread/INFO] [Forestry]: Skipping CraftGuide integration.
[06:38:01] [Server thread/INFO] [FML]: Trying to implement forestry hive fx...
[06:38:01] [Server thread/INFO] [FML]: Failed: forestry.apiculture.ProxyApiculture
[06:38:01] [Server thread/WARN] [FML]: Couldn't find vanilla template - forestry.speciesFestive
[06:38:01] [Server thread/INFO] [FML]: Added 97 species, out of a total of 122
[06:38:03] [Server thread/INFO] [THAUMCRAFT]: Found potion array with a size of 288
[06:38:03] [Server thread/INFO] [THAUMCRAFT]: Initializing PotionFluxTaint with id 26
[06:38:03] [Server thread/INFO] [THAUMCRAFT]: Initializing PotionVisExhaust with id 27
[06:38:03] [Server thread/INFO] [THAUMCRAFT]: Initializing PotionInfectiousVisExhaust with id 28
[06:38:03] [Server thread/INFO] [THAUMCRAFT]: Initializing PotionUnnaturalHunger with id 29
[06:38:03] [Server thread/INFO] [THAUMCRAFT]: Initializing PotionWarpWard with id 30
[06:38:03] [Server thread/INFO] [THAUMCRAFT]: Initializing PotionDeathGaze with id 33
[06:38:03] [Server thread/INFO] [THAUMCRAFT]: Initializing PotionBlurredVision with id 34
[06:38:03] [Server thread/INFO] [THAUMCRAFT]: Initializing PotionSunScorned with id 35
[06:38:03] [Server thread/INFO] [THAUMCRAFT]: Adding entities to MFR safari net blacklist.
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Artichoke Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Asparagus Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Bamboo Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Barley Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Bean Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Beet Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Bell Pepper Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Blackberry Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Blueberry Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Broccoli Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Brussel Sprout Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cabbage Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cactus Fruit Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Candleberry Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cantaloupe Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cauliflower Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Celery Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Chili Pepper Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Coffee Bean Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Corn Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cotton Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cranberry Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Cucumber Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Eggplant Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Garlic Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Ginger Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Grape Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Leek Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Lettuce Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Mustard Seeds Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Oats Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Okra Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Onion Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Parsnip Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peanut Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Peas Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Pineapple Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Radish Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Raspberry Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rhubarb Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rice Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rutabaga Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rye Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Scallion Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Seaweed Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Soybean Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Spice Leaf Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Strawberry Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Sweet Potato Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Tea Leaf Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Tomato Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Turnip Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [White Mushroom Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Winter Squash Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Zucchini Crop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Apple]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Almond]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Apricot]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Avocado]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Banana]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Cashew]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Cherry]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Chestnut]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Cinnamon]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Coconut]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Date]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Dragonfruit]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Durian]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Fig]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Grapefruit]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Lemon]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Lime]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Mango]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Maple]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Nutmeg]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Olive]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Orange]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Papaya]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Paperbark]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Peach]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Pear]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Pecan]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Peppercorn]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Persimmon]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Pistachio]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Plum]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Pomegranate]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Starfruit]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Vanilla Bean]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Immature Walnut]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Squid Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Squid Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Fire Flower]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Fire Flower]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Creeper Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Creeper Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Slime Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Slime Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rain Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Rain Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Ender Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Ender Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Lightning Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Lightning Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Burst Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Burst Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Potion Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Potion Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Repulsion Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Repulsion Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Helium Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Helium Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Chopper Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Chopper Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Propulsion Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Propulsion Plant]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Flying Flower]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Flying Flower]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding clickable crop support for [Wither Shrub]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Poop]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Water Artichoke]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Belladonna]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Mandrake]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Snowbell]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Wormwood]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding standard crop support for [Minedrake]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Blacklisting dimension [-37] to only spawn TC content at level [0]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Blacklisting dimension [-38] to only spawn TC content at level [0]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Redstone Cluster] to special result list for [Redstone Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Nickel Cluster] to special result list for [Ferrous Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Platinum Cluster] to special result list for [Shiny Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Platinum Cluster] to special result list for [Platinum Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Mithril Cluster] to special result list for [Mana Infused Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Mithril Cluster] to special result list for [Mithril Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Manganese Cluster] to special result list for [Manganese Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Eximite Cluster] to special result list for [Eximite Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Meutoite Cluster] to special result list for [Meutoite Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Prometheum Cluster] to special result list for [Prometheum Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native DeepIron Cluster] to special result list for [Deep Iron Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Infuscolium Cluster] to special result list for [Infuscolium Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Oureclase Cluster] to special result list for [Oureclase Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native AstralSilver Cluster] to special result list for [Astral Silver Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Carmot Cluster] to special result list for [Carmot Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Rubracium Cluster] to special result list for [Rubracium Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Orichalcum Cluster] to special result list for [Orichalcum Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Adamantine Cluster] to special result list for [Adamantine Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Atlarus Cluster] to special result list for [Atlarus Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Ignatius Cluster] to special result list for [Ignatius Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native ShadowIron Cluster] to special result list for [Shadow Iron Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Lemurite Cluster] to special result list for [Lemurite Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Midasium Cluster] to special result list for [Midasium Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Vyroxeres Cluster] to special result list for [Vyroxeres Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Ceruclase Cluster] to special result list for [Ceruclase Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Alduorite Cluster] to special result list for [Alduorite Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Kalendrite Cluster] to special result list for [Kalendrite Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Vulcanite Cluster] to special result list for [Vulcanite Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Sanguinite Cluster] to special result list for [Sanguinite Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Zinc Cluster] to special result list for [Zinc Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Zinc Cluster] to special result list for [Zinc Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Magnesium Cluster] to special result list for [Magnesium Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native FzDarkIron Cluster] to special result list for [Dark Iron Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Rutile Cluster] to special result list for [Rutile Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native ElnTungsten Cluster] to special result list for [Tungsten Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Cobalt Cluster] to special result list for [MetalOre.Cobalt.name]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Cobalt Cluster] to special result list for [block.ore.gravel.cobalt.name]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Ardite Cluster] to special result list for [Ardite Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Aluminium Cluster] to special result list for [Aluminum Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Aluminium Cluster] to special result list for [Aluminum Gravel Ore]
[06:38:04] [Server thread/WARN] [THAUMCRAFT]: Adding [Native Osmium Cluster] to special result list for [Osmium Ore]
java.lang.ClassNotFoundException: shukaro.artifice.ArtificeBlocks
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:259)
        at info.jbcs.minecraft.chisel.ChiselModCompatibility$ClassCompat.<init>(ChiselModCompatibility.java:19)
        at info.jbcs.minecraft.chisel.ChiselModCompatibility$ClassBlockCompat$1.<init>(ChiselModCompatibility.java:71)
        at info.jbcs.minecraft.chisel.ChiselModCompatibility$ClassBlockCompat.<init>(ChiselModCompatibility.java:70)
        at info.jbcs.minecraft.chisel.ChiselModCompatibility$1.<init>(ChiselModCompatibility.java:101)
        at info.jbcs.minecraft.chisel.ChiselModCompatibility.postInit(ChiselModCompatibility.java:100)
        at info.jbcs.minecraft.chisel.Compatibility.init(Compatibility.java:17)
        at info.jbcs.minecraft.chisel.Chisel.postInit(Chisel.java:163)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
        at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
        at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:318)
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.NullPointerException
        at org.objectweb.asm.ClassReader.<init>(Unknown Source)
        at cpw.mods.fml.common.asm.transformers.TerminalTransformer.transform(TerminalTransformer.java:14)
        at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
        ... 42 more
java.lang.ClassNotFoundException: num.numirp.block.ModBlocks
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:259)
        at info.jbcs.minecraft.chisel.ChiselModCompatibility$ClassCompat.<init>(ChiselModCompatibility.java:19)
        at info.jbcs.minecraft.chisel.ChiselModCompatibility$ClassBlockCompat$1.<init>(ChiselModCompatibility.java:71)
        at info.jbcs.minecraft.chisel.ChiselModCompatibility$ClassBlockCompat.<init>(ChiselModCompatibility.java:70)
        at info.jbcs.minecraft.chisel.ChiselModCompatibility$2.<init>(ChiselModCompatibility.java:110)
        at info.jbcs.minecraft.chisel.ChiselModCompatibility.postInit(ChiselModCompatibility.java:109)
        at info.jbcs.minecraft.chisel.Compatibility.init(Compatibility.java:17)
        at info.jbcs.minecraft.chisel.Chisel.postInit(Chisel.java:163)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
        at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
        at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:318)
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.NullPointerException
        at org.objectweb.asm.ClassReader.<init>(Unknown Source)
        at cpw.mods.fml.common.asm.transformers.TerminalTransformer.transform(TerminalTransformer.java:14)
        at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
        ... 42 more
java.lang.ClassNotFoundException: emasher.core.EmasherCore
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:259)
        at info.jbcs.minecraft.chisel.ChiselModCompatibility$ClassCompat.<init>(ChiselModCompatibility.java:19)
        at info.jbcs.minecraft.chisel.ChiselModCompatibility$ClassBlockCompat$1.<init>(ChiselModCompatibility.java:71)
        at info.jbcs.minecraft.chisel.ChiselModCompatibility$ClassBlockCompat.<init>(ChiselModCompatibility.java:70)
        at info.jbcs.minecraft.chisel.ChiselModCompatibility$4.<init>(ChiselModCompatibility.java:129)
        at info.jbcs.minecraft.chisel.ChiselModCompatibility.postInit(ChiselModCompatibility.java:128)
        at info.jbcs.minecraft.chisel.Compatibility.init(Compatibility.java:17)
        at info.jbcs.minecraft.chisel.Chisel.postInit(Chisel.java:163)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
        at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
        at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:318)
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.NullPointerException
        at org.objectweb.asm.ClassReader.<init>(Unknown Source)
        at cpw.mods.fml.common.asm.transformers.TerminalTransformer.transform(TerminalTransformer.java:14)
        at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
        ... 42 more
java.lang.ClassNotFoundException: Reika.GeoStrata.GeoStrata
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:259)
        at info.jbcs.minecraft.chisel.ChiselModCompatibility$ClassCompat.<init>(ChiselModCompatibility.java:19)
        at info.jbcs.minecraft.chisel.ChiselModCompatibility$5.<init>(ChiselModCompatibility.java:139)
        at info.jbcs.minecraft.chisel.ChiselModCompatibility.postInit(ChiselModCompatibility.java:138)
        at info.jbcs.minecraft.chisel.Compatibility.init(Compatibility.java:17)
        at info.jbcs.minecraft.chisel.Chisel.postInit(Chisel.java:163)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
        at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
        at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:318)
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.NullPointerException
        at org.objectweb.asm.ClassReader.<init>(Unknown Source)
        at cpw.mods.fml.common.asm.transformers.TerminalTransformer.transform(TerminalTransformer.java:14)
        at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
        ... 40 more
[06:38:05] [Server thread/WARN] [EnderIO]: RecipeParser: Could not parse a valid int for attribute itemMeta with value *
[06:38:05] [Server thread/WARN] [EnderIO]: RecipeParser: Could not parse a valid int for attribute itemMeta with value *
[06:38:05] [Server thread/WARN] [EnderIO]: RecipeParser: Found element <itemStack> with no recipe decleration.
[06:38:05] [Server thread/WARN] [EnderIO]: RecipeParser: Found element <itemStack> with no recipe decleration.
[06:38:05] [Server thread/WARN] [EnderIO]: RecipeParser: Found element <itemStack> with no recipe decleration.
[06:38:05] [Server thread/WARN] [EnderIO]: RecipeParser: Could not parse a valid int for attribute itemMeta with value *
[06:38:05] [Server thread/WARN] [EnderIO]: RecipeParser: Found element <itemStack> with no recipe decleration.
[06:38:05] [Server thread/INFO] [EnderIO]: Loaded 2 grinding balls from SAG Mill config.
[06:38:05] [Server thread/INFO] [EnderIO]: Excluding 2 recipes from grinding balls bonus.
[06:38:05] [Server thread/INFO] [EnderIO]: Found 151 valid SAG Mill recipes in config.
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.OreBlock@0
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.oreRedstone@0
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.metal.block.nether.ore@3
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.metal.block.nether.ore@9
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.metal.block.nether.ore@7
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.metal.block.fantasy.ore@14
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.metal.block.fantasy.ore@0
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.metal.block.fantasy.ore@6
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.metal.block.fantasy.ore@2
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.metal.block.nether.ore@8
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.metal.block.nether.ore@4
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.thermalfoundation.ore@6
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.metal.block.nether.ore@2
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.metal.block.base.ore@2
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.metal.block.fantasy.ore@4
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xic2.itemIngot@6
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.metal.block.precious.ore@0
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.metal.block.nether.ore@5
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.metal.block.fantasy.ore@11
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.metal.block.fantasy.ore@13
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.thermalfoundation.ore@2
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.thermalfoundation.ore@5
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xic2.itemIngot@2
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.metal.block.fantasy.ore@8
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.metal.block.nether.ore@0
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xitem.thermalfoundation.material@68
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.thermalfoundation.ore@4
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xitem.ingotIron@0
[06:38:05] [Server thread/WARN] [EnderIO]: Not adding supplied recipe as a recipe already exists for the input: 1xitem.ingotGold@0
[06:38:05] [Server thread/INFO] [EnderIO]: Finished processing Alloy Smelter recipes. 157 recipes avaliable.
[06:38:05] [Server thread/INFO] [EnderIO]: Found 16 valid Alloy Smelter recipes in config.
[06:38:05] [Server thread/INFO] [EnderIO]: AlloyRecipeManager: Vannila smelting in AlloySmelting enabled=true
[06:38:05] [Server thread/INFO] [EnderIO]: Finished processing Alloy Smelter recipes. 16 recipes avaliable.
[06:38:05] [Server thread/INFO] [EnderIO]: Found 4 valid Vat recipes in config.
[06:38:05] [Server thread/INFO] [EnderIO]: Finished processing Vat recipes. 4 recipes avaliable.
[06:38:05] [Server thread/INFO] [EnderIO]: Loaded 24 recipes for Enchanter
[06:38:05] [Server thread/INFO] [ThermalExpansion]: MineFactoryReloaded Plugin Enabled.
[06:38:05] [Server thread/INFO] [ThermalExpansion]: Thaumcraft Plugin Enabled.
[06:38:06] [Server thread/INFO] [EnderTech]: Registering recipes
[06:38:06] [Server thread/INFO] [Mantle]: Entering postinitialization phase.
[06:38:06] [Server thread/INFO] [Mantle]: Loading Manual XML from: /assets/mantle/manuals/test.xml
[06:38:06] [Server thread/INFO] [TConstruct]: Thaumcraft detected. Adding thaumium tools.
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockAir
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockStone
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockGrass
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockDirt
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockWood
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockSapling
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockBush
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockDynamicLiquid
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockLiquid
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockStaticLiquid
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockSand
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockFalling
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockGravel
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockOre
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockOldLog
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockLog
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockLog
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockOldLeaf
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockLeaves
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockLeaves
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockSponge
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockGlass
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockBreakable
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockCompressed
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockDispenser
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockDispenser
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockSandStone
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockNote
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockContainer
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockContainer
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockBed
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockBed
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockRailPowered
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockRailBase
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockRailBase
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockRailDetector
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockPistonBase
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockWeb
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockTallGrass
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockTallGrass
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockDeadBush
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockDeadBush
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockPistonExtension
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockPistonExtension
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockColored
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockPistonMoving
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockPistonMoving
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockFlower
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockMushroom
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockStoneSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockTNT
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockTNT
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockBookshelf
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockObsidian
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockTorch
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockFire
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockMobSpawner
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockStairs
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockChest
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockChest
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockRedstoneWire
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockRedstoneWire
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockWorkbench
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockCrops
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockFarmland
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockFurnace
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockFurnace
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockSign
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockDoor
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockDoor
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockLadder
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockRail
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockLever
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockLever
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockPressurePlate
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockBasePressurePlate
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockBasePressurePlate
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockRedstoneOre
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockRedstoneTorch
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockRedstoneTorch
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockButtonStone
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockButton
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockButton
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockSnow
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockSnow
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.decor.BlockVanillaIce
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: powercrystals.minefactoryreloaded.block.decor.BlockVanillaIce
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockSnowBlock
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockCactus
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockClay
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockReed
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockJukebox
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockJukebox
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockFence
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockPumpkin
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockDirectional
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockNetherrack
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockSoulSand
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockGlowstone
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockPortal
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockCake
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockRedstoneRepeater
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockRedstoneRepeater
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockStainedGlass
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockTrapDoor
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockSilverfish
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockSilverfish
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockStoneBrick
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockHugeMushroom
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockPane
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.decor.BlockVanillaGlassPane
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.decor.BlockFactoryGlassPane
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockMelon
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockStem
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockVine
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockVine
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockFenceGate
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockMycelium
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockLilyPad
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockNetherWart
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockEnchantmentTable
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockBrewingStand
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockBrewingStand
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockCauldron
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockEndPortal
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockEndPortalFrame
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockDragonEgg
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockRedstoneLight
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockWoodSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockCocoa
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockEnderChest
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockTripWireHook
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockTripWireHook
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockTripWire
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockTripWire
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockCommandBlock
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockBeacon
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockWall
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockFlowerPot
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockFlowerPot
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockCarrot
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockPotato
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockButtonWood
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockSkull
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockSkull
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockAnvil
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockPressurePlateWeighted
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockRedstoneComparator
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockRedstoneComparator
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockDaylightDetector
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockCompressedPowered
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.netherores.NetherOresCore$1
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.netherores.ores.BlockNetherOverrideOre
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: powercrystals.netherores.ores.BlockNetherOverrideOre
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockHopper
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockHopper
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockQuartz
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockDropper
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockStainedGlassPane
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockNewLeaf
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockNewLog
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockCraftingBlock
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockCloud
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockBlankSlate
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockBeltSlate
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockRingSlate
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockHay
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockRotatedPillar
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockCarpet
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockHardenedClay
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockPackedIce
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockDoublePlant
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockDoublePlant
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockPendantSlate
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockFocusCrystalSlate
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockLightOrb
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockWaterOrb
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockWindmakersRune
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockInfernalRune
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockAquaticRune
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockFloralRune
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockTransposingRune
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockBricks
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockWindmakersVent
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockInfernalIncinerator
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockAquaticReservoir
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockFloralGarden
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockTransposingEmitter
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.eagle.adventurersamulets.blocks.BlockInertRune
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.networking.BlockCableBus
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: appeng.block.networking.BlockCableBus
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.crafting.BlockCraftingUnit
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: appeng.block.crafting.BlockCraftingUnit
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.crafting.BlockCraftingMonitor
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.crafting.BlockCraftingStorage
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.crafting.BlockMolecularAssembler
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.AEBaseBlock
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: appeng.block.AEBaseBlock
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.solids.OreQuartz
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.solids.OreQuartzCharged
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.spatial.BlockMatrixFrame
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.solids.BlockQuartz
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.AEDecorativeBlock
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.solids.BlockFluix
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.solids.BlockSkyStone
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: appeng.block.solids.BlockSkyStone
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.storage.BlockSkyChest
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.misc.BlockSkyCompass
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.solids.BlockQuartzGlass
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.solids.BlockQuartzLamp
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.solids.BlockQuartzPillar
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.solids.BlockQuartzChiseled
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.misc.BlockQuartzTorch
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.misc.BlockLightDetector
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.misc.BlockCharger
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.misc.BlockQuartzGrowthAccelerator
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.grindstone.BlockGrinder
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.grindstone.BlockCrank
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.misc.BlockInscriber
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.networking.BlockWireless
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.misc.BlockTinyTNT
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.qnb.BlockQuantumRing
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: appeng.block.qnb.BlockQuantumRing
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.qnb.BlockQuantumLinkChamber
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: appeng.block.qnb.BlockQuantumLinkChamber
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.spatial.BlockSpatialPylon
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.spatial.BlockSpatialIOPort
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.networking.BlockController
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.storage.BlockDrive
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.storage.BlockChest
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.misc.BlockInterface
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.misc.BlockCellWorkbench
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.storage.BlockIOPort
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.misc.BlockCondenser
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.networking.BlockEnergyAcceptor
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.misc.BlockVibrationChamber
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.networking.BlockEnergyCell
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.networking.BlockDenseEnergyCell
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.networking.BlockCreativeEnergyCell
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.misc.BlockSecurity
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: appeng.block.misc.BlockPaint
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockSwordPedestal
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: jds.bibliocraft.blocks.BlockSwordPedestal
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockFancySign
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: jds.bibliocraft.blocks.BlockFancySign
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockFancyWorkbench
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: jds.bibliocraft.blocks.BlockFancyWorkbench
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockBell
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: jds.bibliocraft.blocks.BlockBell
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockBookcase
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: jds.bibliocraft.blocks.BlockBookcase
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockPotionShelf
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: jds.bibliocraft.blocks.BlockPotionShelf
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockGenericShelf
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: jds.bibliocraft.blocks.BlockGenericShelf
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockWeaponRack
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: jds.bibliocraft.blocks.BlockWeaponRack
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockWeaponCase
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: jds.bibliocraft.blocks.BlockWeaponCase
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockLabel
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: jds.bibliocraft.blocks.BlockLabel
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockWritingDesk
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: jds.bibliocraft.blocks.BlockWritingDesk
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockTable
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: jds.bibliocraft.blocks.BlockTable
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockArmorStand
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: jds.bibliocraft.blocks.BlockArmorStand
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockTypeMachine
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: jds.bibliocraft.blocks.BlockTypeMachine
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockPrintPress
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: jds.bibliocraft.blocks.BlockPrintPress
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockLantern
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: jds.bibliocraft.blocks.BlockLantern
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockIronLantern
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockLamp
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: jds.bibliocraft.blocks.BlockLamp
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockIronLamp
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockStuff
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: jds.bibliocraft.blocks.BlockStuff
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockMapFrame
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: jds.bibliocraft.blocks.BlockMapFrame
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliocraft.blocks.BlockSeat
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: jds.bibliocraft.blocks.BlockSeat
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockMud
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BOPBlock
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPGeneric
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPRocks
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockAsh
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockFlesh
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPPlant
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: biomesoplenty.common.blocks.BlockBOPPlant
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPFlower
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: biomesoplenty.common.blocks.BlockBOPFlower
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPFlower2
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: biomesoplenty.common.blocks.BlockBOPFlower2
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockStoneFormations
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.templates.BOPBlockWorldDecor
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPMushroom
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockWillow
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockIvy
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockTreeMoss
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockFlowerVine
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockWisteria
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPFoliage
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockTurnip
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPCoral
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: biomesoplenty.common.blocks.BlockBOPCoral
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPAppleLeaves
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: biomesoplenty.common.blocks.BlockBOPAppleLeaves
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPPersimmonLeaves
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: biomesoplenty.common.blocks.BlockBOPPersimmonLeaves
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockMoss
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBamboo
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockOriginGrass
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockLongGrass
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockOvergrownNetherrack
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPGrass
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPNewGrass
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPNewDirt
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPLog
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: biomesoplenty.common.blocks.BlockBOPLog
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPLeaves
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: biomesoplenty.common.blocks.BlockBOPLeaves
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPPetals
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockLeavesBase
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPSapling
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPColorizedSapling
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPGems
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockHive
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: biomesoplenty.common.blocks.BlockHive
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockHoney
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBones
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockGrave
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPPlank
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.blocks.BlockBOPColorizedLeaves
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: biomesoplenty.common.blocks.BlockBOPColorizedLeaves
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.fluids.blocks.BlockPoisonFluid
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraftforge.fluids.BlockFluidClassic
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraftforge.fluids.BlockFluidBase
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.fluids.blocks.BlockBloodFluid
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: biomesoplenty.common.fluids.blocks.BlockHoneyFluid
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraftforge.fluids.BlockFluidFinite
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.bopwood.blocks.BlockCustomBookcase
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.bopwood.blocks.BlockCustomPotionShelf
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.bopwood.blocks.BlockCustomShelf
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.bopwood.blocks.BlockCustomToolrack
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.bopwood.blocks.BlockCustomCase
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.bopwood.blocks.BlockCustomLabel
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.bopwood.blocks.BlockCustomDesk
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.bopwood.blocks.BlockCustomTable
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.bopwood.blocks.BlockCustomSeat
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.bopwood.blocks.BlockCustomMapFrame
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.bopwood.blocks.BlockCustomFancySign
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.bopwood.blocks.BlockCustomFancyWorkbench
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockMetaData
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockBase
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockRubWood
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: ic2.core.block.BlockRubWood
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockRubLeaves
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockRubSapling
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockResin
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockRubberSheet
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockPoleFence
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockTexGlass
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockIC2Door
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockReinforcedFoam
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockFoam
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockWall
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockMultiID
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: ic2.core.block.BlockMultiID
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockScaffold
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockMetal
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.wiring.BlockCable
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: ic2.core.block.wiring.BlockCable
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.kineticgenerator.block.BlockKineticGenerator
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.heatgenerator.block.BlockHeatGenerator
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.generator.block.BlockGenerator
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.reactor.block.BlockReactorChamber
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.reactor.block.BlockReactorFluidPort
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.reactor.block.BlockReactorAccessHatch
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.reactor.block.BlockReactorRedstonePort
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.reactor.block.BlockReactorVessel
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.wiring.BlockElectric
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.wiring.BlockChargepad
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.machine.BlockMachine
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.machine.BlockMachine2
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.machine.BlockMachine3
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.wiring.BlockLuminator
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.machine.BlockMiningPipe
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.machine.BlockMiningTip
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.personal.BlockPersonal
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockITNT
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockIC2Explosive
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: ic2.core.block.BlockIC2Explosive
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockDynamite
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: ic2.core.block.BlockDynamite
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockCrop
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: ic2.core.block.BlockCrop
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockBarrel
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ic2.core.block.BlockIC2Fluid
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.core.BlockSpring
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: forestry.core.gadgets.BlockBase
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: forestry.core.gadgets.BlockBase
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: forestry.core.gadgets.BlockSoil
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: forestry.core.gadgets.BlockResource
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: forestry.core.gadgets.BlockStainedGlass
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: forestry.apiculture.gadgets.BlockBeehives
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: forestry.apiculture.gadgets.BlockBeehives
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: forestry.apiculture.gadgets.BlockCandle
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: forestry.apiculture.gadgets.BlockCandle
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: forestry.apiculture.gadgets.BlockStump
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: forestry.apiculture.gadgets.BlockAlveary
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: forestry.core.gadgets.BlockStructure
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: forestry.core.gadgets.BlockStructure
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: forestry.arboriculture.gadgets.BlockLog
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: forestry.arboriculture.gadgets.BlockLog
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: forestry.arboriculture.gadgets.BlockPlanks
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: forestry.arboriculture.gadgets.BlockSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: forestry.arboriculture.gadgets.BlockArbFence
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: forestry.arboriculture.gadgets.BlockArbStairs
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: forestry.arboriculture.gadgets.BlockArbStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: forestry.arboriculture.gadgets.BlockSapling
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: forestry.arboriculture.gadgets.BlockSapling
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: forestry.arboriculture.gadgets.BlockLeaves
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: forestry.arboriculture.gadgets.BlockLeaves
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: forestry.arboriculture.gadgets.BlockFruitPod
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: forestry.arboriculture.gadgets.BlockFruitPod
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: forestry.farming.gadgets.BlockMushroom
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: forestry.farming.gadgets.BlockFarm
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: forestry.farming.gadgets.BlockFarm
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomBookcase
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomBookcase2
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomPotionShelf
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomShelf
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomToolrack
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomCase0
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomCase1
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomLabel
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomDesk
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomTable
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomPotionShelf2
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomShelf2
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomToolrack2
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomLabel2
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomDesk2
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomTable2
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomSeat
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomMapFrame
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomSeat2
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomMapFrame2
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomFancySign
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomFancyWorkbench
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomFancySign2
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: jds.bibliowood.forestrywood.blocks.BlockCustomFancyWorkbench2
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: binnie.core.machines.BlockMachine
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: binnie.core.machines.BlockMachine
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: binnie.botany.flower.BlockFlower
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: binnie.botany.gardening.BlockPlant
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: binnie.botany.gardening.BlockSoil
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: binnie.extrabees.genetics.effect.BlockEctoplasm
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: binnie.extrabees.worldgen.BlockExtraBeeHive
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: binnie.extratrees.block.BlockETPlanks
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: binnie.extratrees.block.BlockETPlanks
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: binnie.extratrees.block.decor.BlockFence
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: binnie.extratrees.block.decor.BlockFence
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: binnie.extratrees.block.decor.BlockMultiFence
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: binnie.extratrees.block.BlockETLog
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: binnie.extratrees.block.BlockETLog
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: binnie.extratrees.block.decor.BlockGate
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: binnie.extratrees.block.decor.BlockGate
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: binnie.extratrees.block.BlockETSlab
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: binnie.extratrees.block.BlockETSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: binnie.extratrees.block.BlockETDoor
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: binnie.extratrees.block.BlockETDoor
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: binnie.extratrees.block.BlockETStairs
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: binnie.extratrees.block.BlockETStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: binnie.extratrees.block.decor.BlockHedge
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: binnie.extratrees.carpentry.BlockCarpentry
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: binnie.core.block.BlockMetadata
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: binnie.core.block.BlockMetadata
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: binnie.extratrees.carpentry.BlockCarpentryPanel
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: binnie.extratrees.carpentry.BlockStainedDesign
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.BlockAltar
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: WayofTime.alchemicalWizardry.common.block.BlockAltar
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.BloodRune
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.LifeEssenceBlock
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.SpeedRune
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.EfficiencyRune
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.RuneOfSacrifice
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.RuneOfSelfSacrifice
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.RitualStone
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.BlockMasterStone
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.BlockSocket
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: WayofTime.alchemicalWizardry.common.block.BlockSocket
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.ImperfectRitualStone
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.ArmourForge
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.EmptySocket
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.BloodStoneBrick
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.LargeBloodStoneBrick
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.BlockWritingTable
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: WayofTime.alchemicalWizardry.common.block.BlockWritingTable
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.BlockHomHeart
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.BlockPedestal
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: WayofTime.alchemicalWizardry.common.block.BlockPedestal
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.BlockPlinth
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: WayofTime.alchemicalWizardry.common.block.BlockPlinth
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.BlockTeleposer
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: WayofTime.alchemicalWizardry.common.block.BlockTeleposer
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.SpectralBlock
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.BlockBloodLightSource
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.BlockConduit
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: WayofTime.alchemicalWizardry.common.block.BlockConduit
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.BlockSpellParadigm
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.BlockOrientable
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.BlockSpellEnhancement
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.BlockSpellModifier
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.BlockSpellEffect
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.BlockSpectralContainer
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.BlockDemonPortal
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: WayofTime.alchemicalWizardry.common.block.BlockSchematicSaver
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockFluxGoo
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockFluxGas
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockFluidPure
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockFluidDeath
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockCustomOre
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockMagicalLog
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumcraft.common.blocks.BlockMagicalLog
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockMagicalLeaves
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumcraft.common.blocks.BlockMagicalLeaves
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockCustomPlant
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockTaint
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockTaintFibres
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockCosmeticOpaque
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockCosmeticSolid
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumcraft.common.blocks.BlockCosmeticSolid
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockCrystal
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockTube
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumcraft.common.blocks.BlockTube
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockMetalDevice
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumcraft.common.blocks.BlockMetalDevice
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockWoodenDevice
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumcraft.common.blocks.BlockWoodenDevice
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockStoneDevice
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumcraft.common.blocks.BlockStoneDevice
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockMirror
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumcraft.common.blocks.BlockMirror
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockTable
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumcraft.common.blocks.BlockTable
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockChestHungry
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumcraft.common.blocks.BlockChestHungry
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockArcaneDoor
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockLifter
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumcraft.common.blocks.BlockLifter
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockMagicBox
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumcraft.common.blocks.BlockMagicBox
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockJar
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumcraft.common.blocks.BlockJar
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockCandle
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockAiry
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumcraft.common.blocks.BlockAiry
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockManaPod
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumcraft.common.blocks.BlockManaPod
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockArcaneFurnace
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumcraft.common.blocks.BlockArcaneFurnace
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockWarded
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumcraft.common.blocks.BlockHole
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockModFlower
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockAltar
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: vazkii.botania.common.block.BlockAltar
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockLivingrock
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockMod
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockLivingwood
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockSpecialFlower
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: vazkii.botania.common.block.BlockSpecialFlower
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockSpreader
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: vazkii.botania.common.block.BlockSpreader
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockPool
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: vazkii.botania.common.block.BlockPool
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockRuneAltar
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: vazkii.botania.common.block.BlockRuneAltar
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.BlockUnstable
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockPylon
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockModContainer
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockPistonRelay
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: vazkii.botania.common.block.BlockPistonRelay
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockDistributor
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.BlockManaBeacon
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockManaVoid
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockManaDetector
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockEnchanter
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: vazkii.botania.common.block.BlockEnchanter
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockTurntable
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockTinyPlanet
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockAlchemyCatalyst
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockOpenCrate
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: vazkii.botania.common.block.BlockOpenCrate
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockForestEye
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockStorage
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockForestDrum
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.BlockShinyFlower
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockPlatform
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockCamo
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockAlfPortal
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockDreamwood
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockConjurationCatalyst
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockBifrost
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockSolidVines
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockBuriedPetals
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.BlockPrismarine
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.BlockSeaLamp
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.BlockMiniIsland
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.BlockTinyPotato
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockSpawnerClaw
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.BlockReeds
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.BlockThatch
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.BlockCustomBrick
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.BlockEnderEye
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.BlockStarfield
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.stairs.living.BlockLivingwoodStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.stairs.BlockLivingStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.stairs.BlockModStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.stairs.living.BlockLivingwoodPlankStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.stairs.living.BlockLivingrockStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.stairs.living.BlockLivingrockBrickStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.stairs.living.BlockDreamwoodStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.stairs.living.BlockDreamwoodPlankStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.stairs.BlockReedStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.stairs.BlockThatchStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.stairs.prismarine.BlockPrismarineStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.stairs.prismarine.BlockPrismarineBrickStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.stairs.prismarine.BlockDarkPrismarineStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.stairs.bricks.BlockCustomBrickStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.stairs.bricks.BlockSoulBrickStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.stairs.bricks.BlockSnowBrickStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.stairs.bricks.BlockTileStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.quartz.BlockSpecialQuartz
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.quartz.BlockSpecialQuartzStairs
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.quartz.BlockSpecialQuartzSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.slabs.BlockModSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.slabs.living.BlockLivingwoodSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.slabs.BlockLivingSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.slabs.living.BlockLivingwoodPlankSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.slabs.living.BlockLivingrockSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.slabs.living.BlockLivingrockBrickSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.slabs.living.BlockDreamwoodSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.slabs.living.BlockDreamwoodPlankSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.slabs.BlockReedSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.slabs.BlockThatchSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.slabs.prismarine.BlockPrismarineSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.slabs.prismarine.BlockPrismarineBrickSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.slabs.prismarine.BlockDarkPrismarineSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.slabs.bricks.BlockCustomBrickSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.slabs.bricks.BlockSoulBrickSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.slabs.bricks.BlockSnowBrickSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.botania.common.block.decor.slabs.bricks.BlockTileSlab
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.builders.BlockBuildTool
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.builders.BlockMarker
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: buildcraft.builders.BlockMarker
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.builders.BlockPathMarker
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: buildcraft.builders.BlockPathMarker
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.builders.BlockFiller
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: buildcraft.builders.BlockFiller
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.builders.BlockBuilder
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: buildcraft.builders.BlockBuilder
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.builders.BlockArchitect
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: buildcraft.builders.BlockArchitect
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.builders.BlockBlueprintLibrary
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.energy.BlockEngine
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.core.BlockBuildCraft
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: buildcraft.core.BlockBuildCraft
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.energy.BlockEnergyConverter
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.energy.BlockBuildcraftFluid
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.factory.BlockMiningWell
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: buildcraft.factory.BlockMiningWell
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.factory.BlockPlainPipe
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.factory.BlockAutoWorkbench
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.factory.BlockFrame
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.factory.BlockQuarry
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: buildcraft.factory.BlockQuarry
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.factory.BlockTank
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.factory.BlockPump
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: buildcraft.factory.BlockPump
[06:38:07] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.factory.BlockFloodGate
[06:38:07] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: buildcraft.factory.BlockFloodGate
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.factory.BlockRefinery
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.factory.BlockHopper
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.transport.BlockFilteredBuffer
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.transport.BlockGenericPipe
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: buildcraft.transport.BlockGenericPipe
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.silicon.BlockLaser
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: buildcraft.silicon.BlockLaserTable
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: buildcraft.silicon.BlockLaserTable
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.carpentersblocks.block.BlockCarpentersBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.carpentersblocks.block.BlockCoverable
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.carpentersblocks.block.BlockCoverable
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.carpentersblocks.block.BlockCarpentersBarrier
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.carpentersblocks.block.BlockCarpentersBed
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.carpentersblocks.block.BlockCarpentersButton
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.carpentersblocks.block.BlockCarpentersButton
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.carpentersblocks.block.BlockCarpentersCollapsibleBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.carpentersblocks.block.BlockCarpentersDaylightSensor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.carpentersblocks.block.BlockCarpentersDoor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.carpentersblocks.block.BlockHinged
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.carpentersblocks.block.BlockCarpentersFlowerPot
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.carpentersblocks.block.BlockCarpentersFlowerPot
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.carpentersblocks.block.BlockCarpentersGate
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.carpentersblocks.block.BlockCarpentersHatch
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.carpentersblocks.block.BlockCarpentersLadder
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.carpentersblocks.block.BlockCarpentersLever
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.carpentersblocks.block.BlockCarpentersLever
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.carpentersblocks.block.BlockCarpentersPressurePlate
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.carpentersblocks.block.BlockCarpentersPressurePlate
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.carpentersblocks.block.BlockCarpentersSafe
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.carpentersblocks.block.BlockCarpentersSafe
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.carpentersblocks.block.BlockCarpentersSlope
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.carpentersblocks.block.BlockCarpentersStairs
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.carpentersblocks.block.BlockCarpentersTorch
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockCarvable
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockMarbleSlab
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockMarblePillar
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockMarbleStairs
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockCarvableGlass
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockSnakestone
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockConcrete
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockRoadLine
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockBeaconBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockLightstoneCarvable
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockMarbleIce
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: info.jbcs.minecraft.chisel.block.BlockMarbleIce
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockMarbleIceStairs
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: info.jbcs.minecraft.chisel.block.BlockMarbleIceStairs
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockSnakestoneObsidian
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockCarvablePane
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockCarvablePowered
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockHolystone
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockLavastone
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockMarbleTexturedOre
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockTexturedOre
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockMarbleCarpet
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockMarbleBookshelf
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockEldritch
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: info.jbcs.minecraft.chisel.block.BlockCloud
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vazkii.heraldry.content.BlockHeraldry
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockNpcRedstone
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: noppes.npcs.blocks.BlockNpcRedstone
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockCarpentryBench
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockMailbox
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockWaypoint
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockBorder
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockBlood
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockBanner
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: noppes.npcs.blocks.BlockBanner
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockWallBanner
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockTallLamp
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: noppes.npcs.blocks.BlockTallLamp
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockChair
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockRotated
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockCrate
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: noppes.npcs.blocks.BlockCrate
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockWeaponRack
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: noppes.npcs.blocks.BlockWeaponRack
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockCouchWool
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockCouchWood
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockTable
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockStool
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockPlaceholder
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockBigSign
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockBarrel
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: noppes.npcs.blocks.BlockBarrel
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockTombstone
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockShelf
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockSign
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockBeam
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockBook
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockPedestal
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: noppes.npcs.blocks.BlockPedestal
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockCrystal
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockCampfire
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockLightable
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockCandle
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: noppes.npcs.blocks.BlockLamp
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.immibis.chunkloader.BlockChunkLoader
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mods.immibis.chunkloader.BlockChunkLoader
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.enderface.BlockEnderIO
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: crazypants.enderio.enderface.BlockEnderIO
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.teleport.BlockTravelAnchor
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: crazypants.enderio.teleport.BlockTravelAnchor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.solar.BlockSolarPanel
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: crazypants.enderio.machine.solar.BlockSolarPanel
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.generator.stirling.BlockStirlingGenerator
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.AbstractMachineBlock
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: crazypants.enderio.machine.AbstractMachineBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.generator.combustion.BlockCombustionGenerator
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.generator.zombie.BlockZombieGenerator
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.crusher.BlockCrusher
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.alloy.BlockAlloySmelter
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.still.BlockVat
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.monitor.BlockPowerMonitor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.farm.BlockFarmStation
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.power.BlockCapacitorBank
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: crazypants.enderio.machine.power.BlockCapacitorBank
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.wireless.BlockWirelessCharger
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.BlockEio
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.painter.BlockPainter
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.painter.BlockPaintedFence
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: crazypants.enderio.machine.painter.BlockPaintedFence
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.painter.BlockPaintedFenceGate
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: crazypants.enderio.machine.painter.BlockPaintedFenceGate
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.painter.BlockPaintedWall
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: crazypants.enderio.machine.painter.BlockPaintedWall
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.painter.BlockPaintedStair
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: crazypants.enderio.machine.painter.BlockPaintedStair
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.painter.BlockPaintedSlab
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: crazypants.enderio.machine.painter.BlockPaintedSlab
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.crafter.BlockCrafter
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.painter.BlockPaintedGlowstone
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: crazypants.enderio.machine.painter.BlockPaintedGlowstone
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.painter.BlockPaintedCarpet
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: crazypants.enderio.machine.painter.BlockPaintedCarpet
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.hypercube.BlockHyperCube
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: crazypants.enderio.machine.hypercube.BlockHyperCube
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.light.BlockElectricLight
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: crazypants.enderio.machine.light.BlockElectricLight
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.light.BlockLightNode
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: crazypants.enderio.machine.light.BlockLightNode
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.tank.BlockTank
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.reservoir.BlockReservoir
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.vacuum.BlockVacuumChest
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: crazypants.enderio.machine.vacuum.BlockVacuumChest
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.enchanter.BlockEnchanter
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: crazypants.enderio.machine.enchanter.BlockEnchanter
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.killera.BlockKillerJoe
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.block.BlockDarkSteelPressurePlate
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.block.BlockReinforcedObsidian
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.material.BlockFusedQuartz
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: crazypants.enderio.material.BlockFusedQuartz
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.conduit.BlockConduitBundle
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: crazypants.enderio.conduit.BlockConduitBundle
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.conduit.facade.BlockConduitFacade
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.machine.spawner.BlockPoweredSpawner
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.fluid.BlockFluidEio
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.material.BlockDarkIronBars
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: crazypants.enderio.item.skull.BlockEndermanSkull
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalfoundation.block.BlockOre
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalfoundation.block.BlockStorage
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalfoundation.fluid.BlockFluidRedstone
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: cofh.core.fluid.BlockFluidCoFHBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalfoundation.fluid.BlockFluidGlowstone
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalfoundation.fluid.BlockFluidEnder
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalfoundation.fluid.BlockFluidPyrotheum
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: cofh.core.fluid.BlockFluidInteractive
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalfoundation.fluid.BlockFluidCryotheum
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalfoundation.fluid.BlockFluidMana
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalfoundation.fluid.BlockFluidSteam
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalfoundation.fluid.BlockFluidCoal
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: io.endertech.multiblock.block.BlockTankPart
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: io.endertech.block.BlockET
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: io.endertech.multiblock.block.BlockMultiblockGlass
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: io.endertech.multiblock.block.BlockTankController
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: io.endertech.block.BlockChargePad
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pahimar.ee3.block.BlockCalcinator
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pahimar.ee3.block.BlockEE
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.pahimar.ee3.block.BlockEE
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pahimar.ee3.block.BlockAludel
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.pahimar.ee3.block.BlockAludel
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pahimar.ee3.block.BlockGlassBell
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pahimar.ee3.block.BlockResearchStation
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pahimar.ee3.block.BlockAugmentationTable
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pahimar.ee3.block.BlockAlchemicalChest
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pahimar.ee3.block.BlockChalk
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pahimar.ee3.block.BlockAlchemicalFuel
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.transport.BlockConveyor
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: powercrystals.minefactoryreloaded.block.transport.BlockConveyor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.decor.BlockFactoryDecoration
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.BlockFactory
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: powercrystals.minefactoryreloaded.block.BlockFactory
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.BlockFactoryMachine
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: powercrystals.minefactoryreloaded.block.BlockFactoryMachine
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.transport.BlockPlasticPipe
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.transport.BlockRedNetCable
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: powercrystals.minefactoryreloaded.block.transport.BlockRedNetCable
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.BlockRedNetLogic
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.BlockRedNetPanel
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.transport.BlockRailCargoPickup
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.transport.BlockFactoryRail
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.transport.BlockRailCargoDropoff
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.transport.BlockRailPassengerPickup
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.transport.BlockRailPassengerDropoff
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.BlockRubberSapling
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.BlockRubberWood
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.BlockRubberLeaves
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: powercrystals.minefactoryreloaded.block.BlockRubberLeaves
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.decor.BlockFactoryGlass
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.transport.BlockFactoryRoad
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.decor.BlockFactoryPlastic
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.decor.BlockDecorativeBricks
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.decor.BlockDecorativeStone
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.BlockVineScaffold
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.BlockFertileSoil
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.BlockDetCord
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.BlockFakeLaser
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.fluid.BlockFactoryFluid
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.fluid.BlockExplodingFluid
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: powercrystals.minefactoryreloaded.block.fluid.BlockExplodingFluid
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.minefactoryreloaded.block.fluid.BlockPinkSlimeFluid
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.blocks.slime.SlimeFluid
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.world.blocks.MeatBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.blocks.SlabBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mantle.blocks.MantleBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.blocks.traps.Punji
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.blocks.traps.BarricadeBlock
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: tconstruct.blocks.traps.BarricadeBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.world.blocks.SlimeExplosive
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: tconstruct.world.blocks.SlimeExplosive
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.blocks.slime.SlimeGel
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.blocks.TConstructBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.blocks.slime.SlimeGrass
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.blocks.slime.SlimeTallGrass
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.blocks.slime.SlimeLeaves
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.blocks.slime.SlimeSapling
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.world.blocks.ConveyorBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.world.blocks.SlimePad
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.world.blocks.StoneTorch
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.world.blocks.StoneLadder
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.tools.blocks.MultiBrick
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.tools.blocks.MultiBrickFancy
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.world.blocks.OreberryBush
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.world.blocks.OreberryBushEssence
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.smeltery.blocks.MetalOre
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.world.blocks.GravelOre
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.world.blocks.WoodRail
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.world.blocks.TMetalBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.tools.blocks.ToolStationBlock
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: tconstruct.tools.blocks.ToolStationBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.tools.blocks.ToolForgeBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mantle.blocks.abstracts.InventoryBlock
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mantle.blocks.abstracts.InventoryBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.tools.blocks.CraftingStationBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.tools.blocks.CraftingSlab
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mantle.blocks.abstracts.InventorySlab
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.tools.blocks.FurnaceSlab
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.tools.blocks.EquipBlock
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: tconstruct.tools.blocks.EquipBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.world.blocks.SoilBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.smeltery.blocks.TConstructFluid
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.smeltery.blocks.BloodBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.smeltery.blocks.GlueFluid
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.smeltery.blocks.PigIronMoltenBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.smeltery.blocks.SearedSlab
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.smeltery.blocks.SpeedSlab
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.smeltery.blocks.GlueBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.smeltery.blocks.SmelteryBlock
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: tconstruct.smeltery.blocks.SmelteryBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.smeltery.blocks.LavaTankBlock
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: tconstruct.smeltery.blocks.LavaTankBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.smeltery.blocks.SearedBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.smeltery.blocks.CastingChannelBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.smeltery.blocks.TankAirBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.smeltery.blocks.SpeedBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.smeltery.blocks.GlassBlockConnected
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.smeltery.blocks.GlassPaneConnected
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.smeltery.blocks.GlassBlockConnectedMeta
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.smeltery.blocks.GlassPaneStained
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.smeltery.blocks.PaneBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.mechworks.blocks.BlockLandmine
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: tconstruct.mechworks.blocks.BlockLandmine
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tconstruct.armor.blocks.DryingRack
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.teammetallurgy.metallurgy.machines.frame.BlockFrame
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.teammetallurgy.metallurgy.machines.BlockMetallurgy
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.teammetallurgy.metallurgycore.machines.BlockMetallurgyCore
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.teammetallurgy.metallurgycore.machines.BlockMetallurgyCore
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.teammetallurgy.metallurgy.machines.crusher.BlockCrusher
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.teammetallurgy.metallurgy.machines.alloyer.BlockAlloyer
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.teammetallurgy.metallurgy.machines.forge.BlockForge
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.teammetallurgy.metallurgy.metals.MetalBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.teammetallurgy.metallurgy.metals.MoltenMetalBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: glassmaker.extratic.metals.MoltenMetalBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: glassmaker.extratic.metals.SolidMetalBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: codechicken.multipart.BlockMultipart
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: codechicken.multipart.BlockMultipart
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.tileentity.enderconstructor.BlockEnderConstructor
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.rwtema.extrautils.tileentity.enderconstructor.BlockEnderConstructor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.tileentity.enderquarry.BlockEnderMarkers
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockMultiBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockCurtain
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockAngelBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockBUD
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockChandelier
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockDecoration
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockPureLove
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockBedrockium
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockColorData
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockColor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockCobblestoneCompressed
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockConveyor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockFilingCabinet
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.rwtema.extrautils.block.BlockFilingCabinet
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockGreenScreen
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockPeacefulTable
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockTradingPost
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockSoundMuffler
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.tileentity.transfernodes.BlockTransferNode
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.rwtema.extrautils.tileentity.transfernodes.BlockTransferNode
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.tileentity.transfernodes.BlockRetrievalNode
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.tileentity.transfernodes.BlockTransferPipe
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.rwtema.extrautils.tileentity.transfernodes.BlockTransferPipe
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockCursedEarth
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockTrashCan
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.rwtema.extrautils.block.BlockTrashCan
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockSpike
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockEnderthermicPump
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.tileentity.enderquarry.BlockEnderQuarry
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.tileentity.enderquarry.BlockQuarryUpgrades
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockMultiBlockSelection
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockEnderLily
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockTimer
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockMagnumTorch
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockDrum
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.rwtema.extrautils.block.BlockDrum
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.tileentity.generator.BlockGenerator
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.rwtema.extrautils.tileentity.generator.BlockGenerator
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockPortal
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.extrautils.block.BlockEtherealStone
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: factorization.shared.BlockFactorization
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: factorization.shared.BlockFactorization
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: factorization.wrath.BlockLightAir
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: factorization.wrath.BlockLightAir
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: factorization.common.BlockResource
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: factorization.darkiron.BlockDarkIronOre
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: factorization.common.Registry$1NotchBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.fabiulu.farlanders.common.block.BlockEndumiumOre
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.fabiulu.farlanders.common.block.BlockEndumium
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockSteamcraftOre
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockBeacon
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockSteamcraftCrucible
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockMold
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: flaxbeard.steamcraft.block.BlockMold
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockCarvingTable
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockBoiler
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: flaxbeard.steamcraft.block.BlockBoiler
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockFlashBoiler
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: flaxbeard.steamcraft.block.BlockFlashBoiler
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockPipe
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.api.block.BlockSteamTransporter
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: flaxbeard.steamcraft.api.block.BlockSteamTransporter
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockValvePipe
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockSteamTank
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockSteamGauge
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockRuptureDisc
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockWhistle
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockFluidSteamConverter
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockPump
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockSmasher
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockDummy
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockSteamHeater
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockChargingPad
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockSteamCharger
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: flaxbeard.steamcraft.block.BlockSteamCharger
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockSteamHammer
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: flaxbeard.steamcraft.block.BlockSteamHammer
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockItemMortar
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: flaxbeard.steamcraft.block.BlockItemMortar
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockThumper
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockThumperDummy
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockFan
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockVacuum
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.steamcraft.block.BlockEngineeringTable
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.fire.BlockFireChaos
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.fire.BlockFireBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.BlockGaseousShadow
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.BlockGas
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.BlockMod
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.mobilizer.BlockMobilizer
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumic.tinkerer.common.block.mobilizer.BlockMobilizer
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.BlockGaseousLight
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.quartz.BlockDarkQuartzStairs
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.kami.BlockBedrockPortal
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.mobilizer.BlockMobilizerRelay
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.BlockEnchanter
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumic.tinkerer.common.block.BlockEnchanter
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.BlockSummon
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.transvector.BlockTransvectorInterface
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.BlockCamo
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.BlockModContainer
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.transvector.BlockTransvectorDislocator
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.BlockRepairer
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumic.tinkerer.common.block.BlockRepairer
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.BlockInfusedGrain
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.BlockFunnel
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumic.tinkerer.common.block.BlockFunnel
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.quartz.BlockDarkQuartzSlab
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.BlockPlatform
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.fire.BlockFireAir
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.kami.BlockWarpGate
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumic.tinkerer.common.block.kami.BlockWarpGate
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.fire.BlockFireOrder
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.BlockAnimationTablet
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumic.tinkerer.common.block.BlockAnimationTablet
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.fire.BlockFireIgnis
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.BlockNitorGas
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.fire.BlockFireWater
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.fire.BlockFireEarth
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.BlockMagnet
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: thaumic.tinkerer.common.block.BlockMagnet
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.BlockForcefield
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thaumic.tinkerer.common.block.quartz.BlockDarkQuartz
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: fox.spiteful.forbidden.blocks.BlockArcaneCake
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: fox.spiteful.forbidden.blocks.BlockWrathCage
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: fox.spiteful.forbidden.blocks.BlockWrathCage
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: fox.spiteful.forbidden.blocks.BlockBlackFlower
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: fox.spiteful.forbidden.blocks.BlockResource
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.TilledNetherrack
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.QuarzBerryBush
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.NetherCrop
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.SpectreWheatCrop
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.GlowingReedCrop
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.SoulGlass
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.SoulGlassStairs
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.SoulChest
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.InventoryBlock
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: ganymedes01.ganysnether.blocks.InventoryBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.VolcanicFurnace
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.DenseLavaCell
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.GlowBox
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.ColouredQuartzBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.ColouredChiselledQuartzBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.ColouredQuartzStairs
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.ColouredQuartzPillar
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.Reproducer
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.Undertaker
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.WitherShrub
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.MagmaticCentrifuge
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.WeepingPod
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.SoulTNT
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.BlazingCactoid
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.HellBush
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.ThermalSmelter
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.HorseArmourStand
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: ganymedes01.ganysnether.blocks.HorseArmourStand
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.ExtendedSpawner
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: ganymedes01.ganysnether.blocks.ExtendedSpawner
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.FocusedLavaCell
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganysnether.blocks.SoulGlassPane
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.CamelliaCrop
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.RainDetector
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.BlockDetector
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: ganymedes01.ganyssurface.blocks.BlockDetector
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.Dislocator
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: ganymedes01.ganyssurface.blocks.Dislocator
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.SensoringDislocator
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.CubicSensoringDislocator
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.DisguisedTrapDoor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.WorkTable
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: ganymedes01.ganyssurface.blocks.WorkTable
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.OrganicMatterCompressor
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: ganymedes01.ganyssurface.blocks.OrganicMatterCompressor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.Cushion
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.ChocolateCakeBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.ItemDisplay
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: ganymedes01.ganyssurface.blocks.ItemDisplay
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.ChestPropellant
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.FertilizedSoil
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.Planter
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: ganymedes01.ganyssurface.blocks.Planter
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.Lantern
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.InkHarvester
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: ganymedes01.ganyssurface.blocks.InkHarvester
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.SlimeBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.ColouredRedstone
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: ganymedes01.ganyssurface.blocks.ColouredRedstone
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.ColouredRedstoneBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.DualWorkTable
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.PoopBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.FarmManager
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: ganymedes01.ganyssurface.blocks.FarmManager
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.EncasingBench
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.AutoEncaser
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: ganymedes01.ganyssurface.blocks.AutoEncaser
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.Stones18
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.IronTrapdoor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.PrismarineBlocks
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.SeaLantern
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.BlockNewDoor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.InvertedDaylightDetector
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.LeafWall
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: ganymedes01.ganyssurface.blocks.CharcoalBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.jaquadro.minecraft.gardencore.block.BlockGardenSoil
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.jaquadro.minecraft.gardencore.block.BlockGarden
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.jaquadro.minecraft.gardencore.block.BlockGarden
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.jaquadro.minecraft.gardencore.block.BlockGardenFarmland
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.jaquadro.minecraft.gardencore.block.BlockGardenProxy
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.jaquadro.minecraft.gardencore.block.BlockGardenProxy
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.jaquadro.minecraft.gardencore.block.BlockSmallFire
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.jaquadro.minecraft.gardencore.block.BlockCompostBin
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.jaquadro.minecraft.gardencore.block.BlockCompostBin
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.jaquadro.minecraft.gardencontainers.block.BlockWindowBox
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.jaquadro.minecraft.gardencontainers.block.BlockWindowBoxStone
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.jaquadro.minecraft.gardencontainers.block.BlockDecorativePot
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.jaquadro.minecraft.gardencontainers.block.BlockDecorativePot
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.jaquadro.minecraft.gardencontainers.block.BlockLargePotStandard
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.jaquadro.minecraft.gardencontainers.block.BlockLargePot
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.jaquadro.minecraft.gardencontainers.block.BlockLargePot
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.jaquadro.minecraft.gardencontainers.block.BlockLargePotColored
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.jaquadro.minecraft.gardencontainers.block.BlockMediumPotStandard
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.jaquadro.minecraft.gardencontainers.block.BlockMediumPot
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.jaquadro.minecraft.gardencore.block.BlockGardenContainer
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.jaquadro.minecraft.gardencore.block.BlockGardenContainer
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.jaquadro.minecraft.gardencontainers.block.BlockMediumPotColored
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.jaquadro.minecraft.gardencontainers.block.BlockPotteryTable
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.jaquadro.minecraft.gardencontainers.block.BlockPotteryTable
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.jaquadro.minecraft.gardentrees.block.BlockGTSapling
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.jaquadro.minecraft.gardentrees.block.BlockThinLog
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.jaquadro.minecraft.gardentrees.block.BlockThinLog
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.jaquadro.minecraft.gardentrees.block.BlockThinLogFence
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.jaquadro.minecraft.gardentrees.block.BlockThinLogFence
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.containers.BlockFluidElectisPolyhedron.BlockFluidElectisPolyhedron
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.containers.BlockContainerBase
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: GU.blocks.containers.BlockContainerBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.BlockStructureCube
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.BlockMetadata
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.BlockBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.BlockRegistry$6
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.containers.BlockMultiPart.BlockMultiBlockPartGlass
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.containers.BlockMultiMetadataContainerBase
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: GU.blocks.containers.BlockMultiMetadataContainerBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.containers.BlockConduit.BlockConduit
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.BlockRegistry$5
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.containers.BlockMultiPart.BlockMultiBlockPart
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.containers.BlockTeleportAlter.BlockTeleportAlter
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.containers.BlockItemElectisPolyhedron.BlockItemElectisPolyhedron
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.BlockRegistry$2
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.containers.BlockCreativeMetadata.BlockCreativeMetadata
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.containers.BlockMetadataContainerBase
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: GU.blocks.containers.BlockMetadataContainerBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.containers.BlockDrill.BlockDrill
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.BlockRegistry$1
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.containers.BlockElectisPolyhedron.BlockElectisPolyhedron
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.BlockRegistry$3
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.containers.BlockSpacialProvider.BlockSpatialProvider
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.containers.BlockMultiDirectionalConduit.BlockMultiDirectionalConduit
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.BlockRegistry$4
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.containers.BlockMultiInterface.BlockMultiInterface
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.containers.BlockMultiPart.BlockMultiPartRender
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.containers.BlockMultiPart.BlockMultiBlockPartAir
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.containers.BlockMultiContainerBase
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: GU.blocks.containers.BlockMultiContainerBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: GU.blocks.containers.BlockPhotonSender.BlockPhotonSender
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: hats.addons.hatstand.common.block.BlockHatStand
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.consumers.misc.BlockHydraulicMixer
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.HydraulicBlockContainerBase
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: k4unl.minecraft.Hydraulicraft.blocks.HydraulicBlockContainerBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.consumers.oreprocessing.BlockHydraulicFrictionIncinerator
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.consumers.oreprocessing.BlockHydraulicCrusher
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.consumers.harvester.BlockHydraulicPiston
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.consumers.oreprocessing.BlockHydraulicWasher
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.misc.BlockHydraulicPressureWall
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.HydraulicBlockBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.misc.BlockHydraulicPressureGlass
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.consumers.misc.BlockPressureDisposal
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.misc.BlockHydraulicValve
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.misc.BlockInterfaceValve
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.misc.BlockInfiniteSource
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.consumers.misc.BlockMovingPane
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: k4unl.minecraft.Hydraulicraft.blocks.consumers.misc.BlockMovingPane
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.storage.BlockHydraulicPressureVat
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.HydraulicTieredBlockBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.generators.BlockHydraulicPump
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.generators.BlockHydraulicLavaPump
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.consumers.harvester.BlockHydraulicHarvester
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.misc.BlockHydraulicCore
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.SubBlockBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.misc.BlockLight
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.consumers.misc.BlockHydraulicWaterPump
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.misc.BlockCopper
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.misc.BlockLead
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.consumers.harvester.BlockHarvesterTrolley
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.consumers.misc.BlockHydraulicCharger
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.misc.BlockChunkLoader
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.gow.BlockPortalBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.gow.GOWBlockRendering
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.gow.GOWBlockBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.gow.BlockPortalFrame
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.blocks.gow.BlockPortalTeleporter
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.ores.OreCopper
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.ores.OreBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.ores.OreLead
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.fluids.BlockFluidOil
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.thirdParty.buildcraft.blocks.BlockHydraulicEngine
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.thirdParty.buildcraft.blocks.BlockKineticPump
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.thirdParty.industrialcraft.blocks.BlockHydraulicGenerator
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.thirdParty.industrialcraft.blocks.BlockElectricPump
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.thirdParty.fmp.blocks.BlockHydraulicSaw
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.thirdParty.thermalExpansion.blocks.BlockHydraulicDynamo
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.thirdParty.thermalExpansion.blocks.BlockRFPump
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: cpw.mods.ironchest.BlockIronChest
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: cpw.mods.ironchest.BlockIronChest
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mcp.mobius.betterbarrels.common.blocks.BlockBarrel
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mcp.mobius.betterbarrels.common.blocks.BlockBarrel
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.fluids.BlockRailcraftFluid
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.blocks.hidden.BlockHidden
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.blocks.aesthetics.cube.BlockCube
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mods.railcraft.common.blocks.aesthetics.cube.BlockCube
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.blocks.anvil.BlockRCAnvil
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.blocks.machine.BlockMachine
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mods.railcraft.common.blocks.machine.BlockMachine
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.blocks.tracks.BlockTrack
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mods.railcraft.common.blocks.tracks.BlockTrack
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.blocks.tracks.BlockTrackElevator
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.blocks.signals.BlockSignal
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mods.railcraft.common.blocks.signals.BlockSignal
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.blocks.aesthetics.stairs.BlockRailcraftStairs
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mods.railcraft.common.blocks.aesthetics.stairs.BlockRailcraftStairs
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.blocks.aesthetics.slab.BlockRailcraftSlab
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mods.railcraft.common.blocks.aesthetics.slab.BlockRailcraftSlab
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.blocks.aesthetics.lamp.BlockStoneLamp
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.blocks.aesthetics.post.BlockPost
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mods.railcraft.common.blocks.aesthetics.post.BlockPost
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.blocks.aesthetics.post.BlockPostMetal
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.blocks.aesthetics.post.BlockPostBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.blocks.aesthetics.wall.BlockRailcraftWall
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.blocks.aesthetics.glass.BlockStrengthGlass
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.blocks.aesthetics.brick.BlockBrick
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.blocks.aesthetics.brick.BlockBrick$BlockNetherBrick
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.blocks.detector.BlockDetector
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mods.railcraft.common.blocks.detector.BlockDetector
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.blocks.ore.BlockOre
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.blocks.ore.BlockWorldLogic
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.railcraft.common.items.firestone.BlockFirestoneRecharge
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mods.railcraft.common.items.firestone.BlockFirestoneRecharge
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: magicbees.block.BlockEffectJar
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: magicbees.block.BlockEffectJar
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: magicbees.block.BlockHive
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.BlockPressurisedWater
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.base.BlockFluid
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.BlockRock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.base.BlockDecorative
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.BlockLimestone
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.BlockWater
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.base.BlockFunctional
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mariculture.core.blocks.base.BlockFunctional
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.BlockMetal
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.BlockGround
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.BlockWood
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.BlockGlass
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.base.BlockConnected
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.BlockTransparent
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.BlockPearlBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.BlockMachine
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mariculture.core.blocks.BlockMachine
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.BlockMachineMulti
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.base.BlockFunctionalMulti
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mariculture.core.blocks.base.BlockFunctionalMulti
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.BlockRenderedMachineMulti
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.BlockRenderedMachine
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.BlockTicking
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.BlockTank
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mariculture.core.blocks.BlockTank
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.core.blocks.BlockAir
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.factory.blocks.BlockCustomFlooring
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.factory.blocks.BlockCustomBase
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mariculture.factory.blocks.BlockCustomBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.factory.blocks.BlockCustomBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.factory.blocks.BlockCustomStairs
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mariculture.factory.blocks.BlockCustomStairs
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.factory.blocks.BlockCustomSlab
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mariculture.factory.blocks.BlockCustomSlab
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.factory.blocks.BlockCustomFence
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mariculture.factory.blocks.BlockCustomFence
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.factory.blocks.BlockCustomGate
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mariculture.factory.blocks.BlockCustomGate
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.factory.blocks.BlockCustomWall
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mariculture.factory.blocks.BlockCustomWall
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.factory.blocks.BlockCustomLight
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.factory.blocks.BlockCustomPower
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.fishery.blocks.fluids.BlockFishOil
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.fishery.blocks.fluids.BlockCustard
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.fishery.blocks.fluids.BlockGunpowder
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.fishery.blocks.fluids.BlockFlux
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.fishery.blocks.fluids.BlockIce
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.fishery.blocks.fluids.BlockChlorophyll
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.fishery.blocks.BlockNeonLamp
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mariculture.world.BlockCoral
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mariculture.world.BlockCoral
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: resonant.content.wrapper.BlockDummy
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: resonant.content.wrapper.BlockDummy
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFLog
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFRoots
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFLeaves
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFFirefly
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFCritter
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFCicada
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFPortal
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFMazestone
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: twilightforest.block.BlockTFMazestone
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFHedge
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: twilightforest.block.BlockTFHedge
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFBossSpawner
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFFireflyJar
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFPlant
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: twilightforest.block.BlockTFPlant
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFUncraftingTable
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFFireJet
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFNagastone
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFSapling
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFMoonworm
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFMagicLog
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFMagicLeaves
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFMagicLogSpecial
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFTowerWood
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFTowerDevice
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFTowerTranslucent
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFTrophy
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: twilightforest.block.BlockTFTrophy
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFShield
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFTrophyPedestal
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFAuroraBrick
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFUnderBrick
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFThorns
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: twilightforest.block.BlockTFThorns
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFBurntThorns
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: twilightforest.block.BlockTFBurntThorns
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFThornRose
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFLeaves3
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFDeadrock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFDarkLeaves
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFAuroraPillar
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: twilightforest.block.BlockTFAuroraSlab
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.netherores.ores.BlockNetherOres
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: powercrystals.netherores.ores.BlockNetherOres
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: powercrystals.netherores.world.BlockHellfish
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: powercrystals.netherores.world.BlockHellfish
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: myrathi.obsidiplates.block.BlockMultiPressurePlate
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: myrathi.obsidiplates.block.BlockMultiPressurePlate
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockLadder
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockGuide
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.OpenBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openmods.block.OpenBlock
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: openmods.block.OpenBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockElevator
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockHeal
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockTarget
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockGrave
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockFlag
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockTank
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockTrophy
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockBearTrap
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockSprinkler
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockCannon
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockVacuumHopper
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockSponge
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockBigButton
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockImaginary
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockFan
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockXPBottler
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockVillageHighlighter
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockPath
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockAutoAnvil
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockAutoEnchantmentTable
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockXPDrain
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockBlockBreaker
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockBlockPlacer
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockItemDropper
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockRopeLadder
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockDonationStation
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockPaintMixer
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockCanvas
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockPaintCan
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockCanvasGlass
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockProjector
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockDrawingTable
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockSky
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockXPShower
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: openblocks.common.block.BlockGoldenEgg
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pam.harvestcraft.BlockPamCuttingBoard
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pam.harvestcraft.BlockPamPot
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pam.harvestcraft.BlockPamBeehive
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pam.harvestcraft.BlockPamApiary
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.pam.harvestcraft.BlockPamApiary
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pam.harvestcraft.BlockPamPresser
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pam.harvestcraft.BlockPamSink
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pam.harvestcraft.BlockPamSalt
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pam.harvestcraft.BlockPamNormalGarden
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pam.harvestcraft.BlockPamDesertGarden
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pam.harvestcraft.BlockPamMushroomGarden
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pam.harvestcraft.BlockPamWaterGarden
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pam.harvestcraft.BlockPamFruit
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.pam.harvestcraft.BlockPamFruit
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pam.harvestcraft.BlockPamSapling
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pam.harvestcraft.BlockPamCrop
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.pam.harvestcraft.BlockPamCandleDeco
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockPressureTube
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: pneumaticCraft.common.block.BlockPressureTube
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockAirCompressor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockPneumaticCraftModeled
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockPneumaticCraft
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: pneumaticCraft.common.block.BlockPneumaticCraft
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockAirCannon
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockPressureChamberWall
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: pneumaticCraft.common.block.BlockPressureChamberWall
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockPressureChamberValve
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: pneumaticCraft.common.block.BlockPressureChamberValve
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.pneumaticPlants.BlockSlimePlant
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.pneumaticPlants.BlockPneumaticPlantBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.pneumaticPlants.BlockCreeperPlant
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.pneumaticPlants.BlockSquidPlant
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.pneumaticPlants.BlockFireFlower
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.pneumaticPlants.BlockRainPlant
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.pneumaticPlants.BlockEnderPlant
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.pneumaticPlants.BlockLightningPlant
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.pneumaticPlants.BlockBurstPlant
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.pneumaticPlants.BlockPotionPlant
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.pneumaticPlants.BlockHeliumPlant
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.pneumaticPlants.BlockPropulsionPlant
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.pneumaticPlants.BlockRepulsionPlant
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.pneumaticPlants.BlockFlyingFlower
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.pneumaticPlants.BlockChopperPlant
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockChargingStation
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockElevatorBase
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: pneumaticCraft.common.block.BlockElevatorBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockElevatorFrame
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: pneumaticCraft.common.block.BlockElevatorFrame
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockPressureChamberInterface
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockVacuumPump
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockPneumaticDoorBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockPneumaticDoor
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: pneumaticCraft.common.block.BlockPneumaticDoor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockAssemblyIOUnit
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockAssemblyPlatform
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockAssemblyDrill
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockAssemblyLaser
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockAssemblyController
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.Blockss$HelperBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockUVLightBox
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockFluidEtchingAcid
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockSecurityStation
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockUniversalSensor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockAerialInterface
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockElectrostaticCompressor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockAphorismTile
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockOmnidirectionalHopper
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockElevatorCaller
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: pneumaticCraft.common.block.BlockElevatorCaller
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockProgrammer
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.block.BlockCreativeCompressor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.thirdparty.buildcraft.BlockPneumaticEngine
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.thirdparty.buildcraft.BlockKineticCompressor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.thirdparty.ic2.BlockPneumaticGenerator
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: pneumaticCraft.common.thirdparty.ic2.BlockElectricCompressor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: endercreeper.quartznsteel.BlockOverworldQuartzOre
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: redstonearsenal.block.BlockStorage
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tombenpotter.sanguimancy.blocks.BlockAltarDiviner
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: tombenpotter.sanguimancy.blocks.BlockAltarDiviner
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tombenpotter.sanguimancy.blocks.BlockAltarEmitter
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: gcewing.sg.SGRingBlock
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: gcewing.sg.SGRingBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: gcewing.sg.SGBaseBlock
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: gcewing.sg.SGBaseBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: gcewing.sg.DHDBlock
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: gcewing.sg.DHDBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: gcewing.sg.NaquadahBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: gcewing.sg.NaquadahOreBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: gcewing.sg.ic2.IC2PowerBlock
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: gcewing.sg.ic2.IC2PowerBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevescarts.Blocks.BlockCargoManager
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: vswe.stevescarts.Blocks.BlockCargoManager
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevescarts.Blocks.BlockRailJunction
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevescarts.Blocks.BlockSpecialRailBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevescarts.Blocks.BlockRailAdvDetector
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevescarts.Blocks.BlockCartAssembler
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: vswe.stevescarts.Blocks.BlockCartAssembler
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevescarts.Blocks.BlockActivator
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevescarts.Blocks.BlockContainerBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevescarts.Blocks.BlockDistributor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevescarts.Blocks.BlockDetector
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevescarts.Blocks.BlockUpgrade
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: vswe.stevescarts.Blocks.BlockUpgrade
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevescarts.Blocks.BlockLiquidManager
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: vswe.stevescarts.Blocks.BlockLiquidManager
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevescarts.Blocks.BlockMetalStorage
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevesfactory.blocks.BlockManager
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: vswe.stevesfactory.blocks.BlockManager
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevesfactory.blocks.BlockCable
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: vswe.stevesfactory.blocks.BlockCable
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevesfactory.blocks.BlockCableRelay
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevesfactory.blocks.BlockCableDirectionAdvanced
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevesfactory.blocks.BlockCableOutput
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevesfactory.blocks.BlockCableInput
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevesfactory.blocks.BlockCableCreative
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevesfactory.blocks.BlockCableIntake
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevesfactory.blocks.BlockCableBUD
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevesfactory.blocks.BlockCableBreaker
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevesfactory.blocks.BlockCableCluster
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: vswe.stevesfactory.blocks.BlockCableCluster
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevesfactory.blocks.BlockCableCamouflages
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevesfactory.blocks.BlockCamouflageBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.stevesfactory.blocks.BlockCableSign
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: vswe.production.block.BlockTable
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: vswe.production.block.BlockTable
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: othlon.stopgap.blocks.SGFlintBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: sync.common.block.BlockDualVertical
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: sync.common.block.BlockDualVertical
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.thaumicexploration.block.BlockAutoSorter
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.thaumicexploration.block.BlockTrashJar
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: flaxbeard.thaumicexploration.block.BlockTrashJar
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.thaumicexploration.block.BlockBoundChest
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: flaxbeard.thaumicexploration.block.BlockBoundChest
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.thaumicexploration.block.BlockFloatyCandle
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.thaumicexploration.block.BlockBootsIce
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: flaxbeard.thaumicexploration.block.BlockBootsIce
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.thaumicexploration.block.BlockBoundJar
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: flaxbeard.thaumicexploration.block.BlockBoundJar
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.thaumicexploration.block.BlockThinkTank
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: flaxbeard.thaumicexploration.block.BlockThinkTank
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.thaumicexploration.block.BlockEverfullUrn
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.thaumicexploration.block.BlockEverburnUrn
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.thaumicexploration.block.BlockSoulBrazier
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.thaumicexploration.block.BlockCrucibleSouls
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: flaxbeard.thaumicexploration.block.BlockReplicator
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: flaxbeard.thaumicexploration.block.BlockReplicator
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tmechworks.blocks.RedstoneMachine
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: tmechworks.blocks.RedstoneMachine
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tmechworks.blocks.DynamoBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tmechworks.blocks.SignalBus
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: tmechworks.blocks.SignalBus
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tmechworks.blocks.SignalTerminal
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: tmechworks.blocks.SignalTerminal
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: tmechworks.blocks.FilterBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockWitchCrop
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockBaseBush
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockWitchSapling
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockWitchLog
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.emoniph.witchery.blocks.BlockWitchLog
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockWitchLeaves
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.emoniph.witchery.blocks.BlockWitchLeaves
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockVoidBramble
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockBaseContainer
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockBramble
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.emoniph.witchery.blocks.BlockBramble
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockGlintWeed
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockSpanishMoss
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockLeapingLily
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockPlantMine
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockEmberMoss
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.emoniph.witchery.blocks.BlockEmberMoss
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockCritterSnare
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.emoniph.witchery.blocks.BlockCritterSnare
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockGrassper
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.emoniph.witchery.blocks.BlockGrassper
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockBloodRose
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockCotton
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockDemonHeart
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockWitchWood
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockWitchWoodStairs
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockWitchWoodSlab
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockWitchDoor
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.emoniph.witchery.blocks.BlockWitchDoor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockChalice
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockCandelabra
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockPlacedItem
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.emoniph.witchery.blocks.BlockPlacedItem
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockAlluringSkull
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.emoniph.witchery.blocks.BlockAlluringSkull
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockWickerBundle
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockBaseRotatedPillar
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockGlowGlobe
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockStatueGoddess
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockStockade
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockPerpetualIce
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: net.minecraft.block.BlockIce
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: net.minecraft.block.BlockIce
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockInfinityEgg
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockRefillingChest
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockForce
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockBarrier
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockLeechChest
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.emoniph.witchery.blocks.BlockLeechChest
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockAltar
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.emoniph.witchery.blocks.BlockAltar
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockKettle
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockPoppetShelf
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.emoniph.witchery.blocks.BlockPoppetShelf
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockDreamCatcher
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.emoniph.witchery.blocks.BlockDreamCatcher
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockCrystalBall
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockSpiritPortal
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockTormentPortal
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockSpinningWheel
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.emoniph.witchery.blocks.BlockSpinningWheel
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockBrazier
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.emoniph.witchery.blocks.BlockBrazier
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockWitchesOven
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.emoniph.witchery.blocks.BlockWitchesOven
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockFumeFunnel
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockDistillery
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.emoniph.witchery.blocks.BlockDistillery
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockFetish
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.emoniph.witchery.blocks.BlockFetish
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockAreaMarker
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockStatueOfWorship
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.emoniph.witchery.blocks.BlockStatueOfWorship
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockCircle
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockCircleGlyph
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.emoniph.witchery.blocks.BlockCircleGlyph
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.emoniph.witchery.blocks.BlockFlowingSpirit
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.rwtema.denseores.BlockDenseOre
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: iguanaman.iguanatweakstconstruct.mobheads.blocks.IguanaSkullBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: cpw.mods.compactsolars.BlockCompactSolar
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: cpw.mods.compactsolars.BlockCompactSolar
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.eln.ghost.GhostBlock
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mods.eln.ghost.GhostBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.eln.sixnode.lampsocket.LightBlock
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mods.eln.sixnode.lampsocket.LightBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.eln.node.six.SixNodeBlock
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mods.eln.node.six.SixNodeBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.eln.node.transparent.TransparentNodeBlock
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mods.eln.node.transparent.TransparentNodeBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.eln.ore.OreBlock
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mods.eln.ore.OreBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.eln.simplenode.energyconverter.EnergyConverterElnToOtherBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.eln.node.simple.SimpleNodeBlock
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mods.eln.node.simple.SimpleNodeBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mods.eln.simplenode.computerprobe.ComputerProbeBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: codechicken.enderstorage.common.BlockEnderStorage
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: codechicken.enderstorage.common.BlockEnderStorage
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalexpansion.block.machine.BlockMachine
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalexpansion.block.BlockTEBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: cofh.core.block.BlockCoFHBase
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: cofh.core.block.BlockCoFHBase
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalexpansion.block.device.BlockDevice
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalexpansion.block.dynamo.BlockDynamo
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalexpansion.block.cell.BlockCell
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalexpansion.block.tank.BlockTank
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalexpansion.block.strongbox.BlockStrongbox
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalexpansion.block.cache.BlockCache
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalexpansion.block.ender.BlockEnder
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalexpansion.block.light.BlockLight
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalexpansion.block.simple.BlockFrame
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalexpansion.block.simple.BlockGlass
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalexpansion.block.simple.BlockRockwool
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalexpansion.block.sponge.BlockSponge
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalexpansion.block.simple.BlockAirSignal
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalexpansion.block.simple.BlockAirLight
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: thermalexpansion.block.simple.BlockAirBarrier
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: k4unl.minecraft.Hydraulicraft.thirdParty.pneumaticraft.blocks.BlockHydraulicPneumaticCompressor
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.blocks.BlockEssenceOre
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.mark719.magicalcrops.blocks.BlockEssenceOre
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.blocks.BlockEssenceOreNether
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: com.mark719.magicalcrops.blocks.BlockEssenceOreNether
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.blocks.BlockEssenceTorch
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.blocks.BlockEssenceBricks
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.blocks.BlockEssenceBlocks
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.blocks.BlockEssenceGlass
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.blocks.BlockEssenceLamps
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.blocks.BlockEssenceCloud
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.blocks.BlockTintedStoneBrick
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.blocks.BlockTintedCarvedStoneBrick
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.blocks.BlockTintedSmallBrick
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.blocks.BlockTintedWoodPlank
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.blocks.BlockBlastHardenedClay
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.blocks.BlockBlastWool
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.blocks.BlockBlastWoodPlanks
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.blocks.BlockBlastBricks
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockMagicCropEssence
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockMagicalCrops
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockMagicCropCoal
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockMagicCropDye
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockMagicCropRedstone
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockMagicCropGlowstone
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockMagicCropObsidian
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockMagicCropIron
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockMagicCropGold
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockMagicCropLapis
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockMagicCropEnder
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockMagicCropNether
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockMagicCropExperience
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockMagicCropBlaze
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockMagicCropDiamond
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockMagicCropEmerald
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockElementCropAir
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockElementCropWater
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockElementCropEarth
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockElementCropFire
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropCopper
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropTin
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropSilver
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropLead
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropQuartz
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropSapphire
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropRuby
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropPeridot
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropAlumin
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropForce
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropCobalt
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropArdite
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropNickel
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropPlatinum
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropThaumcraftShard
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropUranium
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropOil
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropRubber
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropVinteum
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropBlueTopaz
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropChimerite
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropMoonstone
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropSunstone
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropIridium
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockMagicalCropsIridium
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropYellorite
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropOsmium
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropManganese
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropSulfur
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockModMagicCropDarkiron
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockSoulCropCow
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockSoulCropCreeper
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockSoulCropMagma
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockSoulCropSkeleton
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockSoulCropSlime
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockSoulCropSpider
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockSoulCropGhast
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockSoulCropWither
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockPotionCropFire
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockPotionCropWater
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockPotionCropStrength
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockPotionCropRegen
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockPotionCropNight
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockPotionCropSpeed
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockCropBlackberry
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockCropBlueberry
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockCropChili
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockCropCucumber
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockCropGrape
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockCropRaspberry
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockCropStrawberry
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockCropSweetcorn
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockCropTomato
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: com.mark719.magicalcrops.crops.BlockCropSugarCane
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mekanism.common.block.BlockBasic
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mekanism.common.block.BlockBasic
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mekanism.common.block.BlockMachine
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mekanism.common.block.BlockMachine
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mekanism.common.block.BlockOre
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mekanism.common.block.BlockEnergyCube
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mekanism.common.block.BlockEnergyCube
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mekanism.common.block.BlockObsidianTNT
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mekanism.common.block.BlockBounding
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mekanism.common.block.BlockBounding
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mekanism.common.block.BlockGasTank
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mekanism.common.block.BlockGasTank
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mekanism.common.block.BlockCardboardBox
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mekanism.common.block.BlockCardboardBox
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mekanism.common.block.BlockPlastic
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mekanism.common.block.BlockPlasticFence
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mekanism.common.block.BlockSalt
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mekanism.generators.common.block.BlockGenerator
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mekanism.generators.common.block.BlockGenerator
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mrtjp.projectred.exploration.BlockOre
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mrtjp.projectred.core.BlockCore
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mrtjp.projectred.exploration.BlockDecoratives
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mrtjp.projectred.exploration.BlockDecorativeWalls
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mrtjp.projectred.illumination.BlockLamp
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mrtjp.projectred.core.libmc.MultiTileBlock
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: mrtjp.projectred.core.libmc.MultiTileBlock
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mrtjp.projectred.illumination.BlockAirousLight
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: mrtjp.projectred.expansion.BlockMachine
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: codechicken.translocator.BlockTranslocator
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: codechicken.translocator.BlockTranslocator
[06:38:08] [Server thread/INFO] [extrautils]: Checking class for special block breaking code: codechicken.translocator.BlockCraftingGrid
[06:38:08] [Server thread/INFO] [extrautils]: Detected special block breaking code in class: codechicken.translocator.BlockCraftingGrid
[06:38:08] [Server thread/INFO] [extrautils]: Caught error from Itemstack
java.lang.NullPointerException
        at net.minecraft.item.ItemStack.func_77977_a(ItemStack.java:359)
        at com.rwtema.extrautils.tileentity.enderconstructor.EnderConstructorRecipesHandler.postInit(EnderConstructorRecipesHandler.java:60)
        at com.rwtema.extrautils.ExtraUtils.specialInit(ExtraUtils.java:1183)
        at com.rwtema.extrautils.ExtraUtils.postInit(ExtraUtils.java:1159)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
        at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
        at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:318)
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
[06:38:08] [Server thread/INFO] [extrautils]: Caught error from Itemstack
java.lang.NullPointerException
        at net.minecraft.item.ItemStack.func_77977_a(ItemStack.java:359)
        at com.rwtema.extrautils.tileentity.enderconstructor.EnderConstructorRecipesHandler.postInit(EnderConstructorRecipesHandler.java:60)
        at com.rwtema.extrautils.ExtraUtils.specialInit(ExtraUtils.java:1183)
        at com.rwtema.extrautils.ExtraUtils.postInit(ExtraUtils.java:1159)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
        at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
        at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:318)
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
[06:38:08] [Server thread/INFO] [CoFH ASM]: Stripping methods and fields from powercrystals.minefactoryreloaded.core.UtilInventory
[06:38:14] [Server thread/INFO] [factorization]: Added 28 'barking' recipes for blocks that look sort of like wood logs; this can be disabled in the config file.
[06:38:15] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: ASB2_StructureCubes, id=1xtile.MetadataOre@0 meta=0
[06:38:15] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreNetherQuartz, id=1xtile.netherquartz@0 meta=0
[06:38:15] [Server thread/INFO] [HydCraft]: Found 2 ores and 1 ingots for Gold
[06:38:15] [Server thread/INFO] [HydCraft]: Found 2 ores and 1 ingots for Iron
[06:38:15] [Server thread/INFO] [HydCraft]: Found 1 ores and 1 ingots for Ardite
[06:38:15] [Server thread/INFO] [HydCraft]: Found 11 ores and 11 ingots for Copper
[06:38:15] [Server thread/INFO] [HydCraft]: Found 4 ores and 5 ingots for Lead
[06:38:15] [Server thread/INFO] [HydCraft]: Found 1 ores and 1 ingots for FzDarkIron
[06:38:15] [Server thread/INFO] [HydCraft]: Found 7 ores and 7 ingots for Tin
[06:38:15] [Server thread/INFO] [HydCraft]: Found 2 ores and 1 ingots for Cobalt
[06:38:15] [Server thread/INFO] [HydCraft]: Found 3 ores and 3 ingots for Silver
[06:38:15] [Server thread/INFO] [HydCraft]: Found 1 ores and 1 ingots for Nickel
[06:38:16] [Server thread/INFO] [HydCraft]: Hydraulicraft ready for use!
[06:38:16] [Server thread/INFO] [Railcraft]: Railcraft registered "bioethanol" as a valid Boiler fuel source with 16000 heat.
[06:38:16] [Server thread/INFO] [Railcraft]: Railcraft registered "biofuel" as a valid Boiler fuel source with 16000 heat.
[06:38:16] [Server thread/INFO] [Railcraft]: Railcraft registered "fuel" as a valid Boiler fuel source with 48000 heat.
[06:38:16] [Server thread/INFO] [Railcraft]: Railcraft registered "coal" as a valid Boiler fuel source with 32000 heat.
[06:38:16] [Server thread/INFO] [Railcraft]: Railcraft registered "pyrotheum" as a valid Boiler fuel source with 64000 heat.
[06:38:16] [Server thread/INFO] [Railcraft]: Railcraft registered "creosote" as a valid Boiler fuel source with 4800 heat.
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: net.minecraft.item.ItemMultiTexture, 1xtile.log@32767, 32,767
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: net.minecraft.item.ItemMultiTexture, 1xtile.log@32767, 32,767
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs1@0, 0
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs2@0, 0
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs3@0, 0
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs4@0, 0
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs1@1, 1
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs2@1, 1
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs3@1, 1
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs4@1, 1
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs1@2, 2
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs2@2, 2
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs3@2, 2
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs4@2, 2
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs1@3, 3
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs2@3, 3
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: biomesoplenty.common.itemblocks.ItemBlockLog, 1xtile.logs3@3, 3
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: forestry.arboriculture.items.ItemWoodBlock, 1xtile.for.log1@32767, 32,767
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: forestry.arboriculture.items.ItemWoodBlock, 1xtile.for.log2@32767, 32,767
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: forestry.arboriculture.items.ItemWoodBlock, 1xtile.for.log3@32767, 32,767
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: forestry.arboriculture.items.ItemWoodBlock, 1xtile.for.log4@32767, 32,767
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: forestry.arboriculture.items.ItemWoodBlock, 1xtile.for.log5@32767, 32,767
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: forestry.arboriculture.items.ItemWoodBlock, 1xtile.for.log6@32767, 32,767
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: forestry.arboriculture.items.ItemWoodBlock, 1xtile.for.log7@32767, 32,767
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@0, 0
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@1, 1
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@2, 2
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@3, 3
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@4, 4
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@5, 5
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@6, 6
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@7, 7
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@8, 8
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@9, 9
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@10, 10
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@11, 11
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@12, 12
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@13, 13
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@14, 14
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@15, 15
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@16, 16
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@17, 17
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@18, 18
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@19, 19
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@20, 20
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@21, 21
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@22, 22
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@23, 23
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@24, 24
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@25, 25
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@26, 26
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@27, 27
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@28, 28
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@29, 29
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@30, 30
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@31, 31
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@32, 32
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@33, 33
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@34, 34
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@35, 35
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@36, 36
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@37, 37
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@38, 38
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: binnie.core.block.ItemMetadata, 1xtile.log@39, 39
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: thaumcraft.common.blocks.BlockMagicalLogItem, 1xtile.blockMagicalLog@0, 0
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: thaumcraft.common.blocks.BlockMagicalLogItem, 1xtile.blockMagicalLog@1, 1
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: com.emoniph.witchery.blocks.BlockWitchLog$ClassItemBlock, 1xtile.witchery:witchlog@32767, 32,767
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: twilightforest.item.ItemBlockTFMeta, 1xtile.TFLog@32767, 32,767
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: twilightforest.item.ItemBlockTFMeta, 1xtile.TFMagicLog@32767, 32,767
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: ic2.core.item.block.ItemBlockIC2, 1xic2.blockRubWood@32767, 32,767
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Coke Oven recipe: net.minecraft.item.ItemBlock, 1xtile.mfr.rubberwood.log@0, 0
[06:38:16] [Server thread/WARN] [Railcraft]: Could not register CraftGuide plugins: CraftGuide missing.
[06:38:16] [Server thread/INFO] [Railcraft]: Railcraft Config: Doing post init configuration
[06:38:16] [Server thread/INFO] [Railcraft]: Adding World Anchor Fuel = minecraft:ender_pearl=12
[06:38:16] [Server thread/INFO] [Railcraft]: Adding Parsonal Anchor Fuel = minecraft:ender_pearl=12
[06:38:16] [Server thread/INFO] [MagicBees]: Thermal Expansion bees active
[06:38:16] [Server thread/INFO] [MagicBees]: Aluminum bees active!
[06:38:16] [Server thread/INFO] [MagicBees]: Registering marble
[06:38:16] [Server thread/INFO] [MagicBees]: Registering rock
[06:38:16] [Server thread/INFO] [MagicBees]: Registering water
[06:38:16] [Server thread/INFO] [MagicBees]: Registering basalt
[06:38:16] [Server thread/INFO] [MagicBees]: Registering marble
[06:38:16] [Server thread/INFO] [MagicBees]: Registering rock
[06:38:16] [Server thread/INFO] [MagicBees]: Registering water
[06:38:16] [Server thread/INFO] [MagicBees]: Registering basalt
[06:38:16] [Server thread/INFO] [MagicBees]: Registering marble
[06:38:16] [Server thread/INFO] [MagicBees]: Registering rock
[06:38:16] [Server thread/INFO] [MagicBees]: Registering water
[06:38:16] [Server thread/INFO] [MagicBees]: Registering basalt
[06:38:16] [Server thread/INFO] [MagicBees]: Registering marble
[06:38:16] [Server thread/INFO] [MagicBees]: Registering rock
[06:38:16] [Server thread/INFO] [MagicBees]: Registering water
[06:38:16] [Server thread/INFO] [MagicBees]: Registering basalt
[06:38:16] [Server thread/INFO] [MagicBees]: Postinit completed
[06:38:16] [Server thread/INFO] [Mariculture]: Core Module Finished Loading
[06:38:16] [Server thread/INFO] [Mariculture]: Aesthetics Module Finished Loading
[06:38:16] [Server thread/INFO] [Mariculture]: Diving Module Finished Loading
[06:38:16] [Server thread/INFO] [Mariculture]: Factory Module Finished Loading
[06:38:16] [Server thread/INFO] [Mariculture]: Fishery Module Finished Loading
[06:38:16] [Server thread/INFO] [Mariculture]: Magic Module Finished Loading
[06:38:16] [Server thread/INFO] [Mariculture]: Transport Module Finished Loading
[06:38:16] [Server thread/INFO] [Mariculture]: WorldPlus Module Finished Loading
[06:38:16] [Server thread/INFO] [Mariculture]: Railcraft Plugin Finished Loading
[06:38:16] [Server thread/WARN] [TCon-API]: Could not find crossBarCast in the ItemStack directory
[06:38:16] [Server thread/INFO] [Mariculture]: TConstruct Plugin Finished Loading
[06:38:16] [Server thread/INFO] [Mariculture]: Forestry Plugin Finished Loading
[06:38:16] [Server thread/INFO] [Mariculture]: Thaumcraft Plugin Finished Loading
[06:38:16] [Server thread/INFO] [Mariculture]: BiomesOPlenty Plugin Finished Loading
[06:38:16] [Server thread/INFO] [Mariculture]: Enchiridion Plugin Finished Loading
[06:38:16] [Server thread/INFO] [Mariculture]: BloodMagic Plugin Finished Loading
[06:38:16] [Server thread/INFO] [Mariculture]: OpenBlocks Plugin Finished Loading
[06:38:16] [Server thread/INFO] [Mariculture]: Waila Plugin Finished Loading
[06:38:16] [Server thread/INFO] [Mariculture]: ThermalFoundation Plugin Finished Loading
[06:38:16] [Server thread/INFO] [Mariculture]: RedstoneArsenal Plugin Finished Loading
[06:38:16] [Server thread/INFO] [Mariculture]: ModdedTweaks Plugin Finished Loading
[06:38:16] [Server thread/INFO] [Mekanism]: Hooked into IC2 successfully.
[06:38:16] [Server thread/INFO] [Mekanism]: Hooked into BuildCraft successfully.
[06:38:17] [Server thread/INFO] [Mekanism]: Finished loading Cardboard Box blacklist (loaded 0 entries)
[06:38:17] [Thread-25/WARN] [FML]: Version check Failed: Server returned HTTP response code: 509 for URL: https://dl.dropboxusercontent.com/u/8609213/MagicBees/version.info
[06:38:21] [Server thread/INFO] [Mekanism]: Hooking complete.
[06:38:21] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreRuby, id=1xtile.projectred.exploration.ore@0 meta=0
[06:38:21] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: oreSapphire, id=1xtile.projectred.exploration.ore@1 meta=1
[06:38:21] [Server thread/INFO] [Railcraft]: Automation Module: Ore Detected, adding to blocks Tunnel Bore can mine: orePeridot, id=1xtile.projectred.exploration.ore@2 meta=2
java.lang.ClassCastException: thaumcraft.common.blocks.BlockManaPod cannot be cast to net.minecraft.block.IGrowable
        at powercrystals.minefactoryreloaded.modhelpers.thaumcraft.Thaumcraft.load(Thaumcraft.java:113)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
        at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
        at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:318)
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
[06:38:21] [Server thread/INFO] [OpenMods]: openmods.integration.Integration.loadModules(Integration.java:32): Condition no met for integration module 'OpenBlocks adapters for OpenPeripheral', not loading
[06:38:21] [Server thread/INFO] [OpenMods]: openmods.integration.Integration.loadModules(Integration.java:32): Condition no met for integration module 'OpenBlocks turtles for CC1.6', not loading
[06:38:21] [Server thread/INFO] [OpenMods]: openmods.integration.Integration.loadModules(Integration.java:30): Loaded integration module 'BuildCraft pipes'
[06:38:22] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings fly to class biomesoplenty.common.entities.EntityBird
[06:38:22] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings hostile to class biomesoplenty.common.entities.EntityGlob
[06:38:22] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings climb, hostile to class biomesoplenty.common.entities.EntityJungleSpider
[06:38:22] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings float, hostile to class biomesoplenty.common.entities.EntityPhantom
[06:38:22] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings fly to class biomesoplenty.common.entities.EntityPixie
[06:38:22] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings float to class biomesoplenty.common.entities.EntityRosester
[06:38:22] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings fly, hostile to class biomesoplenty.common.entities.EntityWasp
[06:38:22] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings fly to class com.emoniph.witchery.entity.EntityOwl
SGCraft: Registering NaquadahOreWorldGen
[06:38:22] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings hostile to class com.emoniph.witchery.entity.EntityBabaYaga
[06:38:22] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings fly to class com.emoniph.witchery.entity.EntityBroom
[06:38:22] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings hostile to class com.emoniph.witchery.entity.EntityCorpse
[06:38:22] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings hostile to class com.emoniph.witchery.entity.EntityDemon
[06:38:22] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings hostile to class com.emoniph.witchery.entity.EntityEnt
[06:38:22] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings fly, hostile to class com.emoniph.witchery.entity.EntityNightmare
[06:38:22] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings fallNegate to class com.emoniph.witchery.entity.EntityToad
[06:38:22] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings hostile to class com.emoniph.witchery.entity.EntityTreefyd
[06:38:22] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings hostile to class com.emoniph.witchery.entity.EntityParasyticLouse
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'2'
TEXT IS: false'1B'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'2'
TEXT IS: false'1'
TEXT IS: false'2'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'2'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'1'
TEXT IS: false'2'
[06:38:23] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings swim to class thaumcraft.common.entities.golems.EntityGolemBase
[06:38:23] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings sunburn, hostile to class thaumcraft.common.entities.monster.EntityBrainyZombie
[06:38:23] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings fireImmunity, waterAllergy, fly, hostile to class thaumcraft.common.entities.monster.EntityFireBat
[06:38:23] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings sunburn, hostile to class thaumcraft.common.entities.monster.EntityGiantBrainyZombie
[06:38:23] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings float, hostile to class thaumcraft.common.entities.monster.EntityTaintChicken
[06:38:23] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings fly, hostile to class thaumcraft.common.entities.monster.EntityWisp
[06:38:23] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings fly, hostile to class thaumcraft.common.entities.monster.EntityTaintSwarm
[06:38:23] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings fly, hostile to class twilightforest.entity.EntityTFDeathTome
[06:38:23] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings fireImmunity, hostile to class twilightforest.entity.EntityTFFireBeetle
[06:38:23] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings climb, hostile to class twilightforest.entity.EntityTFHedgeSpider
[06:38:23] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings fly, hostile to class twilightforest.entity.EntityTFMiniGhast
[06:38:23] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings fly, hostile to class twilightforest.entity.EntityTFMosquitoSwarm
[06:38:23] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings hostile to class twilightforest.entity.EntityTFPinchBeetle
[06:38:23] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings climb, hostile to class twilightforest.entity.EntityTFSwarmSpider
[06:38:23] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings fly to class twilightforest.entity.passive.EntityTFMobileFirefly
[06:38:23] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings fly to class twilightforest.entity.passive.EntityTFRaven
[06:38:23] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Adding ability mappings fly to class twilightforest.entity.passive.EntityTFTinyBird
[06:38:23] [Server thread/INFO] [denseores]: Dense Ores is fully loaded but sadly it cannot tell you the unlocalized name for dirt.
[06:38:23] [Server thread/INFO] [IguanaTweaksTConstruct]: Modifying TConstruct materials
[06:38:23] [Server thread/ERROR] [IguanaTweaksTConstruct]: Could not find material for modification: Nether Quartz
[06:38:23] [Server thread/INFO] [IguanaTweaksTConstruct]: Finished modifying TConstruct materials
[06:38:23] [Server thread/INFO] [IguanaTweaksTConstruct]: Modifying HarvestLevel of blocks and items
[06:38:23] [Morph Online Resource Thread/INFO] [Morph]: [0.9.0] Found and mapped ability mappings for 24 presumably Minecraft mobs.
[06:38:23] [Server thread/WARN] [PulseManager-IguanaTweaksTConstruct]: Caught exception in findAndInvokeHandlers: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at mantle.pulsar.control.PulseManager.findAndInvokeHandlers(PulseManager.java:235)
        at mantle.pulsar.control.PulseManager.postInit(PulseManager.java:214)
        at iguanaman.iguanatweakstconstruct.IguanaTweaksTConstruct.postInit(IguanaTweaksTConstruct.java:117)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
        at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
        at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:318)
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 32767
        at net.minecraft.block.Block.getHarvestLevel(Block.java:2204)
        at iguanaman.iguanatweakstconstruct.harvestlevels.HarvestLevelTweaks.modifyBlock(HarvestLevelTweaks.java:93)
        at iguanaman.iguanatweakstconstruct.harvestlevels.HarvestLevelTweaks.modifyOredictBlock(HarvestLevelTweaks.java:85)
        at iguanaman.iguanatweakstconstruct.harvestlevels.HarvestLevelTweaks.modifyOredictBlocks(HarvestLevelTweaks.java:73)
        at iguanaman.iguanatweakstconstruct.harvestlevels.HarvestLevelTweaks.modifyHarvestLevels(HarvestLevelTweaks.java:29)
        at iguanaman.iguanatweakstconstruct.harvestlevels.IguanaHarvestLevelTweaks.postInit(IguanaHarvestLevelTweaks.java:47)
        ... 38 more
[06:38:23] [Server thread/INFO] [IguanaTweaksTConstruct]: Removing Flint drops from Gravel
[06:38:23] [Server thread/INFO] [IguanaTweaksTConstruct]: Adding shapeless Flint recipe from 3 Gravel
[06:38:23] [Server thread/INFO] [IguanaTweaksTConstruct]: Register String binding
[06:38:23] [Server thread/INFO] [IguanaTweaksTConstruct]: Burn casting materials to a crisp
[06:38:23] [Server thread/INFO] [IguanaTweaksTConstruct]: Registering reusable tool parts
[06:38:23] [Server thread/INFO] [IguanaTweaksTConstruct]: Disabling tinkers stone tools
[06:38:23] [Server thread/INFO] [IguanaTweaksTConstruct]: Setting up whitelist/blacklist for allowed tools
[06:38:23] [Server thread/INFO] [IguanaTweaksTConstruct]: Sticks and stones may break my bones, but your pickaxes and axes will break no blocks.
[06:38:23] [Server thread/INFO] [IguanaTweaksTConstruct]: Making Silky Cloth more expensive
[06:38:23] [Server thread/INFO] [IguanaTweaksTConstruct]: Loading tool pattern combinations
[06:38:23] [Server thread/INFO] [IguanaTweaksTConstruct]: Loading tool casting combinations
[06:38:23] [Server thread/INFO] [IguanaTweaksTConstruct]: Applying Tool Part restrictions
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! biomesoplenty.common.recipes.BiomeEssenceRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! openblocks.common.recipe.CrayonMixingRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! openblocks.common.recipe.CrayonGlassesRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! openblocks.common.recipe.MapCloneRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! openblocks.common.recipe.MapResizeRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! openblocks.common.recipe.GoldenEyeRechargeRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! pneumaticCraft.common.recipes.RecipeGun Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! pneumaticCraft.common.recipes.RecipePneumaticHelmet Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! pneumaticCraft.common.recipes.RecipeManometer Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! vswe.stevescarts.Helpers.ShapedRecipes2 Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! tmechworks.common.SpoolRepairRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! com.emoniph.witchery.crafting.RecipeAttachTaglock Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! appeng.recipes.game.DisassembleRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! codechicken.enderstorage.common.EnderStorageRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! tconstruct.library.crafting.ShapelessToolRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! flaxbeard.steamcraft.handler.CanisterHandler Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! thaumic.tinkerer.common.item.SpellClothRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! com.pahimar.ee3.item.crafting.RecipesAlchemicalBagDyes Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! binnie.extratrees.block.decor.NBTShapedRecipes Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! thaumcraft.common.items.armor.RecipesRobeArmorDyes Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! thaumcraft.common.items.armor.RecipesVoidRobeArmorDyes Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! vswe.stevesfactory.blocks.ClusterRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [FML]:   Unknown recipe class! mrtjp.projectred.core.ShapelessOreNBTRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[06:38:23] [Server thread/INFO] [CoFHWorld]: Reading world generation info from: /home/minecraft/config/cofh/world/ThermalExpansion-Ores.json:
Aug 28, 2014 6:38:23 AM mods.immibis.chunkloader.porting.ChunkLoadInterface132 <init>
INFO: Bypassed Forge chunk limits
[06:38:23] [Server thread/INFO] [ThermalFoundation]: [Whitelist] Reading established Whitelist from file.
[06:38:29] [Server thread/INFO] [ThermalExpansion]: Load Complete.
[06:38:29] [Server thread/INFO] [MineFactoryReloaded]: Load Complete.
logWood : 1xtile.log@32767
logWood : 1xtile.log@32767
logWood : 1xtile.logs1@0
logWood : 1xtile.logs2@0
logWood : 1xtile.logs3@0
logWood : 1xtile.logs4@0
logWood : 1xtile.logs1@1
logWood : 1xtile.logs2@1
logWood : 1xtile.logs3@1
logWood : 1xtile.logs4@1
logWood : 1xtile.logs1@2
logWood : 1xtile.logs2@2
logWood : 1xtile.logs3@2
logWood : 1xtile.logs4@2
logWood : 1xtile.logs1@3
logWood : 1xtile.logs2@3
logWood : 1xtile.logs3@3
logWood : 1xtile.for.log1@32767
logWood : 1xtile.for.log2@32767
logWood : 1xtile.for.log3@32767
logWood : 1xtile.for.log4@32767
logWood : 1xtile.for.log5@32767
logWood : 1xtile.for.log6@32767
logWood : 1xtile.for.log7@32767
logWood : 1xtile.log@0
logWood : 1xtile.log@1
logWood : 1xtile.log@2
logWood : 1xtile.log@3
logWood : 1xtile.log@4
logWood : 1xtile.log@5
logWood : 1xtile.log@6
logWood : 1xtile.log@7
logWood : 1xtile.log@8
logWood : 1xtile.log@9
logWood : 1xtile.log@10
logWood : 1xtile.log@11
logWood : 1xtile.log@12
logWood : 1xtile.log@13
logWood : 1xtile.log@14
logWood : 1xtile.log@15
logWood : 1xtile.log@16
logWood : 1xtile.log@17
logWood : 1xtile.log@18
logWood : 1xtile.log@19
logWood : 1xtile.log@20
logWood : 1xtile.log@21
logWood : 1xtile.log@22
logWood : 1xtile.log@23
logWood : 1xtile.log@24
logWood : 1xtile.log@25
logWood : 1xtile.log@26
logWood : 1xtile.log@27
logWood : 1xtile.log@28
logWood : 1xtile.log@29
logWood : 1xtile.log@30
logWood : 1xtile.log@31
logWood : 1xtile.log@32
logWood : 1xtile.log@33
logWood : 1xtile.log@34
logWood : 1xtile.log@35
logWood : 1xtile.log@36
logWood : 1xtile.log@37
logWood : 1xtile.log@38
logWood : 1xtile.log@39
logWood : 1xtile.blockMagicalLog@0
logWood : 1xtile.blockMagicalLog@1
logWood : 1xtile.witchery:witchlog@32767
logWood : 1xtile.TFLog@32767
logWood : 1xtile.TFMagicLog@32767
plankWood : 1xtile.wood@32767
plankWood : 1xtile.planks@32767
plankWood : 1xtile.for.planks@32767
plankWood : 1xtile.for.planks2@32767
plankWood : 1xtile.planks@0
plankWood : 1xtile.planks@1
plankWood : 1xtile.planks@2
plankWood : 1xtile.planks@3
plankWood : 1xtile.planks@4
plankWood : 1xtile.planks@5
plankWood : 1xtile.planks@6
plankWood : 1xtile.planks@7
plankWood : 1xtile.planks@8
plankWood : 1xtile.planks@9
plankWood : 1xtile.planks@10
plankWood : 1xtile.planks@11
plankWood : 1xtile.planks@12
plankWood : 1xtile.planks@13
plankWood : 1xtile.planks@14
plankWood : 1xtile.planks@15
plankWood : 1xtile.planks@16
plankWood : 1xtile.planks@17
plankWood : 1xtile.planks@18
plankWood : 1xtile.planks@19
plankWood : 1xtile.planks@20
plankWood : 1xtile.planks@21
plankWood : 1xtile.planks@22
plankWood : 1xtile.planks@23
plankWood : 1xtile.planks@24
plankWood : 1xtile.planks@25
plankWood : 1xtile.planks@26
plankWood : 1xtile.planks@27
plankWood : 1xtile.planks@28
plankWood : 1xtile.planks@29
plankWood : 1xtile.planks@30
plankWood : 1xtile.planks@31
plankWood : 1xtile.planks@32
plankWood : 1xtile.planks@33
plankWood : 1xtile.planks@34
plankWood : 1xtile.blockWoodenDevice@6
plankWood : 1xtile.blockWoodenDevice@7
plankWood : 1xtile.extrautils:colorWoodPlanks@0
plankWood : 1xtile.extrautils:colorWoodPlanks@1
plankWood : 1xtile.extrautils:colorWoodPlanks@2
plankWood : 1xtile.extrautils:colorWoodPlanks@3
plankWood : 1xtile.extrautils:colorWoodPlanks@4
plankWood : 1xtile.extrautils:colorWoodPlanks@5
plankWood : 1xtile.extrautils:colorWoodPlanks@6
plankWood : 1xtile.extrautils:colorWoodPlanks@7
plankWood : 1xtile.extrautils:colorWoodPlanks@8
plankWood : 1xtile.extrautils:colorWoodPlanks@9
plankWood : 1xtile.extrautils:colorWoodPlanks@10
plankWood : 1xtile.extrautils:colorWoodPlanks@11
plankWood : 1xtile.extrautils:colorWoodPlanks@12
plankWood : 1xtile.extrautils:colorWoodPlanks@13
plankWood : 1xtile.extrautils:colorWoodPlanks@14
plankWood : 1xtile.extrautils:colorWoodPlanks@15
plankWood : 1xtile.witchery:witchwood@32767
plankWood : 1xtile.TFTowerStone@32767
slabWood : 1xtile.woodSlab@32767
slabWood : 1xtile.woodenSingleSlab1@32767
slabWood : 1xtile.woodenSingleSlab2@32767
slabWood : 1xtile.for.slabs1@32767
slabWood : 1xtile.for.slabs2@32767
slabWood : 1xtile.for.slabs3@32767
stairWood : 1xtile.stairsWood@0
stairWood : 1xtile.stairsWoodSpruce@0
stairWood : 1xtile.stairsWoodBirch@0
stairWood : 1xtile.stairsWoodJungle@0
stairWood : 1xtile.stairsWoodAcacia@0
stairWood : 1xtile.stairsWoodDarkOak@0
stairWood : 1xtile.redwoodStairs@0
stairWood : 1xtile.willowStairs@0
stairWood : 1xtile.sacredoakStairs@0
stairWood : 1xtile.firStairs@0
stairWood : 1xtile.cherryStairs@0
stairWood : 1xtile.darkStairs@0
stairWood : 1xtile.magicStairs@0
stairWood : 1xtile.palmStairs@0
stairWood : 1xtile.mangroveStairs@0
stairWood : 1xtile.etherealStairs@0
stairWood : 1xtile.pineStairs@0
stairWood : 1xtile.hellBarkStairs@0
stairWood : 1xtile.jacarandaStairs@0
stairWood : 1xtile.mahoganyStairs@0
stairWood : 1xtile.witchery:stairswoodalder@32767
stairWood : 1xtile.witchery:stairswoodhawthorn@32767
stairWood : 1xtile.witchery:stairswoodrowan@32767
stickWood : 1xitem.stick@0
stickWood : 1xtile.bamboo@0
stickWood : 1xtile.plants@8
treeSapling : 1xtile.sapling@32767
treeSapling : 1xtile.saplings@32767
treeSapling : 1xtile.colorizedSaplings@32767
treeSapling : 1xic2.blockRubSapling@32767
treeSapling : 1xitem.for.sapling@0
treeSapling : 1xtile.witchery:witchsapling@32767
treeSapling : 1xtile.TFSapling@32767
treeLeaves : 1xtile.leaves@32767
treeLeaves : 1xtile.leaves@32767
treeLeaves : 1xtile.colorizedLeaves1@32767
treeLeaves : 1xtile.colorizedLeaves2@32767
treeLeaves : 1xtile.leaves1@32767
treeLeaves : 1xtile.leaves2@32767
treeLeaves : 1xtile.leaves3@32767
treeLeaves : 1xtile.leaves4@32767
treeLeaves : 1xtile.appleLeaves@32767
treeLeaves : 1xtile.persimmonLeaves@32767
treeLeaves : 1xic2.blockRubLeaves@32767
treeLeaves : 1xtile.witchery:witchleaves@32767
treeLeaves : 1xtile.TFLeaves@32767
treeLeaves : 1xtile.TFMagicLeaves@32767
oreGold : 1xtile.oreGold@0
oreGold : 1xtile.tconstruct.gravelore@1
oreIron : 1xtile.oreIron@0
oreIron : 1xtile.tconstruct.gravelore@0
oreLapis : 1xtile.oreLapis@0
oreLapis : 1xtile.railcraft.ore@4
oreDiamond : 1xtile.oreDiamond@0
oreDiamond : 1xtile.railcraft.ore@2
oreRedstone : 1xtile.oreRedstone@0
oreEmerald : 1xtile.oreEmerald@0
oreEmerald : 1xtile.railcraft.ore@3
oreQuartz : 1xtile.netherquartz@0
oreCoal : 1xtile.oreCoal@0
blockGold : 1xtile.blockGold@0
blockIron : 1xtile.blockIron@0
blockLapis : 1xtile.blockLapis@0
blockLapis : 1xtile.extrautils:color_blockLapis@0
blockLapis : 1xtile.extrautils:color_blockLapis@1
blockLapis : 1xtile.extrautils:color_blockLapis@2
blockLapis : 1xtile.extrautils:color_blockLapis@3
blockLapis : 1xtile.extrautils:color_blockLapis@4
blockLapis : 1xtile.extrautils:color_blockLapis@5
blockLapis : 1xtile.extrautils:color_blockLapis@6
blockLapis : 1xtile.extrautils:color_blockLapis@7
blockLapis : 1xtile.extrautils:color_blockLapis@8
blockLapis : 1xtile.extrautils:color_blockLapis@9
blockLapis : 1xtile.extrautils:color_blockLapis@10
blockLapis : 1xtile.extrautils:color_blockLapis@11
blockLapis : 1xtile.extrautils:color_blockLapis@12
blockLapis : 1xtile.extrautils:color_blockLapis@13
blockLapis : 1xtile.extrautils:color_blockLapis@14
blockLapis : 1xtile.extrautils:color_blockLapis@15
blockDiamond : 1xtile.blockDiamond@0
blockRedstone : 1xtile.blockRedstone@0
blockRedstone : 1xtile.extrautils:color_blockRedstone@0
blockRedstone : 1xtile.extrautils:color_blockRedstone@1
blockRedstone : 1xtile.extrautils:color_blockRedstone@2
blockRedstone : 1xtile.extrautils:color_blockRedstone@3
blockRedstone : 1xtile.extrautils:color_blockRedstone@4
blockRedstone : 1xtile.extrautils:color_blockRedstone@5
blockRedstone : 1xtile.extrautils:color_blockRedstone@6
blockRedstone : 1xtile.extrautils:color_blockRedstone@7
blockRedstone : 1xtile.extrautils:color_blockRedstone@8
blockRedstone : 1xtile.extrautils:color_blockRedstone@9
blockRedstone : 1xtile.extrautils:color_blockRedstone@10
blockRedstone : 1xtile.extrautils:color_blockRedstone@11
blockRedstone : 1xtile.extrautils:color_blockRedstone@12
blockRedstone : 1xtile.extrautils:color_blockRedstone@13
blockRedstone : 1xtile.extrautils:color_blockRedstone@14
blockRedstone : 1xtile.extrautils:color_blockRedstone@15
blockEmerald : 1xtile.blockEmerald@0
blockQuartz : 1xtile.quartzBlock@0
blockQuartz : 1xtile.ganysnether.colouredQuartzBlock@32767
blockCoal : 1xtile.blockCoal@0
blockCoal : 1xtile.extrautils:color_blockCoal@0
blockCoal : 1xtile.extrautils:color_blockCoal@1
blockCoal : 1xtile.extrautils:color_blockCoal@2
blockCoal : 1xtile.extrautils:color_blockCoal@3
blockCoal : 1xtile.extrautils:color_blockCoal@4
blockCoal : 1xtile.extrautils:color_blockCoal@5
blockCoal : 1xtile.extrautils:color_blockCoal@6
blockCoal : 1xtile.extrautils:color_blockCoal@7
blockCoal : 1xtile.extrautils:color_blockCoal@8
blockCoal : 1xtile.extrautils:color_blockCoal@9
blockCoal : 1xtile.extrautils:color_blockCoal@10
blockCoal : 1xtile.extrautils:color_blockCoal@11
blockCoal : 1xtile.extrautils:color_blockCoal@12
blockCoal : 1xtile.extrautils:color_blockCoal@13
blockCoal : 1xtile.extrautils:color_blockCoal@14
blockCoal : 1xtile.extrautils:color_blockCoal@15
blockGlassColorless : 1xtile.glass@0
blockGlass : 1xtile.glass@0
blockGlass : 1xtile.stainedGlass@32767
blockGlass : 1xtile.mfr.stainedglass.block@32767
blockGlass : 1xtile.extrautils:decorativeBlock2@0
blockGlass : 1xtile.extrautils:decorativeBlock2@1
blockGlass : 1xtile.extrautils:decorativeBlock2@2
blockGlass : 1xtile.extrautils:decorativeBlock2@3
blockGlass : 1xtile.extrautils:decorativeBlock2@6
blockGlass : 1xtile.extrautils:decorativeBlock2@9
blockGlass : 1xtile.ganysnether.soulGlass@32767
blockGlass : 1xtile.blockFusedQuartz@1
blockGlass : 1xtile.GlassBlock@0
paneGlassColorless : 1xtile.thinGlass@0
paneGlass : 1xtile.thinGlass@0
paneGlass : 1xtile.thinStainedGlass@32767
paneGlass : 1xtile.mfr.stainedglass.pane@32767
paneGlass : 1xtile.ganysnether.soulGlassPane0@0
paneGlass : 1xtile.ganysnether.soulGlassPane1@0
ingotIron : 1xitem.ingotIron@0
ingotGold : 1xitem.ingotGold@0
ingotBrick : 1xitem.brick@0
ingotBrickNether : 1xitem.netherbrick@0
nuggetGold : 1xitem.goldNugget@0
nuggetGold : 1xitem.oreberry@1
gemDiamond : 1xitem.diamond@0
gemDiamond : 1xic2.itemPartIndustrialDiamond@0
gemEmerald : 1xitem.emerald@0
gemQuartz : 1xitem.netherquartz@0
dustRedstone : 1xitem.redstone@0
dustRedstone : 1xitem.ganyssurface.colouredRedstone@32767
dustGlowstone : 1xitem.yellowDust@0
gemLapis : 1xitem.dyePowder@4
slimeball : 1xitem.slimeball@0
slimeball : 1xitem.mfr.pinkslimeball@0
slimeball : 1xitem.tconstruct.strangefood@0
slimeball : 1xitem.tconstruct.strangefood@1
slimeball : 1xitem.tconstruct.Materials@36
glowstone : 1xtile.lightgem@0
glowstone : 1xtile.extrautils:color_lightgem@0
glowstone : 1xtile.extrautils:color_lightgem@1
glowstone : 1xtile.extrautils:color_lightgem@2
glowstone : 1xtile.extrautils:color_lightgem@3
glowstone : 1xtile.extrautils:color_lightgem@4
glowstone : 1xtile.extrautils:color_lightgem@5
glowstone : 1xtile.extrautils:color_lightgem@6
glowstone : 1xtile.extrautils:color_lightgem@7
glowstone : 1xtile.extrautils:color_lightgem@8
glowstone : 1xtile.extrautils:color_lightgem@9
glowstone : 1xtile.extrautils:color_lightgem@10
glowstone : 1xtile.extrautils:color_lightgem@11
glowstone : 1xtile.extrautils:color_lightgem@12
glowstone : 1xtile.extrautils:color_lightgem@13
glowstone : 1xtile.extrautils:color_lightgem@14
glowstone : 1xtile.extrautils:color_lightgem@15
cropWheat : 1xitem.wheat@0
cropPotato : 1xitem.potato@0
cropCarrot : 1xitem.carrots@0
stone : 1xtile.stone@0
stone : 1xtile.mfr.decorativestone@0
stone : 1xtile.mfr.decorativestone@1
stone : 1xtile.extrautils:color_stone@0
stone : 1xtile.extrautils:color_stone@1
stone : 1xtile.extrautils:color_stone@2
stone : 1xtile.extrautils:color_stone@3
stone : 1xtile.extrautils:color_stone@4
stone : 1xtile.extrautils:color_stone@5
stone : 1xtile.extrautils:color_stone@6
stone : 1xtile.extrautils:color_stone@7
stone : 1xtile.extrautils:color_stone@8
stone : 1xtile.extrautils:color_stone@9
stone : 1xtile.extrautils:color_stone@10
stone : 1xtile.extrautils:color_stone@11
stone : 1xtile.extrautils:color_stone@12
stone : 1xtile.extrautils:color_stone@13
stone : 1xtile.extrautils:color_stone@14
stone : 1xtile.extrautils:color_stone@15
cobblestone : 1xtile.stonebrick@0
cobblestone : 1xtile.mfr.decorativestone@2
cobblestone : 1xtile.mfr.decorativestone@3
cobblestone : 1xtile.extrautils:color_stonebrick@0
cobblestone : 1xtile.extrautils:color_stonebrick@1
cobblestone : 1xtile.extrautils:color_stonebrick@2
cobblestone : 1xtile.extrautils:color_stonebrick@3
cobblestone : 1xtile.extrautils:color_stonebrick@4
cobblestone : 1xtile.extrautils:color_stonebrick@5
cobblestone : 1xtile.extrautils:color_stonebrick@6
cobblestone : 1xtile.extrautils:color_stonebrick@7
cobblestone : 1xtile.extrautils:color_stonebrick@8
cobblestone : 1xtile.extrautils:color_stonebrick@9
cobblestone : 1xtile.extrautils:color_stonebrick@10
cobblestone : 1xtile.extrautils:color_stonebrick@11
cobblestone : 1xtile.extrautils:color_stonebrick@12
cobblestone : 1xtile.extrautils:color_stonebrick@13
cobblestone : 1xtile.extrautils:color_stonebrick@14
cobblestone : 1xtile.extrautils:color_stonebrick@15
sandstone : 1xtile.sandStone@32767
dye : 1xitem.dyePowder@32767
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
record : 1xitem.record@0
dyeBlack : 1xitem.dyePowder@0
dyeBlack : 1xitem.misc@9
dyeBlack : 1xitem.dye@15
dyeBlack : 1xitem.FMResource@1
dyeBlack : 1xitem.misc@24
blockGlassBlack : 1xtile.stainedGlass@15
blockGlassBlack : 1xtile.mfr.stainedglass.block@15
paneGlassBlack : 1xtile.thinStainedGlass@15
paneGlassBlack : 1xtile.mfr.stainedglass.pane@15
dyeRed : 1xitem.dyePowder@1
dyeRed : 1xitem.dye@14
dyeRed : 1xitem.materials@31
dyeRed : 1xitem.misc@19
blockGlassRed : 1xtile.stainedGlass@14
blockGlassRed : 1xtile.mfr.stainedglass.block@14
paneGlassRed : 1xtile.thinStainedGlass@14
paneGlassRed : 1xtile.mfr.stainedglass.pane@14
dyeGreen : 1xitem.dyePowder@2
dyeGreen : 1xitem.misc@7
dyeGreen : 1xitem.dye@13
dyeGreen : 1xitem.materials@29
dyeGreen : 1xitem.misc@22
blockGlassGreen : 1xtile.stainedGlass@13
blockGlassGreen : 1xtile.mfr.stainedglass.block@13
paneGlassGreen : 1xtile.thinStainedGlass@13
paneGlassGreen : 1xtile.mfr.stainedglass.pane@13
dyeBrown : 1xitem.dyePowder@3
dyeBrown : 1xitem.misc@6
dyeBrown : 1xitem.dye@12
dyeBrown : 1xitem.mfr.fertilizer@0
dyeBrown : 1xitem.materials@32
dyeBrown : 1xitem.misc@25
blockGlassBrown : 1xtile.stainedGlass@12
blockGlassBrown : 1xtile.mfr.stainedglass.block@12
blockGlassBrown : 1xtile.ganysnether.soulGlass@32767
paneGlassBrown : 1xtile.thinStainedGlass@12
paneGlassBrown : 1xtile.mfr.stainedglass.pane@12
paneGlassBrown : 1xtile.ganysnether.soulGlassPane0@0
paneGlassBrown : 1xtile.ganysnether.soulGlassPane1@0
dyeBlue : 1xitem.dyePowder@4
dyeBlue : 1xitem.misc@5
dyeBlue : 1xitem.dye@11
dyeBlue : 1xitem.materials@28
dyeBlue : 1xitem.misc@21
blockGlassBlue : 1xtile.stainedGlass@11
blockGlassBlue : 1xtile.mfr.stainedglass.block@11
paneGlassBlue : 1xtile.thinStainedGlass@11
paneGlassBlue : 1xtile.mfr.stainedglass.pane@11
dyePurple : 1xitem.dyePowder@5
dyePurple : 1xitem.dye@10
blockGlassPurple : 1xtile.stainedGlass@10
blockGlassPurple : 1xtile.mfr.stainedglass.block@10
paneGlassPurple : 1xtile.thinStainedGlass@10
paneGlassPurple : 1xtile.mfr.stainedglass.pane@10
dyeCyan : 1xitem.dyePowder@6
dyeCyan : 1xitem.dye@9
blockGlassCyan : 1xtile.stainedGlass@9
blockGlassCyan : 1xtile.mfr.stainedglass.block@9
paneGlassCyan : 1xtile.thinStainedGlass@9
paneGlassCyan : 1xtile.mfr.stainedglass.pane@9
dyeLightGray : 1xitem.dyePowder@7
dyeLightGray : 1xitem.dye@8
blockGlassLightGray : 1xtile.stainedGlass@8
blockGlassLightGray : 1xtile.mfr.stainedglass.block@8
paneGlassLightGray : 1xtile.thinStainedGlass@8
paneGlassLightGray : 1xtile.mfr.stainedglass.pane@8
dyeGray : 1xitem.dyePowder@8
dyeGray : 1xitem.dye@7
blockGlassGray : 1xtile.stainedGlass@7
blockGlassGray : 1xtile.mfr.stainedglass.block@7
paneGlassGray : 1xtile.thinStainedGlass@7
paneGlassGray : 1xtile.mfr.stainedglass.pane@7
dyePink : 1xitem.dyePowder@9
dyePink : 1xitem.dye@6
blockGlassPink : 1xtile.stainedGlass@6
blockGlassPink : 1xtile.mfr.stainedglass.block@6
paneGlassPink : 1xtile.thinStainedGlass@6
paneGlassPink : 1xtile.mfr.stainedglass.pane@6
dyeLime : 1xitem.dyePowder@10
dyeLime : 1xitem.dye@5
blockGlassLime : 1xtile.stainedGlass@5
blockGlassLime : 1xtile.mfr.stainedglass.block@5
paneGlassLime : 1xtile.thinStainedGlass@5
paneGlassLime : 1xtile.mfr.stainedglass.pane@5
dyeYellow : 1xitem.dyePowder@11
dyeYellow : 1xitem.dye@4
dyeYellow : 1xitem.materials@30
dyeYellow : 1xitem.misc@20
blockGlassYellow : 1xtile.stainedGlass@4
blockGlassYellow : 1xtile.mfr.stainedglass.block@4
paneGlassYellow : 1xtile.thinStainedGlass@4
paneGlassYellow : 1xtile.mfr.stainedglass.pane@4
dyeLightBlue : 1xitem.dyePowder@12
dyeLightBlue : 1xitem.dye@3
blockGlassLightBlue : 1xtile.stainedGlass@3
blockGlassLightBlue : 1xtile.mfr.stainedglass.block@3
paneGlassLightBlue : 1xtile.thinStainedGlass@3
paneGlassLightBlue : 1xtile.mfr.stainedglass.pane@3
dyeMagenta : 1xitem.dyePowder@13
dyeMagenta : 1xitem.dye@2
blockGlassMagenta : 1xtile.stainedGlass@2
blockGlassMagenta : 1xtile.mfr.stainedglass.block@2
paneGlassMagenta : 1xtile.thinStainedGlass@2
paneGlassMagenta : 1xtile.mfr.stainedglass.pane@2
dyeOrange : 1xitem.dyePowder@14
dyeOrange : 1xitem.dye@1
blockGlassOrange : 1xtile.stainedGlass@1
blockGlassOrange : 1xtile.mfr.stainedglass.block@1
paneGlassOrange : 1xtile.thinStainedGlass@1
paneGlassOrange : 1xtile.mfr.stainedglass.pane@1
dyeWhite : 1xitem.dyePowder@15
dyeWhite : 1xitem.misc@8
dyeWhite : 1xitem.dye@0
dyeWhite : 1xitem.materials@27
dyeWhite : 1xitem.misc@23
blockGlassWhite : 1xtile.stainedGlass@0
blockGlassWhite : 1xtile.mfr.stainedglass.block@0
paneGlassWhite : 1xtile.thinStainedGlass@0
paneGlassWhite : 1xtile.mfr.stainedglass.pane@0
oreCertusQuartz : 1xtile.appliedenergistics2.OreQuartz@0
oreCertusQuartz : 1xtile.appliedenergistics2.OreQuartzCharged@0
nuggetIron : 1xitem.ItemNugget@0
nuggetIron : 1xitem.thermalfoundation.material@8
nuggetIron : 1xitem.steamcraft:nugget@2
nuggetIron : 1xitem.ganysnether.ironNugget@0
nuggetIron : 1xitem.railcraft.nugget@0
nuggetIron : 1xitem.beeNugget@0
nuggetIron : 1xitem.materials@33
nuggetIron : 1xitem.tconstruct.Materials@19
nuggetIron : 1xitem.oreberry@0
blockMeatRaw : 1xtile.flesh@0
blockMeatRaw : 1xtile.mfr.decorativebrick@12
gemRuby : 1xitem.gems@1
gemRuby : 1xitem.projectred.core.part@37
gemPeridot : 1xitem.gems@2
gemPeridot : 1xitem.projectred.core.part@39
gemTopaz : 1xitem.gems@3
gemTanzanite : 1xitem.gems@4
gemMalachite : 1xitem.gems@5
gemSapphire : 1xitem.gems@6
gemSapphire : 1xitem.projectred.core.part@38
gemAmber : 1xitem.gems@7
gemAmber : 1xitem.ItemResource@6
oreRuby : 1xtile.gemOre@2
oreRuby : 1xtile.projectred.exploration.ore@0
oreTopaz : 1xtile.gemOre@6
orePeridot : 1xtile.gemOre@4
orePeridot : 1xtile.projectred.exploration.ore@2
oreTanzanite : 1xtile.gemOre@8
oreMalachite : 1xtile.gemOre@10
oreSapphire : 1xtile.gemOre@12
oreSapphire : 1xtile.projectred.exploration.ore@1
oreAmber : 1xtile.gemOre@14
oreAmber : 1xtile.blockCustomOre@7
dustLapis : 1xic2.itemDust@12
dustObsidian : 8xic2.itemDust@11
dustObsidian : 8xitem.thermalfoundation.material@4
dustObsidian : 8xitem.railcraft.dust@0
dustObsidian : 8xitem.null@6
plateIron : 1xic2.itemPlates@4
plateIron : 1xitem.sharedItem@7687
plateGold : 1xic2.itemPlates@3
plateGold : 1xitem.sharedItem@7688
plateLead : 1xic2.itemPlates@6
plateLead : 1xitem.sharedItem@7689
plateBronze : 1xic2.itemPlates@2
plateTin : 1xic2.itemPlates@1
plateCopper : 1xic2.itemPlates@0
plateCopper : 1xitem.sharedItem@7686
plateLapis : 1xic2.itemPlates@8
plateObsidian : 1xic2.itemPlates@7
plateSteel : 1xic2.itemPlates@5
ingotBronze : 1xic2.itemIngot@2
ingotBronze : 1xitem.for.ingotBronze@0
ingotBronze : 1xitem.thermalfoundation.material@73
ingotBronze : 1xitem.metal.item.Bronze.ingot@0
ingotBronze : 1xitem.tconstruct.Materials@13
ingotBronze : 1xitem.null@2
ingotCopper : 1xic2.itemIngot@0
ingotCopper : 1xitem.for.ingotCopper@0
ingotCopper : 1xitem.thermalfoundation.material@64
ingotCopper : 1xitem.metal.item.Copper.ingot@0
ingotCopper : 1xitem.steamcraft:ingot@0
ingotCopper : 1xitem.ingotCopper@0
ingotCopper : 1xitem.railcraft.ingot@1
ingotCopper : 1xitem.materials@4
ingotCopper : 1xitem.sharedItem@513
ingotCopper : 1xitem.tconstruct.Materials@9
ingotCopper : 1xitem.null@5
ingotSteel : 1xic2.itemIngot@3
ingotSteel : 1xitem.metal.item.Steel.ingot@0
ingotSteel : 1xitem.railcraft.ingot@0
ingotSteel : 1xitem.tconstruct.Materials@16
ingotSteel : 1xitem.null@4
ingotLead : 1xic2.itemIngot@5
ingotLead : 1xitem.thermalfoundation.material@67
ingotLead : 1xitem.factorization:lead_ingot@0
ingotLead : 1xitem.ingotLead@0
ingotLead : 1xitem.sharedItem@516
ingotTin : 1xic2.itemIngot@1
ingotTin : 1xitem.for.ingotTin@0
ingotTin : 1xitem.thermalfoundation.material@65
ingotTin : 1xitem.metal.item.Tin.ingot@0
ingotTin : 1xitem.railcraft.ingot@2
ingotTin : 1xitem.tconstruct.Materials@10
ingotTin : 1xitem.null@6
woodRubber : 1xic2.blockRubWood@32767
woodRubber : 1xtile.mfr.rubberwood.log@0
ingotSilver : 1xic2.itemIngot@6
ingotSilver : 1xitem.thermalfoundation.material@66
ingotSilver : 1xitem.metal.item.Silver.ingot@0
oreCopper : 1xic2.blockOreCopper@0
oreCopper : 1xtile.for.resources@1
oreCopper : 1xtile.thermalfoundation.ore@0
oreCopper : 1xtile.metal.block.base.ore@0
oreCopper : 1xtile.steamcraft:ore@0
oreCopper : 1xtile.oreCopper@0
oreCopper : 1xtile.rocks@1
oreCopper : 1xtile.OreEln@1
oreCopper : 1xtile.tconstruct.stoneore@3
oreCopper : 1xtile.tconstruct.gravelore@2
oreCopper : 1xtile.OreBlock@1
oreLead : 1xic2.blockOreLead@0
oreLead : 1xtile.thermalfoundation.ore@3
oreLead : 1xtile.oreLead@0
oreLead : 1xtile.OreEln@4
oreSilver : 1xtile.thermalfoundation.ore@2
oreSilver : 1xtile.metal.block.precious.ore@1
oreSilver : 1xtile.factorization.ResourceBlock@0
oreTin : 1xic2.blockOreTin@0
oreTin : 1xtile.for.resources@2
oreTin : 1xtile.thermalfoundation.ore@1
oreTin : 1xtile.metal.block.base.ore@1
oreTin : 1xtile.tconstruct.stoneore@4
oreTin : 1xtile.tconstruct.gravelore@3
oreTin : 1xtile.OreBlock@2
oreUranium : 1xic2.blockOreUran@0
dustClay : 1xic2.itemDust@1
crushedCopper : 1xic2.itemCrushedOre@1
crushedTin : 1xic2.itemCrushedOre@3
crushedIron : 1xic2.itemCrushedOre@0
crushedGold : 1xic2.itemCrushedOre@2
crushedUranium : 1xic2.itemCrushedOre@4
crushedLead : 1xic2.itemCrushedOre@6
crushedSilver : 1xic2.itemCrushedOre@5
crushedPurifiedCopper : 1xic2.itemPurifiedCrushedOre@1
crushedPurifiedTin : 1xic2.itemPurifiedCrushedOre@3
crushedPurifiedIron : 1xic2.itemPurifiedCrushedOre@0
crushedPurifiedGold : 1xic2.itemPurifiedCrushedOre@2
crushedPurifiedUranium : 1xic2.itemPurifiedCrushedOre@4
crushedPurifiedLead : 1xic2.itemPurifiedCrushedOre@6
crushedPurifiedSilver : 1xic2.itemPurifiedCrushedOre@5
blockSteel : 1xic2.blockMetal@5
blockSteel : 1xtile.metal.block.base.block@7
blockSteel : 1xtile.railcraft.cube@2
blockSteel : 1xtile.tconstruct.metalblock@9
blockSteel : 1xtile.BasicBlock@5
blockTin : 1xic2.blockMetal@1
blockTin : 1xtile.thermalfoundation.storage@1
blockTin : 1xtile.metal.block.base.block@1
blockTin : 1xtile.tconstruct.metalblock@5
blockTin : 1xtile.BasicBlock@13
blockCopper : 1xic2.blockMetal@0
blockCopper : 1xtile.thermalfoundation.storage@0
blockCopper : 1xtile.metal.block.base.block@0
blockCopper : 1xtile.steamcraft:blockCopper@0
blockCopper : 1xtile.blockCopper@0
blockCopper : 1xtile.metals@0
blockCopper : 1xtile.tconstruct.metalblock@3
blockCopper : 1xtile.BasicBlock@12
blockBronze : 1xic2.blockMetal@2
blockBronze : 1xtile.thermalfoundation.storage@9
blockBronze : 1xtile.metal.block.base.block@3
blockBronze : 1xtile.tconstruct.metalblock@4
blockBronze : 1xtile.BasicBlock@1
blockLead : 1xic2.blockMetal@4
blockLead : 1xtile.thermalfoundation.storage@3
blockLead : 1xtile.factorization.ResourceBlock@2
blockLead : 1xtile.blockLead@0
dustIron : 1xic2.itemDust@5
dustIron : 1xitem.itemPowderIngot@1
dustIron : 1xitem.thermalfoundation.material@0
dustIron : 1xitem.metal.item.vanilla.dust@1
dustIron : 1xitem.sharedItem@578
dustIron : 1xitem.null@0
dustIron : 1xitem.steamcraft:smashedOre@0
dustIron : 1xitem.dust@1
dustStone : 1xic2.itemDust@9
dustBronze : 1xic2.itemDust@0
dustBronze : 1xitem.thermalfoundation.material@41
dustBronze : 1xitem.metal.item.base.dust@3
dustCoal : 1xic2.itemDust@2
dustCoal : 1xitem.itemPowderIngot@0
dustCoal : 1xitem.thermalfoundation.material@2
dustCoal : 1xitem.sharedItem@8
dustCopper : 1xic2.itemDust@3
dustCopper : 1xitem.itemPowderIngot@3
dustCopper : 1xitem.thermalfoundation.material@32
dustCopper : 1xitem.metal.item.base.dust@0
dustCopper : 1xitem.sharedItem@577
dustCopper : 1xitem.null@6
dustCopper : 1xitem.steamcraft:smashedOre@2
dustCopper : 1xitem.dust@3
dustGold : 1xic2.itemDust@4
dustGold : 1xitem.itemPowderIngot@2
dustGold : 1xitem.thermalfoundation.material@1
dustGold : 1xitem.metal.item.vanilla.dust@0
dustGold : 1xitem.sharedItem@7
dustGold : 1xitem.null@1
dustGold : 1xitem.steamcraft:smashedOre@1
dustGold : 1xitem.dust@0
dustSilver : 1xic2.itemDust@6
dustSilver : 1xitem.thermalfoundation.material@34
dustSilver : 1xitem.metal.item.precious.dust@1
dustSilver : 1xitem.null@8
dustSilver : 1xitem.steamcraft:smashedOre@6
dustSilver : 1xitem.dust@8
dustTin : 1xic2.itemDust@7
dustTin : 1xitem.itemPowderIngot@4
dustTin : 1xitem.thermalfoundation.material@33
dustTin : 1xitem.metal.item.base.dust@1
dustTin : 1xitem.null@7
dustTin : 1xitem.steamcraft:smashedOre@4
dustTin : 1xitem.dust@6
dustLead : 1xic2.itemDust@10
dustLead : 1xitem.thermalfoundation.material@35
dustLead : 1xitem.sharedItem@5
dustLead : 1xitem.null@9
dustLead : 1xitem.steamcraft:smashedOre@7
dustLead : 1xitem.dust@4
dustSulfur : 1xic2.itemDust@13
dustSulfur : 1xitem.thermalfoundation.material@16
dustSulfur : 1xitem.metal.item.utility.item@0
dustSulfur : 1xitem.railcraft.dust@1
dustSulfur : 1xitem.null@10
dustLithium : 1xic2.itemDust@14
dustDiamond : 1xic2.itemDust2@1
dustDiamond : 1xitem.null@4
dustSiliconDioxide : 1xic2.itemDust2@0
dustHydratedCoal : 1xic2.itemDust@8
dustAshes : 1xic2.itemDust2@3
dustTinyCopper : 1xic2.itemDustSmall@1
dustTinyCopper : 1xitem.steamcraft:smashedOre@15
dustTinyGold : 1xic2.itemDustSmall@2
dustTinyGold : 1xitem.steamcraft:smashedOre@14
dustTinyIron : 1xic2.itemDustSmall@0
dustTinyIron : 1xitem.steamcraft:smashedOre@13
dustTinySilver : 1xic2.itemDustSmall@4
dustTinyTin : 1xic2.itemDustSmall@3
dustTinyTin : 1xitem.steamcraft:smashedOre@17
dustTinyLead : 1xic2.itemDustSmall@5
dustTinySulfur : 1xic2.itemDustSmall@6
dustTinyLithium : 1xic2.itemDustSmall@7
dustTinyBronze : 1xic2.itemDustSmall@8
dustTinyLapis : 1xic2.itemDustSmall@9
dustTinyObsidian : 1xic2.itemDustSmall@10
itemRubber : 1xic2.itemRubber@0
itemRubber : 1xitem.mfr.rubber.bar@0
itemRubber : 1xitem.sharedItem@4097
plateDenseSteel : 1xic2.itemDensePlates@5
plateDenseIron : 1xic2.itemDensePlates@4
plateDenseGold : 1xic2.itemDensePlates@3
plateDenseCopper : 1xic2.itemDensePlates@0
plateDenseTin : 1xic2.itemDensePlates@1
plateDenseLead : 1xic2.itemDensePlates@6
plateDenseLapis : 1xic2.itemDensePlates@8
plateDenseObsidian : 1xic2.itemDensePlates@7
plateDenseBronze : 1xic2.itemDensePlates@2
blockUranium : 1xic2.blockMetal@3
circuitBasic : 1xic2.itemPartCircuit@0
circuitBasic : 1xitem.null@0
circuitAdvanced : 1xic2.itemPartCircuitAdv@0
circuitAdvanced : 1xitem.null@1
craftingToolForgeHammer : 1xic2.itemToolForgeHammer@32767
craftingToolWireCutter : 1xic2.itemToolCutter@32767
gearWood : 1xitem.woodenGearItem@0
gearStone : 1xitem.stoneGearItem@0
gearStone : 1xitem.itemMachinePart@1
gearIron : 1xitem.ironGearItem@0
gearIron : 1xitem.thermalfoundation.material@12
gearGold : 1xitem.goldGearItem@0
gearGold : 1xitem.thermalfoundation.material@13
gearDiamond : 1xitem.diamondGearItem@0
gemApatite : 1xitem.for.apatite@0
brickPeat : 1xitem.for.peat@0
dustAsh : 1xitem.for.ash@0
gearBronze : 1xitem.for.gearBronze@0
gearBronze : 1xitem.thermalfoundation.material@137
gearCopper : 1xitem.for.gearCopper@0
gearCopper : 1xitem.thermalfoundation.material@128
gearTin : 1xitem.for.gearTin@0
gearTin : 1xitem.thermalfoundation.material@129
pulpWood : 1xitem.for.woodPulp@0
pulpWood : 1xitem.misc@1
pulpWood : 1xitem.Sawdust@0
itemBeeswax : 1xitem.for.beeswax@0
cropCherry : 1xitem.for.fruits@0
cropCherry : 1xitem.cherryItem@0
cropWalnut : 1xitem.for.fruits@1
cropWalnut : 1xitem.walnutItem@0
cropChestnut : 1xitem.for.fruits@2
cropChestnut : 1xitem.chestnutItem@0
cropLemon : 1xitem.for.fruits@3
cropLemon : 1xitem.lemonItem@0
cropPlum : 1xitem.for.fruits@4
cropPlum : 1xitem.plumItem@0
cropDate : 1xitem.for.fruits@5
cropDate : 1xitem.dateItem@0
cropPapaya : 1xitem.for.fruits@6
cropPapaya : 1xitem.papayaItem@0
oreApatite : 1xtile.for.resources@0
dropHoney : 1xitem.for.honeyDrop@0
dropHoney : 1xitem.honeyItem@0
itemPollen : 1xitem.for.pollen@0
dropHoneydew : 1xitem.for.honeydew@0
dropRoyalJelly : 1xitem.for.royalJelly@0
beeComb : 1xitem.for.beeCombs@32767
beeComb : 1xitem.comb@32767
beeComb : 1xitem.honeyComb@32767
fenceWood : 1xtile.for.fences@32767
blockCloth : 1xtile.cloth@32767
coal : 1xitem.coal@0
charcoal : 1xitem.coal@1
cropApple : 1xitem.food@0
cropApple : 1xitem.apple@0
cropCrabapple : 1xitem.food@0
cropOrange : 1xitem.food@1
cropOrange : 1xitem.orangeItem@0
cropKumquat : 1xitem.food@2
cropLime : 1xitem.food@3
cropLime : 1xitem.limeItem@0
cropWildCherry : 1xitem.food@4
cropSourCherry : 1xitem.food@5
cropBlackCherry : 1xitem.food@6
cropBlackthorn : 1xitem.food@7
cropCherryPlum : 1xitem.food@8
cropAlmond : 1xitem.food@9
cropAlmond : 1xitem.almondItem@0
cropApricot : 1xitem.food@10
cropApricot : 1xitem.apricotItem@0
cropGrapefruit : 1xitem.food@11
cropGrapefruit : 1xitem.grapefruitItem@0
cropPeach : 1xitem.food@12
cropPeach : 1xitem.peachItem@0
cropSatsuma : 1xitem.food@13
cropBuddhaHand : 1xitem.food@14
cropCitron : 1xitem.food@14
cropFingerLime : 1xitem.food@16
cropKeyLime : 1xitem.food@17
cropManderin : 1xitem.food@18
cropNectarine : 1xitem.food@19
cropPomelo : 1xitem.food@20
cropTangerine : 1xitem.food@21
cropPear : 1xitem.food@22
cropPear : 1xitem.pearItem@0
cropSandPear : 1xitem.food@23
cropHazelnut : 1xitem.food@24
cropButternut : 1xitem.food@25
cropBeechnut : 1xitem.food@26
cropPecan : 1xitem.food@27
cropPecan : 1xitem.pecanItem@0
cropBanana : 1xitem.food@28
cropBanana : 1xitem.bananaItem@0
cropRedBanana : 1xitem.food@29
cropPlantain : 1xitem.food@30
cropBrazilNut : 1xitem.food@31
cropFig : 1xitem.food@32
cropFig : 1xitem.figItem@0
cropAcorn : 1xitem.food@33
cropElderberry : 1xitem.food@34
cropOlive : 1xitem.food@35
cropOlive : 1xitem.oliveItem@0
cropGingkoNut : 1xitem.food@36
cropCoffee : 1xitem.food@37
cropCoffee : 1xitem.coffeebeanItem@0
cropOsangeOrange : 1xitem.food@38
cropClove : 1xitem.food@39
cropHops : 1xitem.misc@5
seedWheat : 1xitem.seeds@0
seedWheat : 1xitem.misc@8
seedBarley : 1xitem.misc@9
seedBarley : 1xitem.barleyseedItem@0
seedCorn : 1xitem.misc@11
seedCorn : 1xitem.cornseedItem@0
seedRye : 1xitem.misc@10
seedRye : 1xitem.ryeseedItem@0
seedRoasted : 1xitem.misc@12
oreCinnabar : 1xtile.blockCustomOre@0
oreCinnabar : 1xtile.OreEln@6
oreInfusedAir : 1xtile.blockCustomOre@1
oreInfusedFire : 1xtile.blockCustomOre@2
oreInfusedWater : 1xtile.blockCustomOre@3
oreInfusedEarth : 1xtile.blockCustomOre@4
oreInfusedOrder : 1xtile.blockCustomOre@5
oreInfusedEntropy : 1xtile.blockCustomOre@6
shardAir : 1xitem.ItemShard@0
shardFire : 1xitem.ItemShard@1
shardWater : 1xitem.ItemShard@2
shardEarth : 1xitem.ItemShard@3
shardOrder : 1xitem.ItemShard@4
shardEntropy : 1xitem.ItemShard@5
quicksilver : 1xitem.ItemResource@3
quicksilver : 1xitem.sharedItem@520
nuggetCopper : 1xitem.ItemNugget@1
nuggetCopper : 1xitem.thermalfoundation.material@96
nuggetCopper : 1xitem.steamcraft:nugget@0
nuggetCopper : 1xitem.railcraft.nugget@2
nuggetCopper : 1xitem.beeNugget@1
nuggetCopper : 1xitem.materials@38
nuggetCopper : 1xitem.tconstruct.Materials@20
nuggetCopper : 1xitem.oreberry@2
nuggetTin : 1xitem.ItemNugget@2
nuggetTin : 1xitem.thermalfoundation.material@97
nuggetTin : 1xitem.railcraft.nugget@3
nuggetTin : 1xitem.beeNugget@2
nuggetTin : 1xitem.tconstruct.Materials@21
nuggetTin : 1xitem.oreberry@3
nuggetSilver : 1xitem.ItemNugget@3
nuggetSilver : 1xitem.thermalfoundation.material@98
nuggetSilver : 1xitem.beeNugget@3
nuggetLead : 1xitem.ItemNugget@4
nuggetLead : 1xitem.thermalfoundation.material@99
nuggetLead : 1xitem.beeNugget@4
nuggetThaumium : 1xitem.ItemNugget@6
nuggetVoid : 1xitem.ItemNugget@7
nuggetQuicksilver : 1xitem.ItemResource@3
ingotThaumium : 1xitem.ItemResource@2
ingotVoid : 1xitem.ItemResource@16
clusterIron : 1xitem.ItemNugget@16
clusterCopper : 1xitem.ItemNugget@17
clusterTin : 1xitem.ItemNugget@18
clusterSilver : 1xitem.ItemNugget@19
clusterLead : 1xitem.ItemNugget@20
clusterCinnabar : 1xitem.ItemNugget@21
clusterGold : 1xitem.ItemNugget@31
mysticFlowerWhite : 1xtile.flower@0
mysticFlowerOrange : 1xtile.flower@1
mysticFlowerMagenta : 1xtile.flower@2
mysticFlowerLightBlue : 1xtile.flower@3
mysticFlowerYellow : 1xtile.flower@4
mysticFlowerLime : 1xtile.flower@5
mysticFlowerPink : 1xtile.flower@6
mysticFlowerGray : 1xtile.flower@7
mysticFlowerLightGray : 1xtile.flower@8
mysticFlowerCyan : 1xtile.flower@9
mysticFlowerPurple : 1xtile.flower@10
mysticFlowerBlue : 1xtile.flower@11
mysticFlowerBrown : 1xtile.flower@12
mysticFlowerGreen : 1xtile.flower@13
mysticFlowerRed : 1xtile.flower@14
mysticFlowerBlack : 1xtile.flower@15
livingrock : 1xtile.livingrock@0
livingwood : 1xtile.livingwood@0
dreamwood : 1xtile.dreamwood@0
dirt : 1xtile.dirt@0
grass : 1xtile.grass@0
sand : 1xtile.sand@0
gravel : 1xtile.gravel@0
hardenedClay : 1xtile.clayHardened@32767
snowLayer : 1xtile.snow@0
mycelium : 1xtile.mycel@0
lexicaBotania : 1xitem.lexicon@0
petalWhite : 1xitem.petal@0
manaPetalWhite : 1xitem.manaPetal@0
runeWaterB : 1xitem.rune@0
petalOrange : 1xitem.petal@1
manaPetalOrange : 1xitem.manaPetal@1
runeFireB : 1xitem.rune@1
petalMagenta : 1xitem.petal@2
manaPetalMagenta : 1xitem.manaPetal@2
runeEarthB : 1xitem.rune@2
petalLightBlue : 1xitem.petal@3
manaPetalLightBlue : 1xitem.manaPetal@3
runeAirB : 1xitem.rune@3
petalYellow : 1xitem.petal@4
manaPetalYellow : 1xitem.manaPetal@4
runeSpringB : 1xitem.rune@4
petalLime : 1xitem.petal@5
manaPetalLime : 1xitem.manaPetal@5
runeSummerB : 1xitem.rune@5
petalPink : 1xitem.petal@6
manaPetalPink : 1xitem.manaPetal@6
runeAutumnB : 1xitem.rune@6
petalGray : 1xitem.petal@7
manaPetalGray : 1xitem.manaPetal@7
runeWinterB : 1xitem.rune@7
petalLightGray : 1xitem.petal@8
manaPetalLightGray : 1xitem.manaPetal@8
runeManaB : 1xitem.rune@8
petalCyan : 1xitem.petal@9
manaPetalCyan : 1xitem.manaPetal@9
runeLustB : 1xitem.rune@9
petalPurple : 1xitem.petal@10
manaPetalPurple : 1xitem.manaPetal@10
runeGluttonyB : 1xitem.rune@10
petalBlue : 1xitem.petal@11
manaPetalBlue : 1xitem.manaPetal@11
runeGreedB : 1xitem.rune@11
petalBrown : 1xitem.petal@12
manaPetalBrown : 1xitem.manaPetal@12
runeSlothB : 1xitem.rune@12
petalGreen : 1xitem.petal@13
manaPetalGreen : 1xitem.manaPetal@13
runeWrathB : 1xitem.rune@13
petalRed : 1xitem.petal@14
manaPetalRed : 1xitem.manaPetal@14
runeEnvyB : 1xitem.rune@14
petalBlack : 1xitem.petal@15
manaPetalBlack : 1xitem.manaPetal@15
runePrideB : 1xitem.rune@15
pestleAndMortar : 1xitem.pestleAndMortar@0
ingotManasteel : 1xitem.manaResource@0
manaPearl : 1xitem.manaResource@1
manaDiamond : 1xitem.manaResource@2
livingwoodTwig : 1xitem.manaResource@3
ingotTerrasteel : 1xitem.manaResource@4
eternalLifeEssence : 1xitem.manaResource@5
redstoneRoot : 1xitem.manaResource@6
ingotElvenElementium : 1xitem.manaResource@7
elvenPixieDust : 1xitem.manaResource@8
elvenDragonstone : 1xitem.manaResource@9
shardPrismarine : 1xitem.manaResource@10
shardPrismarine : 1xitem.ganyssurface.prismarineItems@0
bPlaceholder : 1xitem.manaResource@11
blockMarble : 1xtile.marble@0
blockLimestone : 1xtile.limestone@0
blockLimestone : 1xtile.limestone@0
blockConcrete : 1xtile.concrete@0
blockDirt : 1xtile.blockDirt@0
blockHolystone : 1xtile.blockHolystone@0
blockLavastone : 1xtile.blockLavastone@0
blockFft : 1xtile.blockFft@0
blockCarpet : 1xtile.blockCarpet@0
blockTyrian : 1xtile.blockTyrian@0
blockCloud : 1xtile.blockCloud@0
stainedGlassWhite : 1xtile.stainedGlass@0
stainedGlassOrange : 1xtile.stainedGlass@1
stainedGlassMagenta : 1xtile.stainedGlass@2
stainedGlassLightBlue : 1xtile.stainedGlass@3
stainedGlassYellow : 1xtile.stainedGlass@4
stainedGlassLime : 1xtile.stainedGlass@5
stainedGlassPink : 1xtile.stainedGlass@6
stainedGlassGray : 1xtile.stainedGlass@7
stainedGlassLightGray : 1xtile.stainedGlass@8
stainedGlassCyan : 1xtile.stainedGlass@9
stainedGlassPurple : 1xtile.stainedGlass@10
stainedGlassBlue : 1xtile.stainedGlass@11
stainedGlassBrown : 1xtile.stainedGlass@12
stainedGlassGreen : 1xtile.stainedGlass@13
stainedGlassRed : 1xtile.stainedGlass@14
stainedGlassBlack : 1xtile.stainedGlass@15
stainedGlassPaneWhite : 1xtile.thinStainedGlass@0
stainedGlassPaneOrange : 1xtile.thinStainedGlass@1
stainedGlassPaneMagenta : 1xtile.thinStainedGlass@2
stainedGlassPaneLightBlue : 1xtile.thinStainedGlass@3
stainedGlassPaneYellow : 1xtile.thinStainedGlass@4
stainedGlassPaneLime : 1xtile.thinStainedGlass@5
stainedGlassPanePink : 1xtile.thinStainedGlass@6
stainedGlassPaneGray : 1xtile.thinStainedGlass@7
stainedGlassPaneLightGray : 1xtile.thinStainedGlass@8
stainedGlassPaneCyan : 1xtile.thinStainedGlass@9
stainedGlassPanePurple : 1xtile.thinStainedGlass@10
stainedGlassPaneBlue : 1xtile.thinStainedGlass@11
stainedGlassPaneBrown : 1xtile.thinStainedGlass@12
stainedGlassPaneGreen : 1xtile.thinStainedGlass@13
stainedGlassPaneRed : 1xtile.thinStainedGlass@14
stainedGlassPaneBlack : 1xtile.thinStainedGlass@15
barsIron : 1xtile.blockDarkIronBars@0
dustEnderPearl : 1xitem.itemPowderIngot@5
itemSilicon : 1xitem.itemMaterial@0
ingotConductiveIron : 1xitem.itemAlloy@4
ingotElectricalSteel : 1xitem.itemAlloy@0
ingotEnergeticAlloy : 1xitem.itemAlloy@1
ingotRedstoneAlloy : 1xitem.itemAlloy@3
ingotRedAlloy : 1xitem.itemAlloy@3
ingotVibrantAlloy : 1xitem.itemAlloy@2
ingotPulsatingIron : 1xitem.itemAlloy@5
ingotDarkSteel : 1xitem.itemAlloy@6
glass : 1xtile.glass@0
glass : 1xtile.blockFusedQuartz@1
woodStick : 1xitem.stick@0
glassHardened : 1xtile.blockFusedQuartz@0
itemSkull : 1xitem.skull@32767
itemSkull : 1xtile.blockEndermanSkull@0
dustCharcoal : 1xitem.thermalfoundation.material@3
dustCharcoal : 1xitem.railcraft.dust@3
dustSaltpeter : 1xitem.thermalfoundation.material@17
dustSaltpeter : 1xitem.metal.item.utility.item@2
dustSaltpeter : 1xitem.railcraft.dust@2
crystalCinnabar : 1xitem.thermalfoundation.material@20
dustNickel : 1xitem.thermalfoundation.material@36
dustNickel : 1xitem.steamcraft:smashedOre@5
dustNickel : 1xitem.dust@9
dustPlatinum : 1xitem.thermalfoundation.material@37
dustPlatinum : 1xitem.metal.item.precious.dust@2
dustMithril : 1xitem.thermalfoundation.material@38
dustMithril : 1xitem.metal.item.fantasy.dust@7
dustElectrum : 1xitem.thermalfoundation.material@39
dustElectrum : 1xitem.metal.item.precious.dust@4
dustInvar : 1xitem.thermalfoundation.material@40
dustSignalum : 1xitem.thermalfoundation.material@42
dustLumium : 1xitem.thermalfoundation.material@43
dustEnderium : 1xitem.thermalfoundation.material@44
ingotNickel : 1xitem.thermalfoundation.material@68
ingotPlatinum : 1xitem.thermalfoundation.material@69
ingotPlatinum : 1xitem.metal.item.Platinum.ingot@0
ingotMithril : 1xitem.thermalfoundation.material@70
ingotMithril : 1xitem.metal.item.Mithril.ingot@0
ingotElectrum : 1xitem.thermalfoundation.material@71
ingotElectrum : 1xitem.metal.item.Electrum.ingot@0
ingotInvar : 1xitem.thermalfoundation.material@72
ingotSignalum : 1xitem.thermalfoundation.material@74
ingotLumium : 1xitem.thermalfoundation.material@75
ingotEnderium : 1xitem.thermalfoundation.material@76
nuggetNickel : 1xitem.thermalfoundation.material@100
nuggetPlatinum : 1xitem.thermalfoundation.material@101
nuggetMithril : 1xitem.thermalfoundation.material@102
nuggetElectrum : 1xitem.thermalfoundation.material@103
nuggetInvar : 1xitem.thermalfoundation.material@104
nuggetBronze : 1xitem.thermalfoundation.material@105
nuggetBronze : 1xitem.tconstruct.Materials@31
nuggetSignalum : 1xitem.thermalfoundation.material@106
nuggetLumium : 1xitem.thermalfoundation.material@107
nuggetEnderium : 1xitem.thermalfoundation.material@108
gearSilver : 1xitem.thermalfoundation.material@130
gearLead : 1xitem.thermalfoundation.material@131
gearNickel : 1xitem.thermalfoundation.material@132
gearPlatinum : 1xitem.thermalfoundation.material@133
gearMithril : 1xitem.thermalfoundation.material@134
gearElectrum : 1xitem.thermalfoundation.material@135
gearInvar : 1xitem.thermalfoundation.material@136
gearSignalum : 1xitem.thermalfoundation.material@138
gearLumium : 1xitem.thermalfoundation.material@139
gearEnderium : 1xitem.thermalfoundation.material@140
oreNickel : 1xtile.thermalfoundation.ore@4
orePlatinum : 1xtile.thermalfoundation.ore@5
orePlatinum : 1xtile.metal.block.precious.ore@2
oreMithril : 1xtile.thermalfoundation.ore@6
oreMithril : 1xtile.metal.block.fantasy.ore@7
blockSilver : 1xtile.thermalfoundation.storage@2
blockSilver : 1xtile.metal.block.precious.block@1
blockSilver : 1xtile.factorization.ResourceBlock@1
blockNickel : 1xtile.thermalfoundation.storage@4
blockPlatinum : 1xtile.thermalfoundation.storage@5
blockPlatinum : 1xtile.metal.block.precious.block@2
blockMithril : 1xtile.thermalfoundation.storage@6
blockMithril : 1xtile.metal.block.fantasy.block@7
blockElectrum : 1xtile.thermalfoundation.storage@7
blockElectrum : 1xtile.metal.block.precious.block@4
blockInvar : 1xtile.thermalfoundation.storage@8
blockSignalum : 1xtile.thermalfoundation.storage@10
blockLumium : 1xtile.thermalfoundation.storage@11
blockEnderium : 1xtile.thermalfoundation.storage@12
itemRawRubber : 1xitem.mfr.rubber.raw@0
itemRawRubber : 1xitem.tconstruct.Materials@36
leavesRubber : 1xtile.mfr.rubberwood.leaves@0
blockPlastic : 1xtile.mfr.plastic@0
sheetPlastic : 1xitem.mfr.plastic.sheet@0
dustPlastic : 1xitem.mfr.plastic.raw@0
ingotMeat : 1xitem.mfr.meat.ingot.cooked@0
ingotMeatRaw : 1xitem.mfr.meat.ingot.raw@0
nuggetMeat : 1xitem.mfr.meat.nugget.cooked@0
nuggetMeatRaw : 1xitem.mfr.meat.nugget.raw@0
blockMeat : 1xtile.mfr.decorativebrick@13
itemCharcoalSugar : 1xitem.mfr.sugarcharcoal@0
cableRedNet : 1xtile.mfr.cable.redstone@0
cableRedNet : 1xtile.mfr.cable.redstone@1
cableRedNetEnergy : 1xtile.mfr.cable.redstone@2
cableRedNetEnergy : 1xtile.mfr.cable.redstone@3
fertilizerOrganic : 1xitem.mfr.fertilizer@0
wireExplosive : 1xtile.mfr.detcord@0
listAllmilk : 1xitem.mfr.milkbottle@0
listAllmilk : 1xitem.mfr.bucket.milk@0
listAllmilk : 1xitem.freshmilkItem@0
listAllmilk : 1xitem.soymilkItem@0
listAllmilk : 1xitem.iguana.tcon.clayBucket.Milk@0
dyeCeramicWhite : 1xitem.mfr.ceramicdye@0
dyeCeramicOrange : 1xitem.mfr.ceramicdye@1
dyeCeramicMagenta : 1xitem.mfr.ceramicdye@2
dyeCeramicLightBlue : 1xitem.mfr.ceramicdye@3
dyeCeramicYellow : 1xitem.mfr.ceramicdye@4
dyeCeramicLime : 1xitem.mfr.ceramicdye@5
dyeCeramicPink : 1xitem.mfr.ceramicdye@6
dyeCeramicGray : 1xitem.mfr.ceramicdye@7
dyeCeramicLightGray : 1xitem.mfr.ceramicdye@8
dyeCeramicCyan : 1xitem.mfr.ceramicdye@9
dyeCeramicPurple : 1xitem.mfr.ceramicdye@10
dyeCeramicBlue : 1xitem.mfr.ceramicdye@11
dyeCeramicBrown : 1xitem.mfr.ceramicdye@12
dyeCeramicGreen : 1xitem.mfr.ceramicdye@13
dyeCeramicRed : 1xitem.mfr.ceramicdye@14
dyeCeramicBlack : 1xitem.mfr.ceramicdye@15
blockRubber : 1xtile.GlueBlock@0
brickCopper : 1xtile.metal.block.base.brick@0
brickTin : 1xtile.metal.block.base.brick@1
dustManganese : 1xitem.metal.item.base.dust@2
ingotManganese : 1xitem.metal.item.Manganese.ingot@0
oreManganese : 1xtile.metal.block.base.ore@2
blockManganese : 1xtile.metal.block.base.block@2
brickManganese : 1xtile.metal.block.base.brick@2
brickBronze : 1xtile.metal.block.base.brick@3
dustHepatizon : 1xitem.metal.item.base.dust@4
ingotHepatizon : 1xitem.metal.item.Hepatizon.ingot@0
blockHepatizon : 1xtile.metal.block.base.block@4
brickHepatizon : 1xtile.metal.block.base.brick@4
dustDamascusSteel : 1xitem.metal.item.base.dust@5
ingotDamascusSteel : 1xitem.metal.item.DamascusSteel.ingot@0
blockDamascusSteel : 1xtile.metal.block.base.block@5
brickDamascusSteel : 1xtile.metal.block.base.brick@5
dustAngmallen : 1xitem.metal.item.base.dust@6
ingotAngmallen : 1xitem.metal.item.Angmallen.ingot@0
blockAngmallen : 1xtile.metal.block.base.block@6
brickAngmallen : 1xtile.metal.block.base.brick@6
dustSteel : 1xitem.metal.item.base.dust@7
dustSteel : 1xitem.null@5
brickSteel : 1xtile.metal.block.base.brick@7
dustEximite : 1xitem.metal.item.ender.dust@0
ingotEximite : 1xitem.metal.item.Eximite.ingot@0
oreEximite : 1xtile.metal.block.ender.ore@0
blockEximite : 1xtile.metal.block.ender.block@0
brickEximite : 1xtile.metal.block.ender.brick@0
dustMeutoite : 1xitem.metal.item.ender.dust@1
ingotMeutoite : 1xitem.metal.item.Meutoite.ingot@0
oreMeutoite : 1xtile.metal.block.ender.ore@1
blockMeutoite : 1xtile.metal.block.ender.block@1
brickMeutoite : 1xtile.metal.block.ender.brick@1
dustDesichalkos : 1xitem.metal.item.ender.dust@2
ingotDesichalkos : 1xitem.metal.item.Desichalkos.ingot@0
blockDesichalkos : 1xtile.metal.block.ender.block@2
brickDesichalkos : 1xtile.metal.block.ender.brick@2
dustPrometheum : 1xitem.metal.item.fantasy.dust@0
ingotPrometheum : 1xitem.metal.item.Prometheum.ingot@0
orePrometheum : 1xtile.metal.block.fantasy.ore@0
blockPrometheum : 1xtile.metal.block.fantasy.block@0
brickPrometheum : 1xtile.metal.block.fantasy.brick@0
dustDeepIron : 1xitem.metal.item.fantasy.dust@1
ingotDeepIron : 1xitem.metal.item.DeepIron.ingot@0
oreDeepIron : 1xtile.metal.block.fantasy.ore@1
blockDeepIron : 1xtile.metal.block.fantasy.block@1
brickDeepIron : 1xtile.metal.block.fantasy.brick@1
dustInfuscolium : 1xitem.metal.item.fantasy.dust@2
ingotInfuscolium : 1xitem.metal.item.Infuscolium.ingot@0
oreInfuscolium : 1xtile.metal.block.fantasy.ore@2
blockInfuscolium : 1xtile.metal.block.fantasy.block@2
brickInfuscolium : 1xtile.metal.block.fantasy.brick@2
dustBlackSteel : 1xitem.metal.item.fantasy.dust@3
ingotBlackSteel : 1xitem.metal.item.BlackSteel.ingot@0
blockBlackSteel : 1xtile.metal.block.fantasy.block@3
brickBlackSteel : 1xtile.metal.block.fantasy.brick@3
dustOureclase : 1xitem.metal.item.fantasy.dust@4
ingotOureclase : 1xitem.metal.item.Oureclase.ingot@0
oreOureclase : 1xtile.metal.block.fantasy.ore@4
blockOureclase : 1xtile.metal.block.fantasy.block@4
brickOureclase : 1xtile.metal.block.fantasy.brick@4
dustAstralSilver : 1xitem.metal.item.fantasy.dust@5
ingotAstralSilver : 1xitem.metal.item.AstralSilver.ingot@0
oreAstralSilver : 1xtile.metal.block.fantasy.ore@5
blockAstralSilver : 1xtile.metal.block.fantasy.block@5
brickAstralSilver : 1xtile.metal.block.fantasy.brick@5
dustCarmot : 1xitem.metal.item.fantasy.dust@6
ingotCarmot : 1xitem.metal.item.Carmot.ingot@0
oreCarmot : 1xtile.metal.block.fantasy.ore@6
blockCarmot : 1xtile.metal.block.fantasy.block@6
brickCarmot : 1xtile.metal.block.fantasy.brick@6
dustMythril : 1xitem.metal.item.fantasy.dust@7
oreMythril : 1xtile.metal.block.fantasy.ore@7
blockMythril : 1xtile.metal.block.fantasy.block@7
brickMithril : 1xtile.metal.block.fantasy.brick@7
brickMythril : 1xtile.metal.block.fantasy.brick@7
dustRubracium : 1xitem.metal.item.fantasy.dust@8
ingotRubracium : 1xitem.metal.item.Rubracium.ingot@0
oreRubracium : 1xtile.metal.block.fantasy.ore@8
blockRubracium : 1xtile.metal.block.fantasy.block@8
brickRubracium : 1xtile.metal.block.fantasy.brick@8
dustQuicksilver : 1xitem.metal.item.fantasy.dust@9
ingotQuicksilver : 1xitem.metal.item.Quicksilver.ingot@0
blockQuicksilver : 1xtile.metal.block.fantasy.block@9
brickQuicksilver : 1xtile.metal.block.fantasy.brick@9
dustHaderoth : 1xitem.metal.item.fantasy.dust@10
ingotHaderoth : 1xitem.metal.item.Haderoth.ingot@0
blockHaderoth : 1xtile.metal.block.fantasy.block@10
brickHaderoth : 1xtile.metal.block.fantasy.brick@10
dustOrichalcum : 1xitem.metal.item.fantasy.dust@11
ingotOrichalcum : 1xitem.metal.item.Orichalcum.ingot@0
oreOrichalcum : 1xtile.metal.block.fantasy.ore@11
blockOrichalcum : 1xtile.metal.block.fantasy.block@11
brickOrichalcum : 1xtile.metal.block.fantasy.brick@11
dustCelenegil : 1xitem.metal.item.fantasy.dust@12
ingotCelenegil : 1xitem.metal.item.Celenegil.ingot@0
blockCelenegil : 1xtile.metal.block.fantasy.block@12
brickCelenegil : 1xtile.metal.block.fantasy.brick@12
dustAdamantine : 1xitem.metal.item.fantasy.dust@13
dustAdamantium : 1xitem.metal.item.fantasy.dust@13
ingotAdamantine : 1xitem.metal.item.Adamantine.ingot@0
oreAdamantine : 1xtile.metal.block.fantasy.ore@13
oreAdamantium : 1xtile.metal.block.fantasy.ore@13
blockAdamantine : 1xtile.metal.block.fantasy.block@13
blockAdamantium : 1xtile.metal.block.fantasy.block@13
brickAdamantine : 1xtile.metal.block.fantasy.brick@13
brickAdamantium : 1xtile.metal.block.fantasy.brick@13
dustAtlarus : 1xitem.metal.item.fantasy.dust@14
ingotAtlarus : 1xitem.metal.item.Atlarus.ingot@0
oreAtlarus : 1xtile.metal.block.fantasy.ore@14
blockAtlarus : 1xtile.metal.block.fantasy.block@14
brickAtlarus : 1xtile.metal.block.fantasy.brick@14
dustTartarite : 1xitem.metal.item.fantasy.dust@15
ingotTartarite : 1xitem.metal.item.Tartarite.ingot@0
blockTartarite : 1xtile.metal.block.fantasy.block@15
brickTartarite : 1xtile.metal.block.fantasy.brick@15
dustIgnatius : 1xitem.metal.item.nether.dust@0
ingotIgnatius : 1xitem.metal.item.Ignatius.ingot@0
oreIgnatius : 1xtile.metal.block.nether.ore@0
blockIgnatius : 1xtile.metal.block.nether.block@0
brickIgnatius : 1xtile.metal.block.nether.brick@0
dustShadowIron : 1xitem.metal.item.nether.dust@1
ingotShadowIron : 1xitem.metal.item.ShadowIron.ingot@0
oreShadowIron : 1xtile.metal.block.nether.ore@1
blockShadowIron : 1xtile.metal.block.nether.block@1
brickShadowIron : 1xtile.metal.block.nether.brick@1
dustLemurite : 1xitem.metal.item.nether.dust@2
ingotLemurite : 1xitem.metal.item.Lemurite.ingot@0
oreLemurite : 1xtile.metal.block.nether.ore@2
blockLemurite : 1xtile.metal.block.nether.block@2
brickLemurite : 1xtile.metal.block.nether.brick@2
dustMidasium : 1xitem.metal.item.nether.dust@3
ingotMidasium : 1xitem.metal.item.Midasium.ingot@0
oreMidasium : 1xtile.metal.block.nether.ore@3
blockMidasium : 1xtile.metal.block.nether.block@3
brickMidasium : 1xtile.metal.block.nether.brick@3
dustVyroxeres : 1xitem.metal.item.nether.dust@4
ingotVyroxeres : 1xitem.metal.item.Vyroxeres.ingot@0
oreVyroxeres : 1xtile.metal.block.nether.ore@4
blockVyroxeres : 1xtile.metal.block.nether.block@4
brickVyroxeres : 1xtile.metal.block.nether.brick@4
dustCeruclase : 1xitem.metal.item.nether.dust@5
ingotCeruclase : 1xitem.metal.item.Ceruclase.ingot@0
oreCeruclase : 1xtile.metal.block.nether.ore@5
blockCeruclase : 1xtile.metal.block.nether.block@5
brickCeruclase : 1xtile.metal.block.nether.brick@5
dustAlduorite : 1xitem.metal.item.nether.dust@6
ingotAlduorite : 1xitem.metal.item.Alduorite.ingot@0
oreAlduorite : 1xtile.metal.block.nether.ore@6
blockAlduorite : 1xtile.metal.block.nether.block@6
brickAlduorite : 1xtile.metal.block.nether.brick@6
dustKalendrite : 1xitem.metal.item.nether.dust@7
ingotKalendrite : 1xitem.metal.item.Kalendrite.ingot@0
oreKalendrite : 1xtile.metal.block.nether.ore@7
blockKalendrite : 1xtile.metal.block.nether.block@7
brickKalendrite : 1xtile.metal.block.nether.brick@7
dustVulcanite : 1xitem.metal.item.nether.dust@8
ingotVulcanite : 1xitem.metal.item.Vulcanite.ingot@0
oreVulcanite : 1xtile.metal.block.nether.ore@8
blockVulcanite : 1xtile.metal.block.nether.block@8
brickVulcanite : 1xtile.metal.block.nether.brick@8
dustSanguinite : 1xitem.metal.item.nether.dust@9
ingotSanguinite : 1xitem.metal.item.Sanguinite.ingot@0
oreSanguinite : 1xtile.metal.block.nether.ore@9
blockSanguinite : 1xtile.metal.block.nether.block@9
brickSanguinite : 1xtile.metal.block.nether.brick@9
dustShadowSteel : 1xitem.metal.item.nether.dust@10
ingotShadowSteel : 1xitem.metal.item.ShadowSteel.ingot@0
blockShadowSteel : 1xtile.metal.block.nether.block@10
brickShadowSteel : 1xtile.metal.block.nether.brick@10
dustInolashite : 1xitem.metal.item.nether.dust@11
ingotInolashite : 1xitem.metal.item.Inolashite.ingot@0
blockInolashite : 1xtile.metal.block.nether.block@11
brickInolashite : 1xtile.metal.block.nether.brick@11
dustAmordrine : 1xitem.metal.item.nether.dust@12
ingotAmordrine : 1xitem.metal.item.Amordrine.ingot@0
blockAmordrine : 1xtile.metal.block.nether.block@12
brickAmordrine : 1xtile.metal.block.nether.brick@12
dustZinc : 1xitem.metal.item.precious.dust@0
dustZinc : 1xitem.steamcraft:smashedOre@3
ingotZinc : 1xitem.metal.item.Zinc.ingot@0
ingotZinc : 1xitem.steamcraft:ingot@1
oreZinc : 1xtile.metal.block.precious.ore@0
oreZinc : 1xtile.steamcraft:ore@1
blockZinc : 1xtile.metal.block.precious.block@0
blockZinc : 1xtile.steamcraft:blockZinc@0
brickZinc : 1xtile.metal.block.precious.brick@0
brickSilver : 1xtile.metal.block.precious.brick@1
brickPlatinum : 1xtile.metal.block.precious.brick@2
dustBrass : 1xitem.metal.item.precious.dust@3
ingotBrass : 1xitem.metal.item.Brass.ingot@0
ingotBrass : 1xitem.steamcraft:ingot@2
blockBrass : 1xtile.metal.block.precious.block@3
blockBrass : 1xtile.steamcraft:blockBrass@0
brickBrass : 1xtile.metal.block.precious.brick@3
brickElectrum : 1xtile.metal.block.precious.brick@4
oreSulfur : 1xtile.metal.block.utility.ore@0
oreSulfur : 1xtile.railcraft.ore@0
dustPhosphorus : 1xitem.metal.item.utility.item@1
orePhosphorite : 1xtile.metal.block.utility.ore@1
oreSaltpeter : 1xtile.metal.block.utility.ore@2
oreSaltpeter : 1xtile.railcraft.ore@1
dustMagnesium : 1xitem.metal.item.utility.item@3
dustMagnesium : 1xitem.materials@13
oreMagnesium : 1xtile.metal.block.utility.ore@3
dustBitumen : 1xitem.metal.item.utility.item@4
oreBitumen : 1xtile.metal.block.utility.ore@4
dustPotash : 1xitem.metal.item.utility.item@5
orePotash : 1xtile.metal.block.utility.ore@5
brickGold : 1xtile.metal.block.vanilla.brick@0
brickIron : 1xtile.metal.block.vanilla.brick@1
blockFairy : 1xtile.solid.metal.block.blockFunStuff@0
blockPokefennium : 1xtile.solid.metal.block.blockFunStuff@1
ingotFairy : 1xitem.metal.item.ingotFunStuff@0
ingotPokefennium : 1xitem.metal.item.ingotFunStuff@1
bricksGravel : 1xtile.extrautils:decorativeBlock1@6
enderobsidian : 1xtile.extrautils:decorativeBlock1@1
burntquartz : 1xtile.extrautils:decorativeBlock1@2
icestone : 1xtile.extrautils:decorativeBlock1@3
blockUnstable : 1xtile.extrautils:decorativeBlock1@5
magicinfusedwood : 1xtile.extrautils:decorativeBlock1@7
endercore : 1xtile.extrautils:decorativeBlock1@11
sandyglass : 1xtile.extrautils:decorativeBlock1@9
compressedCobblestone1x : 1xtile.extrautils:cobblestone_compressed@0
compressedCobblestone2x : 1xtile.extrautils:cobblestone_compressed@1
compressedCobblestone3x : 1xtile.extrautils:cobblestone_compressed@2
compressedCobblestone4x : 1xtile.extrautils:cobblestone_compressed@3
compressedCobblestone5x : 1xtile.extrautils:cobblestone_compressed@4
compressedCobblestone6x : 1xtile.extrautils:cobblestone_compressed@5
compressedCobblestone7x : 1xtile.extrautils:cobblestone_compressed@6
compressedCobblestone8x : 1xtile.extrautils:cobblestone_compressed@7
compressedDirt1x : 1xtile.extrautils:cobblestone_compressed@8
compressedDirt2x : 1xtile.extrautils:cobblestone_compressed@9
compressedDirt3x : 1xtile.extrautils:cobblestone_compressed@10
compressedDirt4x : 1xtile.extrautils:cobblestone_compressed@11
compressedGravel1x : 1xtile.extrautils:cobblestone_compressed@12
compressedGravel2x : 1xtile.extrautils:cobblestone_compressed@13
compressedSand1x : 1xtile.extrautils:cobblestone_compressed@14
compressedSand2x : 1xtile.extrautils:cobblestone_compressed@15
ingotUnstable : 1xitem.extrautils:unstableingot@0
nuggetUnstable : 1xitem.extrautils:unstableingot@1
bricksStone : 1xtile.extrautils:colorStoneBrick@0
bricksStone : 1xtile.extrautils:colorStoneBrick@1
bricksStone : 1xtile.extrautils:colorStoneBrick@2
bricksStone : 1xtile.extrautils:colorStoneBrick@3
bricksStone : 1xtile.extrautils:colorStoneBrick@4
bricksStone : 1xtile.extrautils:colorStoneBrick@5
bricksStone : 1xtile.extrautils:colorStoneBrick@6
bricksStone : 1xtile.extrautils:colorStoneBrick@7
bricksStone : 1xtile.extrautils:colorStoneBrick@8
bricksStone : 1xtile.extrautils:colorStoneBrick@9
bricksStone : 1xtile.extrautils:colorStoneBrick@10
bricksStone : 1xtile.extrautils:colorStoneBrick@11
bricksStone : 1xtile.extrautils:colorStoneBrick@12
bricksStone : 1xtile.extrautils:colorStoneBrick@13
bricksStone : 1xtile.extrautils:colorStoneBrick@14
bricksStone : 1xtile.extrautils:colorStoneBrick@15
bricksStoneBlack : 1xtile.extrautils:colorStoneBrick@0
bricksStoneRed : 1xtile.extrautils:colorStoneBrick@1
bricksStoneGreen : 1xtile.extrautils:colorStoneBrick@2
bricksStoneBrown : 1xtile.extrautils:colorStoneBrick@3
bricksStoneBlue : 1xtile.extrautils:colorStoneBrick@4
bricksStonePurple : 1xtile.extrautils:colorStoneBrick@5
bricksStoneCyan : 1xtile.extrautils:colorStoneBrick@6
bricksStoneLightGray : 1xtile.extrautils:colorStoneBrick@7
bricksStoneGray : 1xtile.extrautils:colorStoneBrick@8
bricksStonePink : 1xtile.extrautils:colorStoneBrick@9
bricksStoneLime : 1xtile.extrautils:colorStoneBrick@10
bricksStoneYellow : 1xtile.extrautils:colorStoneBrick@11
bricksStoneLightBlue : 1xtile.extrautils:colorStoneBrick@12
bricksStoneMagenta : 1xtile.extrautils:colorStoneBrick@13
bricksStoneOrange : 1xtile.extrautils:colorStoneBrick@14
bricksStoneWhite : 1xtile.extrautils:colorStoneBrick@15
plankWoodBlack : 1xtile.extrautils:colorWoodPlanks@0
plankWoodRed : 1xtile.extrautils:colorWoodPlanks@1
plankWoodGreen : 1xtile.extrautils:colorWoodPlanks@2
plankWoodBrown : 1xtile.extrautils:colorWoodPlanks@3
plankWoodBlue : 1xtile.extrautils:colorWoodPlanks@4
plankWoodPurple : 1xtile.extrautils:colorWoodPlanks@5
plankWoodCyan : 1xtile.extrautils:colorWoodPlanks@6
plankWoodLightGray : 1xtile.extrautils:colorWoodPlanks@7
plankWoodGray : 1xtile.extrautils:colorWoodPlanks@8
plankWoodPink : 1xtile.extrautils:colorWoodPlanks@9
plankWoodLime : 1xtile.extrautils:colorWoodPlanks@10
plankWoodYellow : 1xtile.extrautils:colorWoodPlanks@11
plankWoodLightBlue : 1xtile.extrautils:colorWoodPlanks@12
plankWoodMagenta : 1xtile.extrautils:colorWoodPlanks@13
plankWoodOrange : 1xtile.extrautils:colorWoodPlanks@14
plankWoodWhite : 1xtile.extrautils:colorWoodPlanks@15
glowstoneBlack : 1xtile.extrautils:color_lightgem@0
glowstoneRed : 1xtile.extrautils:color_lightgem@1
glowstoneGreen : 1xtile.extrautils:color_lightgem@2
glowstoneBrown : 1xtile.extrautils:color_lightgem@3
glowstoneBlue : 1xtile.extrautils:color_lightgem@4
glowstonePurple : 1xtile.extrautils:color_lightgem@5
glowstoneCyan : 1xtile.extrautils:color_lightgem@6
glowstoneLightGray : 1xtile.extrautils:color_lightgem@7
glowstoneGray : 1xtile.extrautils:color_lightgem@8
glowstonePink : 1xtile.extrautils:color_lightgem@9
glowstoneLime : 1xtile.extrautils:color_lightgem@10
glowstoneYellow : 1xtile.extrautils:color_lightgem@11
glowstoneLightBlue : 1xtile.extrautils:color_lightgem@12
glowstoneMagenta : 1xtile.extrautils:color_lightgem@13
glowstoneOrange : 1xtile.extrautils:color_lightgem@14
glowstoneWhite : 1xtile.extrautils:color_lightgem@15
stoneBlack : 1xtile.extrautils:color_stone@0
stoneRed : 1xtile.extrautils:color_stone@1
stoneGreen : 1xtile.extrautils:color_stone@2
stoneBrown : 1xtile.extrautils:color_stone@3
stoneBlue : 1xtile.extrautils:color_stone@4
stonePurple : 1xtile.extrautils:color_stone@5
stoneCyan : 1xtile.extrautils:color_stone@6
stoneLightGray : 1xtile.extrautils:color_stone@7
stoneGray : 1xtile.extrautils:color_stone@8
stonePink : 1xtile.extrautils:color_stone@9
stoneLime : 1xtile.extrautils:color_stone@10
stoneYellow : 1xtile.extrautils:color_stone@11
stoneLightBlue : 1xtile.extrautils:color_stone@12
stoneMagenta : 1xtile.extrautils:color_stone@13
stoneOrange : 1xtile.extrautils:color_stone@14
stoneWhite : 1xtile.extrautils:color_stone@15
soulsand : 1xtile.extrautils:color_hellsand@0
soulsand : 1xtile.extrautils:color_hellsand@1
soulsand : 1xtile.extrautils:color_hellsand@2
soulsand : 1xtile.extrautils:color_hellsand@3
soulsand : 1xtile.extrautils:color_hellsand@4
soulsand : 1xtile.extrautils:color_hellsand@5
soulsand : 1xtile.extrautils:color_hellsand@6
soulsand : 1xtile.extrautils:color_hellsand@7
soulsand : 1xtile.extrautils:color_hellsand@8
soulsand : 1xtile.extrautils:color_hellsand@9
soulsand : 1xtile.extrautils:color_hellsand@10
soulsand : 1xtile.extrautils:color_hellsand@11
soulsand : 1xtile.extrautils:color_hellsand@12
soulsand : 1xtile.extrautils:color_hellsand@13
soulsand : 1xtile.extrautils:color_hellsand@14
soulsand : 1xtile.extrautils:color_hellsand@15
soulsandBlack : 1xtile.extrautils:color_hellsand@0
soulsandRed : 1xtile.extrautils:color_hellsand@1
soulsandGreen : 1xtile.extrautils:color_hellsand@2
soulsandBrown : 1xtile.extrautils:color_hellsand@3
soulsandBlue : 1xtile.extrautils:color_hellsand@4
soulsandPurple : 1xtile.extrautils:color_hellsand@5
soulsandCyan : 1xtile.extrautils:color_hellsand@6
soulsandLightGray : 1xtile.extrautils:color_hellsand@7
soulsandGray : 1xtile.extrautils:color_hellsand@8
soulsandPink : 1xtile.extrautils:color_hellsand@9
soulsandLime : 1xtile.extrautils:color_hellsand@10
soulsandYellow : 1xtile.extrautils:color_hellsand@11
soulsandLightBlue : 1xtile.extrautils:color_hellsand@12
soulsandMagenta : 1xtile.extrautils:color_hellsand@13
soulsandOrange : 1xtile.extrautils:color_hellsand@14
soulsandWhite : 1xtile.extrautils:color_hellsand@15
bricksClay : 1xtile.extrautils:color_brick@0
bricksClay : 1xtile.extrautils:color_brick@1
bricksClay : 1xtile.extrautils:color_brick@2
bricksClay : 1xtile.extrautils:color_brick@3
bricksClay : 1xtile.extrautils:color_brick@4
bricksClay : 1xtile.extrautils:color_brick@5
bricksClay : 1xtile.extrautils:color_brick@6
bricksClay : 1xtile.extrautils:color_brick@7
bricksClay : 1xtile.extrautils:color_brick@8
bricksClay : 1xtile.extrautils:color_brick@9
bricksClay : 1xtile.extrautils:color_brick@10
bricksClay : 1xtile.extrautils:color_brick@11
bricksClay : 1xtile.extrautils:color_brick@12
bricksClay : 1xtile.extrautils:color_brick@13
bricksClay : 1xtile.extrautils:color_brick@14
bricksClay : 1xtile.extrautils:color_brick@15
bricksClayBlack : 1xtile.extrautils:color_brick@0
bricksClayRed : 1xtile.extrautils:color_brick@1
bricksClayGreen : 1xtile.extrautils:color_brick@2
bricksClayBrown : 1xtile.extrautils:color_brick@3
bricksClayBlue : 1xtile.extrautils:color_brick@4
bricksClayPurple : 1xtile.extrautils:color_brick@5
bricksClayCyan : 1xtile.extrautils:color_brick@6
bricksClayLightGray : 1xtile.extrautils:color_brick@7
bricksClayGray : 1xtile.extrautils:color_brick@8
bricksClayPink : 1xtile.extrautils:color_brick@9
bricksClayLime : 1xtile.extrautils:color_brick@10
bricksClayYellow : 1xtile.extrautils:color_brick@11
bricksClayLightBlue : 1xtile.extrautils:color_brick@12
bricksClayMagenta : 1xtile.extrautils:color_brick@13
bricksClayOrange : 1xtile.extrautils:color_brick@14
bricksClayWhite : 1xtile.extrautils:color_brick@15
cobblestoneBlack : 1xtile.extrautils:color_stonebrick@0
cobblestoneRed : 1xtile.extrautils:color_stonebrick@1
cobblestoneGreen : 1xtile.extrautils:color_stonebrick@2
cobblestoneBrown : 1xtile.extrautils:color_stonebrick@3
cobblestoneBlue : 1xtile.extrautils:color_stonebrick@4
cobblestonePurple : 1xtile.extrautils:color_stonebrick@5
cobblestoneCyan : 1xtile.extrautils:color_stonebrick@6
cobblestoneLightGray : 1xtile.extrautils:color_stonebrick@7
cobblestoneGray : 1xtile.extrautils:color_stonebrick@8
cobblestonePink : 1xtile.extrautils:color_stonebrick@9
cobblestoneLime : 1xtile.extrautils:color_stonebrick@10
cobblestoneYellow : 1xtile.extrautils:color_stonebrick@11
cobblestoneLightBlue : 1xtile.extrautils:color_stonebrick@12
cobblestoneMagenta : 1xtile.extrautils:color_stonebrick@13
cobblestoneOrange : 1xtile.extrautils:color_stonebrick@14
cobblestoneWhite : 1xtile.extrautils:color_stonebrick@15
blockLapisBlack : 1xtile.extrautils:color_blockLapis@0
blockLapisRed : 1xtile.extrautils:color_blockLapis@1
blockLapisGreen : 1xtile.extrautils:color_blockLapis@2
blockLapisBrown : 1xtile.extrautils:color_blockLapis@3
blockLapisBlue : 1xtile.extrautils:color_blockLapis@4
blockLapisPurple : 1xtile.extrautils:color_blockLapis@5
blockLapisCyan : 1xtile.extrautils:color_blockLapis@6
blockLapisLightGray : 1xtile.extrautils:color_blockLapis@7
blockLapisGray : 1xtile.extrautils:color_blockLapis@8
blockLapisPink : 1xtile.extrautils:color_blockLapis@9
blockLapisLime : 1xtile.extrautils:color_blockLapis@10
blockLapisYellow : 1xtile.extrautils:color_blockLapis@11
blockLapisLightBlue : 1xtile.extrautils:color_blockLapis@12
blockLapisMagenta : 1xtile.extrautils:color_blockLapis@13
blockLapisOrange : 1xtile.extrautils:color_blockLapis@14
blockLapisWhite : 1xtile.extrautils:color_blockLapis@15
obsidian : 1xtile.extrautils:color_obsidian@0
obsidian : 1xtile.extrautils:color_obsidian@1
obsidian : 1xtile.extrautils:color_obsidian@2
obsidian : 1xtile.extrautils:color_obsidian@3
obsidian : 1xtile.extrautils:color_obsidian@4
obsidian : 1xtile.extrautils:color_obsidian@5
obsidian : 1xtile.extrautils:color_obsidian@6
obsidian : 1xtile.extrautils:color_obsidian@7
obsidian : 1xtile.extrautils:color_obsidian@8
obsidian : 1xtile.extrautils:color_obsidian@9
obsidian : 1xtile.extrautils:color_obsidian@10
obsidian : 1xtile.extrautils:color_obsidian@11
obsidian : 1xtile.extrautils:color_obsidian@12
obsidian : 1xtile.extrautils:color_obsidian@13
obsidian : 1xtile.extrautils:color_obsidian@14
obsidian : 1xtile.extrautils:color_obsidian@15
obsidian : 1xtile.obsidian@0
obsidianBlack : 1xtile.extrautils:color_obsidian@0
obsidianRed : 1xtile.extrautils:color_obsidian@1
obsidianGreen : 1xtile.extrautils:color_obsidian@2
obsidianBrown : 1xtile.extrautils:color_obsidian@3
obsidianBlue : 1xtile.extrautils:color_obsidian@4
obsidianPurple : 1xtile.extrautils:color_obsidian@5
obsidianCyan : 1xtile.extrautils:color_obsidian@6
obsidianLightGray : 1xtile.extrautils:color_obsidian@7
obsidianGray : 1xtile.extrautils:color_obsidian@8
obsidianPink : 1xtile.extrautils:color_obsidian@9
obsidianLime : 1xtile.extrautils:color_obsidian@10
obsidianYellow : 1xtile.extrautils:color_obsidian@11
obsidianLightBlue : 1xtile.extrautils:color_obsidian@12
obsidianMagenta : 1xtile.extrautils:color_obsidian@13
obsidianOrange : 1xtile.extrautils:color_obsidian@14
obsidianWhite : 1xtile.extrautils:color_obsidian@15
blockRedstoneBlack : 1xtile.extrautils:color_blockRedstone@0
blockRedstoneRed : 1xtile.extrautils:color_blockRedstone@1
blockRedstoneGreen : 1xtile.extrautils:color_blockRedstone@2
blockRedstoneBrown : 1xtile.extrautils:color_blockRedstone@3
blockRedstoneBlue : 1xtile.extrautils:color_blockRedstone@4
blockRedstonePurple : 1xtile.extrautils:color_blockRedstone@5
blockRedstoneCyan : 1xtile.extrautils:color_blockRedstone@6
blockRedstoneLightGray : 1xtile.extrautils:color_blockRedstone@7
blockRedstoneGray : 1xtile.extrautils:color_blockRedstone@8
blockRedstonePink : 1xtile.extrautils:color_blockRedstone@9
blockRedstoneLime : 1xtile.extrautils:color_blockRedstone@10
blockRedstoneYellow : 1xtile.extrautils:color_blockRedstone@11
blockRedstoneLightBlue : 1xtile.extrautils:color_blockRedstone@12
blockRedstoneMagenta : 1xtile.extrautils:color_blockRedstone@13
blockRedstoneOrange : 1xtile.extrautils:color_blockRedstone@14
blockRedstoneWhite : 1xtile.extrautils:color_blockRedstone@15
blockCoalBlack : 1xtile.extrautils:color_blockCoal@0
blockCoalRed : 1xtile.extrautils:color_blockCoal@1
blockCoalGreen : 1xtile.extrautils:color_blockCoal@2
blockCoalBrown : 1xtile.extrautils:color_blockCoal@3
blockCoalBlue : 1xtile.extrautils:color_blockCoal@4
blockCoalPurple : 1xtile.extrautils:color_blockCoal@5
blockCoalCyan : 1xtile.extrautils:color_blockCoal@6
blockCoalLightGray : 1xtile.extrautils:color_blockCoal@7
blockCoalGray : 1xtile.extrautils:color_blockCoal@8
blockCoalPink : 1xtile.extrautils:color_blockCoal@9
blockCoalLime : 1xtile.extrautils:color_blockCoal@10
blockCoalYellow : 1xtile.extrautils:color_blockCoal@11
blockCoalLightBlue : 1xtile.extrautils:color_blockCoal@12
blockCoalMagenta : 1xtile.extrautils:color_blockCoal@13
blockCoalOrange : 1xtile.extrautils:color_blockCoal@14
blockCoalWhite : 1xtile.extrautils:color_blockCoal@15
sludge : 1xitem.factorization:sludge@0
oreFzDarkIron : 1xtile.factorization:darkIronOre@0
ingotFzDarkIron : 1xitem.factorization:dark_iron_ingot@0
blockFzDarkIron : 1xtile.factorization.ResourceBlock@3
sulfuricAcid : 1xitem.factorization:acid@0
bottleSulfuricAcid : 1xitem.factorization:acid@0
aquaRegia : 1xitem.factorization:acid@1
orePoorZinc : 1xtile.steamcraft:ore@2
nuggetZinc : 1xitem.steamcraft:nugget@1
nuggetBrass : 1xitem.steamcraft:nugget@3
plateSteamcraftCopper : 1xitem.steamcraft:plate@0
plateSteamcraftCopper : 1xic2.itemPlates@0
plateSteamcraftCopper : 1xitem.sharedItem@7686
plateSteamcraftZinc : 1xitem.steamcraft:plate@1
plateSteamcraftIron : 1xitem.steamcraft:plate@2
plateSteamcraftIron : 1xic2.itemPlates@4
plateSteamcraftIron : 1xitem.sharedItem@7687
plateSteamcraftGold : 1xitem.steamcraft:plate@3
plateSteamcraftGold : 1xic2.itemPlates@3
plateSteamcraftGold : 1xitem.sharedItem@7688
plateSteamcraftBrass : 1xitem.steamcraft:plate@4
plateSteamcraftThaumium : 1xitem.steamcraft:plate@5
plateSteamcraftTerrasteel : 1xitem.steamcraft:plate@6
plateSteamcraftElementium : 1xitem.steamcraft:plate@7
plateSteamcraftFiery : 1xitem.steamcraft:plate@8
plateSteamcraftLead : 1xitem.steamcraft:plate@9
plateSteamcraftLead : 1xic2.itemPlates@6
plateSteamcraftLead : 1xitem.sharedItem@7689
plateSteamcraftVibrant : 1xitem.steamcraft:plate@10
plateSteamcraftEnderium : 1xitem.steamcraft:plate@11
shardNether : 1xitem.NetherShard@0
shardNether : 1xitem.NetherShard@1
shardNether : 1xitem.NetherShard@3
shardNether : 1xitem.NetherShard@4
shardNether : 1xitem.NetherShard@5
shardNether : 1xitem.NetherShard@6
shardNether : 1xitem.GluttonyShard@0
nuggetEmerald : 1xitem.FMResource@0
blockNetherStar : 1xtile.StarBlock@0
ingotBlaze : 1xitem.ganysnether.blazeIngot@1
nuggetBlaze : 1xitem.ganysnether.blazeIngot@2
dustWheat : 1xitem.ganysnether.flour@0
mobEgg : 1xitem.monsterPlacer@32767
mobEgg : 1xitem.skeletonSpawner@32767
mobEgg : 1xitem.ganyssurface.chargedCreeperSpawner@0
mobEgg : 1xitem.ganyssurface.horseSpawner@32767
mobEgg : 1xitem.tfspawnegg@32767
blockSpawner : 1xtile.mobSpawner@32767
blockSpawner : 1xtile.ganysnether.extendedSpawner@32767
blockQuartzChiselled : 1xtile.ganysnether.colouredChiselledQuartzBlock@32767
blockQuartzChiselled : 1xtile.quartzBlock@1
blockQuartzPillar : 1xtile.ganysnether.colouredQuartzPillar0@32767
blockQuartzPillar : 1xtile.ganysnether.colouredQuartzPillar1@32767
blockQuartzPillar : 1xtile.ganysnether.colouredQuartzPillar2@32767
blockQuartzPillar : 1xtile.ganysnether.colouredQuartzPillar3@32767
blockQuartzPillar : 1xtile.quartzBlock@2
egg : 1xitem.egg@0
clayHardened : 1xtile.clayHardened@0
clayHardened : 1xtile.clayHardenedStained@32767
beansCocoa : 1xitem.dyePowder@3
crystalPrismarine : 1xitem.ganyssurface.prismarineItems@1
blockCharcoal : 1xtile.ganyssurface.charcoalBlock@0
blockCharcoal : 1xtile.BasicBlock@3
blockSlime : 1xtile.ganyssurface.slimeBlock@0
plankAcacia : 1xtile.wood@4
plankBirch : 1xtile.wood@2
plankDarkOak : 1xtile.wood@5
plankJungle : 1xtile.wood@3
plankSpruce : 1xtile.wood@1
plankOak : 1xtile.wood@0
ASB2_StructureCubes : 1xtile.StructureCubeColor9@0
ASB2_StructureCubes : 1xtile.StructureCubeColor9@1
ASB2_StructureCubes : 1xtile.StructureCubeColor9@2
ASB2_StructureCubes : 1xtile.StructureCubeColor9@3
ASB2_StructureCubes : 1xtile.StructureCubeColor9@4
ASB2_StructureCubes : 1xtile.StructureCubeColor9@5
ASB2_StructureCubes : 1xtile.StructureCubeColor9@6
ASB2_StructureCubes : 1xtile.StructureCubeColor12@0
ASB2_StructureCubes : 1xtile.StructureCubeColor12@1
ASB2_StructureCubes : 1xtile.StructureCubeColor12@2
ASB2_StructureCubes : 1xtile.StructureCubeColor12@3
ASB2_StructureCubes : 1xtile.StructureCubeColor12@4
ASB2_StructureCubes : 1xtile.StructureCubeColor12@5
ASB2_StructureCubes : 1xtile.StructureCubeColor12@6
ASB2_StructureCubes : 1xtile.StructureCubeColor13@0
ASB2_StructureCubes : 1xtile.StructureCubeColor13@1
ASB2_StructureCubes : 1xtile.StructureCubeColor13@2
ASB2_StructureCubes : 1xtile.StructureCubeColor13@3
ASB2_StructureCubes : 1xtile.StructureCubeColor13@4
ASB2_StructureCubes : 1xtile.StructureCubeColor13@5
ASB2_StructureCubes : 1xtile.StructureCubeColor13@6
ASB2_StructureCubes : 1xtile.StructureCubeColor10@0
ASB2_StructureCubes : 1xtile.StructureCubeColor10@1
ASB2_StructureCubes : 1xtile.StructureCubeColor10@2
ASB2_StructureCubes : 1xtile.StructureCubeColor10@3
ASB2_StructureCubes : 1xtile.StructureCubeColor10@4
ASB2_StructureCubes : 1xtile.StructureCubeColor10@5
ASB2_StructureCubes : 1xtile.StructureCubeColor10@6
ASB2_StructureCubes : 1xtile.StructureCubeColor0@0
ASB2_StructureCubes : 1xtile.StructureCubeColor0@1
ASB2_StructureCubes : 1xtile.StructureCubeColor0@2
ASB2_StructureCubes : 1xtile.StructureCubeColor0@3
ASB2_StructureCubes : 1xtile.StructureCubeColor0@4
ASB2_StructureCubes : 1xtile.StructureCubeColor0@5
ASB2_StructureCubes : 1xtile.StructureCubeColor0@6
ASB2_StructureCubes : 1xtile.StructureCubeColor11@0
ASB2_StructureCubes : 1xtile.StructureCubeColor11@1
ASB2_StructureCubes : 1xtile.StructureCubeColor11@2
ASB2_StructureCubes : 1xtile.StructureCubeColor11@3
ASB2_StructureCubes : 1xtile.StructureCubeColor11@4
ASB2_StructureCubes : 1xtile.StructureCubeColor11@5
ASB2_StructureCubes : 1xtile.StructureCubeColor11@6
ASB2_StructureCubes : 1xtile.StructureCubeColor16@0
ASB2_StructureCubes : 1xtile.StructureCubeColor16@1
ASB2_StructureCubes : 1xtile.StructureCubeColor16@2
ASB2_StructureCubes : 1xtile.StructureCubeColor16@3
ASB2_StructureCubes : 1xtile.StructureCubeColor16@4
ASB2_StructureCubes : 1xtile.StructureCubeColor16@5
ASB2_StructureCubes : 1xtile.StructureCubeColor16@6
ASB2_StructureCubes : 1xtile.StructureCubeColor14@0
ASB2_StructureCubes : 1xtile.StructureCubeColor14@1
ASB2_StructureCubes : 1xtile.StructureCubeColor14@2
ASB2_StructureCubes : 1xtile.StructureCubeColor14@3
ASB2_StructureCubes : 1xtile.StructureCubeColor14@4
ASB2_StructureCubes : 1xtile.StructureCubeColor14@5
ASB2_StructureCubes : 1xtile.StructureCubeColor14@6
ASB2_StructureCubes : 1xtile.StructureCubeColor15@0
ASB2_StructureCubes : 1xtile.StructureCubeColor15@1
ASB2_StructureCubes : 1xtile.StructureCubeColor15@2
ASB2_StructureCubes : 1xtile.StructureCubeColor15@3
ASB2_StructureCubes : 1xtile.StructureCubeColor15@4
ASB2_StructureCubes : 1xtile.StructureCubeColor15@5
ASB2_StructureCubes : 1xtile.StructureCubeColor15@6
ASB2_StructureCubes : 1xtile.StructureCubeColor5@0
ASB2_StructureCubes : 1xtile.StructureCubeColor5@1
ASB2_StructureCubes : 1xtile.StructureCubeColor5@2
ASB2_StructureCubes : 1xtile.StructureCubeColor5@3
ASB2_StructureCubes : 1xtile.StructureCubeColor5@4
ASB2_StructureCubes : 1xtile.StructureCubeColor5@5
ASB2_StructureCubes : 1xtile.StructureCubeColor5@6
ASB2_StructureCubes : 1xtile.StructureCubeColor6@0
ASB2_StructureCubes : 1xtile.StructureCubeColor6@1
ASB2_StructureCubes : 1xtile.StructureCubeColor6@2
ASB2_StructureCubes : 1xtile.StructureCubeColor6@3
ASB2_StructureCubes : 1xtile.StructureCubeColor6@4
ASB2_StructureCubes : 1xtile.StructureCubeColor6@5
ASB2_StructureCubes : 1xtile.StructureCubeColor6@6
ASB2_StructureCubes : 1xtile.StructureCubeColor7@0
ASB2_StructureCubes : 1xtile.StructureCubeColor7@1
ASB2_StructureCubes : 1xtile.StructureCubeColor7@2
ASB2_StructureCubes : 1xtile.StructureCubeColor7@3
ASB2_StructureCubes : 1xtile.StructureCubeColor7@4
ASB2_StructureCubes : 1xtile.StructureCubeColor7@5
ASB2_StructureCubes : 1xtile.StructureCubeColor7@6
ASB2_StructureCubes : 1xtile.StructureCubeColor8@0
ASB2_StructureCubes : 1xtile.StructureCubeColor8@1
ASB2_StructureCubes : 1xtile.StructureCubeColor8@2
ASB2_StructureCubes : 1xtile.StructureCubeColor8@3
ASB2_StructureCubes : 1xtile.StructureCubeColor8@4
ASB2_StructureCubes : 1xtile.StructureCubeColor8@5
ASB2_StructureCubes : 1xtile.StructureCubeColor8@6
ASB2_StructureCubes : 1xtile.StructureCubeColor1@0
ASB2_StructureCubes : 1xtile.StructureCubeColor1@1
ASB2_StructureCubes : 1xtile.StructureCubeColor1@2
ASB2_StructureCubes : 1xtile.StructureCubeColor1@3
ASB2_StructureCubes : 1xtile.StructureCubeColor1@4
ASB2_StructureCubes : 1xtile.StructureCubeColor1@5
ASB2_StructureCubes : 1xtile.StructureCubeColor1@6
ASB2_StructureCubes : 1xtile.StructureCubeColor2@0
ASB2_StructureCubes : 1xtile.StructureCubeColor2@1
ASB2_StructureCubes : 1xtile.StructureCubeColor2@2
ASB2_StructureCubes : 1xtile.StructureCubeColor2@3
ASB2_StructureCubes : 1xtile.StructureCubeColor2@4
ASB2_StructureCubes : 1xtile.StructureCubeColor2@5
ASB2_StructureCubes : 1xtile.StructureCubeColor2@6
ASB2_StructureCubes : 1xtile.StructureCubeColor3@0
ASB2_StructureCubes : 1xtile.StructureCubeColor3@1
ASB2_StructureCubes : 1xtile.StructureCubeColor3@2
ASB2_StructureCubes : 1xtile.StructureCubeColor3@3
ASB2_StructureCubes : 1xtile.StructureCubeColor3@4
ASB2_StructureCubes : 1xtile.StructureCubeColor3@5
ASB2_StructureCubes : 1xtile.StructureCubeColor3@6
ASB2_StructureCubes : 1xtile.StructureCubeColor4@0
ASB2_StructureCubes : 1xtile.StructureCubeColor4@1
ASB2_StructureCubes : 1xtile.StructureCubeColor4@2
ASB2_StructureCubes : 1xtile.StructureCubeColor4@3
ASB2_StructureCubes : 1xtile.StructureCubeColor4@4
ASB2_StructureCubes : 1xtile.StructureCubeColor4@5
ASB2_StructureCubes : 1xtile.StructureCubeColor4@6
ASB2_StructureCubes : 1xtile.MetadataOre@0
ingotEnrichedCopper : 1xitem.ingotEnrichedCopper@0
bacon : 1xitem.bacon@0
diamondShard : 1xitem.diamondShard@0
dustDiamondCopper : 1xitem.dustDiamondCopper@0
chestWood : 1xtile.chest@0
whiteStone : 1xtile.whiteStone@0
transdimBlock : 1xtile.enderChest@0
nuggetSteel : 1xitem.railcraft.nugget@1
nuggetSteel : 1xitem.tconstruct.Materials@33
fuelCoke : 1xitem.railcraft.fuel.coke@0
oreFirestone : 1xtile.railcraft.ore@5
orePoorCopper : 1xtile.railcraft.ore@9
orePoorGold : 1xtile.railcraft.ore@8
orePoorIron : 1xtile.railcraft.ore@7
orePoorTin : 1xtile.railcraft.ore@10
mb.magnet.level0 : 1xitem.magicbees:mysteriousMagnet@0
mb.magnet.level0 : 1xitem.magicbees:mysteriousMagnet@1
mb.magnet.level1 : 1xitem.magicbees:mysteriousMagnet@2
mb.magnet.level1 : 1xitem.magicbees:mysteriousMagnet@3
mb.magnet.level2 : 1xitem.magicbees:mysteriousMagnet@4
mb.magnet.level2 : 1xitem.magicbees:mysteriousMagnet@5
mb.magnet.level3 : 1xitem.magicbees:mysteriousMagnet@6
mb.magnet.level3 : 1xitem.magicbees:mysteriousMagnet@7
mb.magnet.level4 : 1xitem.magicbees:mysteriousMagnet@8
mb.magnet.level4 : 1xitem.magicbees:mysteriousMagnet@9
mb.magnet.level5 : 1xitem.magicbees:mysteriousMagnet@10
mb.magnet.level5 : 1xitem.magicbees:mysteriousMagnet@11
mb.magnet.level6 : 1xitem.magicbees:mysteriousMagnet@12
mb.magnet.level6 : 1xitem.magicbees:mysteriousMagnet@13
mb.magnet.level7 : 1xitem.magicbees:mysteriousMagnet@14
mb.magnet.level7 : 1xitem.magicbees:mysteriousMagnet@15
mb.magnet.level8 : 1xitem.magicbees:mysteriousMagnet@16
mb.magnet.level8 : 1xitem.magicbees:mysteriousMagnet@17
waxMagical : 1xitem.wax@0
waxMagical : 1xitem.wax@2
shardDiamond : 1xitem.beeNugget@5
shardEmerald : 1xitem.beeNugget@6
shardApatite : 1xitem.beeNugget@7
limestone : 1xtile.limestone@0
oreAluminum : 1xtile.rocks@2
oreAluminum : 1xtile.tconstruct.stoneore@5
oreAluminum : 1xtile.tconstruct.gravelore@4
oreRutile : 1xtile.rocks@3
blockAluminum : 1xtile.metals@1
blockAluminum : 1xtile.tconstruct.metalblock@6
blockMagnesium : 1xtile.metals@3
blockRutile : 1xtile.metals@2
blockTitanium : 1xtile.metals@4
foodSalt : 1xitem.materials@12
foodSalt : 1xitem.saltItem@0
ingotAluminum : 1xitem.materials@0
ingotAluminum : 1xitem.tconstruct.Materials@11
ingotMagnesium : 1xitem.materials@1
ingotRutile : 1xitem.materials@3
ingotTitanium : 1xitem.materials@2
nuggetAluminum : 1xitem.materials@34
nuggetAluminum : 1xitem.tconstruct.Materials@22
nuggetAluminum : 1xitem.oreberry@4
nuggetMagnesium : 1xitem.materials@35
nuggetRutile : 1xitem.materials@37
nuggetTitanium : 1xitem.materials@36
coralLightBlue : 1xtile.plant.static@4
coralYellow : 1xtile.plant.static@7
coralMagenta : 1xtile.plant.static@5
coralBrown : 1xtile.plant.static@6
coralOrange : 1xtile.plant.static@8
coralPink : 1xtile.plant.static@2
coralPurple : 1xtile.plant.static@9
coralRed : 1xtile.plant.static@3
coralWhite : 1xtile.plant.static@12
coralGray : 1xtile.plant.static@10
coralLightGray : 1xtile.plant.static@11
plantKelp : 1xtile.plant.static@1
oreNetherCoal : 1xtile.netherores.ore.0@0
oreNetherDiamond : 1xtile.netherores.ore.0@1
oreNetherGold : 1xtile.netherores.ore.0@2
oreNetherIron : 1xtile.netherores.ore.0@3
oreNetherLapis : 1xtile.netherores.ore.0@4
oreNetherRedstone : 1xtile.netherores.ore.0@5
oreNetherCopper : 1xtile.netherores.ore.0@6
oreNetherTin : 1xtile.netherores.ore.0@7
oreNetherEmerald : 1xtile.netherores.ore.0@8
oreNetherSilver : 1xtile.netherores.ore.0@9
oreNetherLead : 1xtile.netherores.ore.0@10
oreNetherUranium : 1xtile.netherores.ore.0@11
oreNetherNikolite : 1xtile.netherores.ore.0@12
oreNetherRuby : 1xtile.netherores.ore.0@13
oreNetherPeridot : 1xtile.netherores.ore.0@14
oreNetherSapphire : 1xtile.netherores.ore.0@15
oreNetherPlatinum : 1xtile.netherores.ore.1@0
oreNetherNickel : 1xtile.netherores.ore.1@1
oreNetherSteel : 1xtile.netherores.ore.1@2
oreNetherIridium : 1xtile.netherores.ore.1@3
oreNetherOsmium : 1xtile.netherores.ore.1@4
oreNetherSulfur : 1xtile.netherores.ore.1@5
oreNetherTitanium : 1xtile.netherores.ore.1@6
oreNetherMithril : 1xtile.netherores.ore.1@7
oreNetherAdamantium : 1xtile.netherores.ore.1@8
oreNetherRutile : 1xtile.netherores.ore.1@9
oreNetherTungsten : 1xtile.netherores.ore.1@10
oreNetherAmber : 1xtile.netherores.ore.1@11
oreNetherTennantite : 1xtile.netherores.ore.1@12
oreNetherSalt : 1xtile.netherores.ore.1@13
oreNetherSaltpeter : 1xtile.netherores.ore.1@14
oreNetherMagnesium : 1xtile.netherores.ore.1@15
cropAsparagus : 1xitem.asparagusItem@0
cropBarley : 1xitem.barleyItem@0
cropBean : 1xitem.beanItem@0
cropBeet : 1xitem.beetItem@0
cropBroccoli : 1xitem.broccoliItem@0
cropCauliflower : 1xitem.cauliflowerItem@0
cropCelery : 1xitem.celeryItem@0
cropCranberry : 1xitem.cranberryItem@0
cropGarlic : 1xitem.garlicItem@0
cropGinger : 1xitem.gingerItem@0
cropLeek : 1xitem.leekItem@0
cropLettuce : 1xitem.lettuceItem@0
cropOats : 1xitem.oatsItem@0
cropOnion : 1xitem.onionItem@0
cropParsnip : 1xitem.parsnipItem@0
cropPeanut : 1xitem.peanutItem@0
cropPineapple : 1xitem.pineappleItem@0
cropRadish : 1xitem.radishItem@0
cropRice : 1xitem.riceItem@0
cropRutabaga : 1xitem.rutabagaItem@0
cropRye : 1xitem.ryeItem@0
cropScallion : 1xitem.scallionItem@0
cropSoybean : 1xitem.soybeanItem@0
cropSpiceleaf : 1xitem.spiceleafItem@0
cropSweetpotato : 1xitem.sweetpotatoItem@0
cropTea : 1xitem.tealeafItem@0
cropTurnip : 1xitem.turnipItem@0
cropWhitemushroom : 1xitem.whitemushroomItem@0
cropArtichoke : 1xitem.artichokeItem@0
cropBellpepper : 1xitem.bellpepperItem@0
cropBlackberry : 1xitem.blackberryItem@0
cropBlueberry : 1xitem.blueberryItem@0
cropBrusselsprout : 1xitem.brusselsproutItem@0
cropCabbage : 1xitem.cabbageItem@0
cropCactusfruit : 1xitem.cactusfruitItem@0
cropCantaloupe : 1xitem.cantaloupeItem@0
cropChilipepper : 1xitem.chilipepperItem@0
cropCorn : 1xitem.cornItem@0
cropCotton : 1xitem.cottonItem@0
cropCucumber : 1xitem.cucumberItem@0
cropEggplant : 1xitem.eggplantItem@0
cropGrape : 1xitem.grapeItem@0
cropKiwi : 1xitem.kiwiItem@0
cropMustard : 1xitem.mustardseedsItem@0
cropOkra : 1xitem.okraItem@0
cropPeas : 1xitem.peasItem@0
cropRaspberry : 1xitem.raspberryItem@0
cropRhubarb : 1xitem.rhubarbItem@0
cropSeaweed : 1xitem.seaweedItem@0
cropStrawberry : 1xitem.strawberryItem@0
cropTomato : 1xitem.tomatoItem@0
cropWintersquash : 1xitem.wintersquashItem@0
cropZucchini : 1xitem.zucchiniItem@0
toolPot : 1xitem.potItem@0
listAllwater : 1xitem.bucketWater@0
listAllwater : 1xitem.freshwaterItem@0
foodHoneydrop : 1xitem.honeyItem@0
honeyEqualssugar : 1xitem.honeyItem@0
flourEqualswheat : 1xitem.wheat@0
flourEqualswheat : 1xitem.flourItem@0
listAllegg : 1xitem.egg@0
listAllegg : 1xitem.firmtofuItem@0
listAllmushroom : 1xtile.mushroom@0
listAllmushroom : 1xtile.mushroom@0
listAllmushroom : 1xitem.whitemushroomItem@0
toolMortarandpestle : 1xitem.mortarandpestleItem@0
toolMixingbowl : 1xitem.mixingbowlItem@0
foodFlour : 1xitem.flourItem@0
foodDough : 1xitem.doughItem@0
foodButter : 1xitem.butterItem@0
toolSaucepan : 1xitem.saucepanItem@0
listAllReplaceheavycream : 1xitem.silkentofuItem@0
listAllReplaceheavycream : 1xitem.heavycreamItem@0
toolSkillet : 1xitem.skilletItem@0
foodToast : 1xitem.toastItem@0
foodCheese : 1xitem.cheeseItem@0
toolJuicer : 1xitem.juicerItem@0
toolBakeware : 1xitem.bakewareItem@0
foodCaramel : 1xitem.caramelItem@0
foodStock : 1xitem.stockItem@0
foodButteredpotato : 1xitem.butteredpotatoItem@0
listAllporkcooked : 1xitem.porkchopCooked@0
listAllporkcooked : 1xitem.firmtofuItem@0
toolCuttingboard : 1xitem.cuttingboardItem@0
foodMayo : 1xitem.mayoItem@0
listAllchickenraw : 1xitem.chickenRaw@0
listAllchickenraw : 1xitem.firmtofuItem@0
foodPasta : 1xitem.pastaItem@0
listAllporkraw : 1xitem.porkchopRaw@0
listAllporkraw : 1xitem.firmtofuItem@0
listAllbeefraw : 1xitem.beefRaw@0
listAllbeefraw : 1xitem.firmtofuItem@0
foodHamburger : 1xitem.hamburgerItem@0
foodCheeseburger : 1xitem.cheeseburgerItem@0
listAllfishraw : 1xitem.fish@0
listAllfishraw : 1xitem.calamarirawItem@0
listAllfishraw : 1xitem.firmtofuItem@0
foodFishsticks : 1xitem.fishsticksItem@0
foodFries : 1xitem.friesItem@0
foodBoiledegg : 1xitem.boiledeggItem@0
foodCocoapowder : 1xitem.cocoapowderItem@0
listAllReplaceicecream : 1xitem.silkentofuItem@0
listAllReplaceicecream : 1xitem.icecreamItem@0
listAllmeatraw : 1xitem.beefRaw@0
listAllmeatraw : 1xitem.chickenRaw@0
listAllmeatraw : 1xitem.porkchopRaw@0
listAllmeatraw : 1xitem.muttonrawItem@0
listAllmeatraw : 1xitem.firmtofuItem@0
listAllveggie : 1xitem.carrots@0
listAllveggie : 1xitem.potato@0
listAllveggie : 1xtile.pumpkin@0
listAllveggie : 1xitem.asparagusItem@0
listAllveggie : 1xitem.beanItem@0
listAllveggie : 1xitem.beetItem@0
listAllveggie : 1xitem.broccoliItem@0
listAllveggie : 1xitem.cauliflowerItem@0
listAllveggie : 1xitem.celeryItem@0
listAllveggie : 1xitem.leekItem@0
listAllveggie : 1xitem.lettuceItem@0
listAllveggie : 1xitem.onionItem@0
listAllveggie : 1xitem.parsnipItem@0
listAllveggie : 1xitem.radishItem@0
listAllveggie : 1xitem.rutabagaItem@0
listAllveggie : 1xitem.scallionItem@0
listAllveggie : 1xitem.soybeanItem@0
listAllveggie : 1xitem.sweetpotatoItem@0
listAllveggie : 1xitem.turnipItem@0
listAllveggie : 1xitem.whitemushroomItem@0
listAllveggie : 1xitem.artichokeItem@0
listAllveggie : 1xitem.bellpepperItem@0
listAllveggie : 1xitem.brusselsproutItem@0
listAllveggie : 1xitem.cabbageItem@0
listAllveggie : 1xitem.cornItem@0
listAllveggie : 1xitem.cucumberItem@0
listAllveggie : 1xitem.eggplantItem@0
listAllveggie : 1xitem.okraItem@0
listAllveggie : 1xitem.peasItem@0
listAllveggie : 1xitem.rhubarbItem@0
listAllveggie : 1xitem.seaweedItem@0
listAllveggie : 1xitem.tomatoItem@0
listAllveggie : 1xitem.wintersquashItem@0
listAllveggie : 1xitem.zucchiniItem@0
listAllveggie : 1xitem.bambooshootItem@0
listAllfruit : 1xitem.apple@0
listAllfruit : 1xitem.cranberryItem@0
listAllfruit : 1xitem.pineappleItem@0
listAllfruit : 1xitem.blackberryItem@0
listAllfruit : 1xitem.blueberryItem@0
listAllfruit : 1xitem.cactusfruitItem@0
listAllfruit : 1xitem.cantaloupeItem@0
listAllfruit : 1xitem.grapeItem@0
listAllfruit : 1xitem.kiwiItem@0
listAllfruit : 1xitem.raspberryItem@0
listAllfruit : 1xitem.strawberryItem@0
listAllfruit : 1xitem.bananaItem@0
listAllfruit : 1xitem.cherryItem@0
listAllfruit : 1xitem.dragonfruitItem@0
listAllfruit : 1xitem.lemonItem@0
listAllfruit : 1xitem.limeItem@0
listAllfruit : 1xitem.mangoItem@0
listAllfruit : 1xitem.orangeItem@0
listAllfruit : 1xitem.papayaItem@0
listAllfruit : 1xitem.peachItem@0
listAllfruit : 1xitem.pearItem@0
listAllfruit : 1xitem.plumItem@0
listAllfruit : 1xitem.pomegranateItem@0
listAllfruit : 1xitem.starfruitItem@0
listAllfruit : 1xitem.apricotItem@0
listAllfruit : 1xitem.dateItem@0
listAllfruit : 1xitem.figItem@0
listAllfruit : 1xitem.grapefruitItem@0
listAllfruit : 1xitem.persimmonItem@0
foodSpagetti : 1xitem.spagettiItem@0
listAllbeefcooked : 1xitem.beefCooked@0
listAllbeefcooked : 1xitem.firmtofuItem@0
listAllchickencooked : 1xitem.chickenCooked@0
listAllchickencooked : 1xitem.firmtofuItem@0
cropSunflower : 1xitem.sunflowerseedsItem@0
listAllfishcooked : 1xitem.fish@0
listAllfishcooked : 1xitem.calamaricookedItem@0
listAllfishcooked : 1xitem.firmtofuItem@0
foodChickensandwich : 1xitem.chickensandwichItem@0
foodFishsandwich : 1xitem.fishsandwichItem@0
foodDeluxecheeseburger : 1xitem.deluxecheeseburgerItem@0
listAllsmoothie : 1xitem.melonsmoothieItem@0
listAllsmoothie : 1xitem.strawberrysmoothieItem@0
listAllsmoothie : 1xitem.lemonsmoothieItem@0
listAllsmoothie : 1xitem.blueberrysmoothieItem@0
listAllsmoothie : 1xitem.cherrysmoothieItem@0
listAllsmoothie : 1xitem.papayasmoothieItem@0
listAllsmoothie : 1xitem.starfruitsmoothieItem@0
listAllsmoothie : 1xitem.bananasmoothieItem@0
listAllsmoothie : 1xitem.orangesmoothieItem@0
listAllsmoothie : 1xitem.peachsmoothieItem@0
listAllsmoothie : 1xitem.limesmoothieItem@0
listAllsmoothie : 1xitem.mangosmoothieItem@0
listAllsmoothie : 1xitem.pomegranatesmoothieItem@0
listAllsmoothie : 1xitem.blackberrysmoothieItem@0
listAllsmoothie : 1xitem.raspberrysmoothieItem@0
listAllsmoothie : 1xitem.kiwismoothieItem@0
foodZucchinifries : 1xitem.zucchinifriesItem@0
foodKetchup : 1xitem.ketchupItem@0
foodFriedegg : 1xitem.friedeggItem@0
foodPotatocakes : 1xitem.potatocakesItem@0
listAlljuice : 1xitem.applejuiceItem@0
listAlljuice : 1xitem.melonjuiceItem@0
listAlljuice : 1xitem.strawberryjuiceItem@0
listAlljuice : 1xitem.grapejuiceItem@0
listAlljuice : 1xitem.lemonaideItem@0
listAlljuice : 1xitem.blueberryjuiceItem@0
listAlljuice : 1xitem.cherryjuiceItem@0
listAlljuice : 1xitem.papayajuiceItem@0
listAlljuice : 1xitem.starfruitjuiceItem@0
listAlljuice : 1xitem.orangejuiceItem@0
listAlljuice : 1xitem.peachjuiceItem@0
listAlljuice : 1xitem.limejuiceItem@0
listAlljuice : 1xitem.mangojuiceItem@0
listAlljuice : 1xitem.pomegranatejuiceItem@0
listAlljuice : 1xitem.blackberryjuiceItem@0
listAlljuice : 1xitem.raspberryjuiceItem@0
listAlljuice : 1xitem.kiwijuiceItem@0
listAlljuice : 1xitem.cranberryjuiceItem@0
listAlljuice : 1xitem.cactusfruitjuiceItem@0
foodChocolatemilk : 1xitem.chocolatemilkItem@0
foodCornmeal : 1xitem.cornmealItem@0
foodTortilla : 1xitem.tortillaItem@0
foodHeavycream : 1xitem.heavycreamItem@0
foodFruitsalad : 1xitem.fruitsaladItem@0
foodChocolatebar : 1xitem.chocolatebarItem@0
listAllseed : 1xitem.seeds@0
listAllseed : 1xitem.seeds_pumpkin@0
listAllseed : 1xitem.seeds_melon@0
listAllseed : 1xitem.asparagusseedItem@0
listAllseed : 1xitem.barleyseedItem@0
listAllseed : 1xitem.beanseedItem@0
listAllseed : 1xitem.beetseedItem@0
listAllseed : 1xitem.broccoliseedItem@0
listAllseed : 1xitem.cauliflowerseedItem@0
listAllseed : 1xitem.celeryseedItem@0
listAllseed : 1xitem.cranberryseedItem@0
listAllseed : 1xitem.garlicseedItem@0
listAllseed : 1xitem.gingerseedItem@0
listAllseed : 1xitem.leekseedItem@0
listAllseed : 1xitem.lettuceseedItem@0
listAllseed : 1xitem.oatsseedItem@0
listAllseed : 1xitem.onionseedItem@0
listAllseed : 1xitem.parsnipseedItem@0
listAllseed : 1xitem.peanutseedItem@0
listAllseed : 1xitem.pineappleseedItem@0
listAllseed : 1xitem.radishseedItem@0
listAllseed : 1xitem.ryeseedItem@0
listAllseed : 1xitem.scallionseedItem@0
listAllseed : 1xitem.soybeanseedItem@0
listAllseed : 1xitem.spiceleafseedItem@0
listAllseed : 1xitem.sunflowerseedsItem@0
listAllseed : 1xitem.sweetpotatoseedItem@0
listAllseed : 1xitem.teaseedItem@0
listAllseed : 1xitem.turnipseedItem@0
listAllseed : 1xitem.whitemushroomseedItem@0
listAllseed : 1xitem.bellpepperseedItem@0
listAllseed : 1xitem.blackberryseedItem@0
listAllseed : 1xitem.blueberryseedItem@0
listAllseed : 1xitem.cactusfruitseedItem@0
listAllseed : 1xitem.cantaloupeseedItem@0
listAllseed : 1xitem.chilipepperseedItem@0
listAllseed : 1xitem.coffeeseedItem@0
listAllseed : 1xitem.cornseedItem@0
listAllseed : 1xitem.cucumberseedItem@0
listAllseed : 1xitem.eggplantseedItem@0
listAllseed : 1xitem.grapeseedItem@0
listAllseed : 1xitem.kiwiseedItem@0
listAllseed : 1xitem.mustardseedItem@0
listAllseed : 1xitem.peasseedItem@0
listAllseed : 1xitem.raspberryseedItem@0
listAllseed : 1xitem.rhubarbseedItem@0
listAllseed : 1xitem.seaweedseedItem@0
listAllseed : 1xitem.strawberryseedItem@0
listAllseed : 1xitem.tomatoseedItem@0
listAllseed : 1xitem.wintersquashseedItem@0
listAllseed : 1xitem.zucchiniseedItem@0
listAllseed : 1xitem.bambooshootseedItem@0
foodRaisins : 1xitem.raisinsItem@0
foodSaltedsunflowerseeds : 1xitem.saltedsunflowerseedsItem@0
listAllnut : 1xitem.peanutItem@0
listAllnut : 1xitem.walnutItem@0
listAllnut : 1xitem.almondItem@0
listAllnut : 1xitem.cashewItem@0
listAllnut : 1xitem.chestnutItem@0
listAllnut : 1xitem.pecanItem@0
listAllnut : 1xitem.pistachioItem@0
foodRoastedpumpkinseeds : 1xitem.roastedpumpkinseedsItem@0
foodPeanutbutter : 1xitem.peanutbutterItem@0
foodGrapejelly : 1xitem.grapejellyItem@0
foodGrapejuice : 1xitem.grapejuiceItem@0
foodVinegar : 1xitem.vinegarItem@0
foodSpringsalad : 1xitem.springsaladItem@0
foodCoconutmilk : 1xitem.coconutmilkItem@0
foodPizza : 1xitem.pizzaItem@0
foodChili : 1xitem.chiliItem@0
foodPancakes : 1xitem.pancakesItem@0
foodCheesecake : 1xitem.cheesecakeItem@0
foodGroundcinnamon : 1xitem.groundcinnamonItem@0
foodBlackpepper : 1xitem.blackpepperItem@0
foodEspresso : 1xitem.espressoItem@0
foodMarshmellows : 1xitem.marshmellowsItem@0
foodPlainyogurt : 1xitem.plainyogurtItem@0
foodSoftpretzel : 1xitem.softpretzelItem@0
foodMustard : 1xitem.mustardItem@0
foodOliveoil : 1xitem.oliveoilItem@0
foodMashedpotatoes : 1xitem.mashedpotatoesItem@0
foodVanilla : 1xitem.vanillaItem@0
cropStarfruit : 1xitem.starfruitItem@0
cropAvocado : 1xitem.avocadoItem@0
cropCoconut : 1xitem.coconutItem@0
cropMango : 1xitem.mangoItem@0
cropPomegranate : 1xitem.pomegranateItem@0
foodDonut : 1xitem.donutItem@0
cropPeppercorn : 1xitem.peppercornItem@0
cropCinnamon : 1xitem.cinnamonItem@0
cropNutmeg : 1xitem.nutmegItem@0
foodBaconcheeseburger : 1xitem.baconcheeseburgerItem@0
foodSaladdressing : 1xitem.saladdressingItem@0
foodGroundnutmeg : 1xitem.groundnutmegItem@0
foodApplejelly : 1xitem.applejellyItem@0
foodBlackberryjelly : 1xitem.blackberryjellyItem@0
foodBlueberryjelly : 1xitem.blueberryjellyItem@0
foodCherryjelly : 1xitem.cherryjellyItem@0
foodCranberryjelly : 1xitem.cranberryjellyItem@0
foodKiwijelly : 1xitem.kiwijellyItem@0
foodLemonjelly : 1xitem.lemonjellyItem@0
foodLimejelly : 1xitem.limejellyItem@0
foodMangojelly : 1xitem.mangojellyItem@0
foodOrangejelly : 1xitem.orangejellyItem@0
foodPapayajelly : 1xitem.papayajellyItem@0
foodPeachjelly : 1xitem.peachjellyItem@0
foodPomegranatejelly : 1xitem.pomegranatejellyItem@0
foodRaspberryjelly : 1xitem.raspberryjellyItem@0
foodStarfruitjelly : 1xitem.starfruitjellyItem@0
foodStrawberryjelly : 1xitem.strawberryjellyItem@0
foodWatermelonjelly : 1xitem.watermelonjellyItem@0
foodBubblywater : 1xitem.bubblywaterItem@0
foodCherryjuice : 1xitem.cherryjuiceItem@0
foodLimejuice : 1xitem.limejuiceItem@0
foodOrangejuice : 1xitem.orangejuiceItem@0
cropEdibleroot : 1xitem.ediblerootItem@0
foodStrawberryjuice : 1xitem.strawberryjuiceItem@0
listAllmuttonraw : 1xitem.muttonrawItem@0
listAllmuttonraw : 1xitem.firmtofuItem@0
cropCashew : 1xitem.cashewItem@0
listAllpepper : 1xitem.bellpepperItem@0
listAllpepper : 1xitem.chilipepperItem@0
foodApricotjelly : 1xitem.apricotjellyItem@0
foodFigjelly : 1xitem.figjellyItem@0
foodGrapefruitjelly : 1xitem.grapefruitjellyItem@0
listAllcitrus : 1xitem.lemonItem@0
listAllcitrus : 1xitem.limeItem@0
listAllcitrus : 1xitem.orangeItem@0
listAllcitrus : 1xitem.grapefruitItem@0
cropPersimmon : 1xitem.persimmonItem@0
foodPersimmonjelly : 1xitem.persimmonjellyItem@0
cropPistachio : 1xitem.pistachioItem@0
cropMaplesyrup : 1xitem.maplesyrupItem@0
foodWaffles : 1xitem.wafflesItem@0
foodMaplesausage : 1xitem.maplesausageItem@0
materialCloth : 1xitem.wovencottonItem@0
materialPressedwax : 1xitem.waxItem@0
materialPressedwax : 1xitem.beeswaxItem@0
listAllgrain : 1xitem.wheat@0
listAllgrain : 1xitem.barleyItem@0
listAllgrain : 1xitem.oatsItem@0
listAllgrain : 1xitem.ryeItem@0
listAllmeatcooked : 1xitem.beefCooked@0
listAllmeatcooked : 1xitem.chickenCooked@0
listAllmeatcooked : 1xitem.porkchopCooked@0
listAllmeatcooked : 1xitem.muttoncookedItem@0
listAllmeatcooked : 1xitem.firmtofuItem@0
listAllmuttoncooked : 1xitem.muttoncookedItem@0
listAllmuttoncooked : 1xitem.firmtofuItem@0
listAllgreenveggie : 1xitem.asparagusItem@0
listAllgreenveggie : 1xitem.broccoliItem@0
listAllgreenveggie : 1xitem.celeryItem@0
listAllgreenveggie : 1xitem.lettuceItem@0
listAllgreenveggie : 1xitem.spiceleafItem@0
listAllgreenveggie : 1xitem.artichokeItem@0
listAllgreenveggie : 1xitem.brusselsproutItem@0
listAllgreenveggie : 1xitem.cabbageItem@0
listAllgreenveggie : 1xitem.cucumberItem@0
listAllgreenveggie : 1xitem.okraItem@0
listAllgreenveggie : 1xitem.peasItem@0
listAllgreenveggie : 1xitem.seaweedItem@0
listAllgreenveggie : 1xitem.zucchiniItem@0
seedAsparagus : 1xitem.asparagusseedItem@0
foodGrilledasparagus : 1xitem.grilledasparagusItem@0
seedBean : 1xitem.beanseedItem@0
seedBeet : 1xitem.beetseedItem@0
seedBroccoli : 1xitem.broccoliseedItem@0
seedCauliflower : 1xitem.cauliflowerseedItem@0
seedCelery : 1xitem.celeryseedItem@0
listAllberry : 1xitem.cranberryItem@0
listAllberry : 1xitem.blackberryItem@0
listAllberry : 1xitem.blueberryItem@0
listAllberry : 1xitem.raspberryItem@0
listAllberry : 1xitem.strawberryItem@0
seedCranberry : 1xitem.cranberryseedItem@0
listAllherb : 1xitem.garlicItem@0
seedGarlic : 1xitem.garlicseedItem@0
listAllspice : 1xitem.gingerItem@0
listAllspice : 1xitem.spiceleafItem@0
listAllspice : 1xitem.mustardseedsItem@0
seedGinger : 1xitem.gingerseedItem@0
seedLeek : 1xitem.leekseedItem@0
seedLettuce : 1xitem.lettuceseedItem@0
seedOats : 1xitem.oatsseedItem@0
seedOnion : 1xitem.onionseedItem@0
listAllrootveggie : 1xitem.parsnipItem@0
listAllrootveggie : 1xitem.radishItem@0
listAllrootveggie : 1xitem.rutabagaItem@0
listAllrootveggie : 1xitem.sweetpotatoItem@0
listAllrootveggie : 1xitem.turnipItem@0
seedParsnip : 1xitem.parsnipseedItem@0
seedPeanut : 1xitem.peanutseedItem@0
seedPineapple : 1xitem.pineappleseedItem@0
seedRadish : 1xitem.radishseedItem@0
seedRice : 1xitem.riceseedItem@0
foodRicecake : 1xitem.ricecakeItem@0
seedRutabaga : 1xitem.rutabagaseedItem@0
seedScallion : 1xitem.scallionseedItem@0
seedSoybean : 1xitem.soybeanseedItem@0
seedSpiceleaf : 1xitem.spiceleafseedItem@0
seedSweetpotato : 1xitem.sweetpotatoseedItem@0
seedTea : 1xitem.teaseedItem@0
foodTea : 1xitem.teaItem@0
seedTurnip : 1xitem.turnipseedItem@0
seedWhitemushroom : 1xitem.whitemushroomseedItem@0
seedArtichoke : 1xitem.artichokeseedItem@0
seedBellpepper : 1xitem.bellpepperseedItem@0
seedBlackberry : 1xitem.blackberryseedItem@0
seedBlueberry : 1xitem.blueberryseedItem@0
seedBrusselsprout : 1xitem.brusselsproutseedItem@0
seedCabbage : 1xitem.cabbageseedItem@0
seedCactusfruit : 1xitem.cactusfruitseedItem@0
seedCantaloupe : 1xitem.cantaloupeseedItem@0
seedChilipepper : 1xitem.chilipepperseedItem@0
seedCoffee : 1xitem.coffeeseedItem@0
foodCoffee : 1xitem.coffeeItem@0
seedCucumber : 1xitem.cucumberseedItem@0
seedEggplant : 1xitem.eggplantseedItem@0
foodGrilledeggplant : 1xitem.grilledeggplantItem@0
seedGrape : 1xitem.grapeseedItem@0
seedKiwi : 1xitem.kiwiseedItem@0
seedMustard : 1xitem.mustardseedItem@0
seedOkra : 1xitem.okraseedItem@0
seedPeas : 1xitem.peasseedItem@0
seedRaspberry : 1xitem.raspberryseedItem@0
seedRhubarb : 1xitem.rhubarbseedItem@0
seedSeaweed : 1xitem.seaweedseedItem@0
seedStrawberry : 1xitem.strawberryseedItem@0
seedTomato : 1xitem.tomatoseedItem@0
seedWintersquash : 1xitem.wintersquashseedItem@0
seedZucchini : 1xitem.zucchiniseedItem@0
cropBambooshoot : 1xitem.bambooshootItem@0
seedBambooshoot : 1xitem.bambooshootseedItem@0
foodToastedcoconut : 1xitem.toastedcoconutItem@0
cropDragonfruit : 1xitem.dragonfruitItem@0
cropVanillabean : 1xitem.vanillabeanItem@0
cropDurian : 1xitem.durianItem@0
foodIcecream : 1xitem.icecreamItem@0
foodGrilledchese : 1xitem.grilledcheeseItem@0
foodApplesauce : 1xitem.applesauceItem@0
foodApplejuice : 1xitem.applejuiceItem@0
foodApplepie : 1xitem.applepieItem@0
foodCaramelapple : 1xitem.caramelappleItem@0
foodPumpkinbread : 1xitem.pumpkinbreadItem@0
foodPumpkinsoup : 1xitem.pumpkinsoupItem@0
foodMelonjuice : 1xitem.melonjuiceItem@0
foodMelonsmoothie : 1xitem.melonsmoothieItem@0
foodCarrotjuice : 1xitem.carrotjuiceItem@0
foodCarrotcake : 1xitem.carrotcakeItem@0
foodCarrotsoup : 1xitem.carrotsoupItem@0
foodGlazedcarrots : 1xitem.glazedcarrotsItem@0
foodLoadedbakedpotato : 1xitem.loadedbakedpotatoItem@0
foodPotatosalad : 1xitem.potatosaladItem@0
foodPotatosoup : 1xitem.potatosoupItem@0
foodGrilledmushroom : 1xitem.grilledmushroomItem@0
foodStuffedmushroom : 1xitem.stuffedmushroomItem@0
foodChickennoodlesoup : 1xitem.chickennoodlesoupItem@0
foodChickenpotpie : 1xitem.chickenpotpieItem@0
foodBreadedporkchop : 1xitem.breadedporkchopItem@0
foodHotdog : 1xitem.hotdogItem@0
foodBakedham : 1xitem.bakedhamItem@0
foodPotroast : 1xitem.potroastItem@0
foodFishandchips : 1xitem.fishandchipsItem@0
foodScrambledegg : 1xitem.scrambledeggItem@0
foodEggsalad : 1xitem.eggsaladItem@0
foodTaffy : 1xitem.taffyItem@0
foodSpidereyesoup : 1xitem.spidereyesoupItem@0
foodZombiejerky : 1xitem.zombiejerkyItem@0
foodHotchocolate : 1xitem.hotchocolateItem@0
foodChocolateicecream : 1xitem.chocolateicecreamItem@0
foodVegetablesoup : 1xitem.vegetablesoupItem@0
foodSpagettiandmeatballs : 1xitem.spagettiandmeatballsItem@0
foodTomatosoup : 1xitem.tomatosoupItem@0
foodChickenparmasan : 1xitem.chickenparmasanItem@0
foodPorklettucewrap : 1xitem.porklettucewrapItem@0
foodFishlettucewrap : 1xitem.fishlettucewrapItem@0
foodBlt : 1xitem.bltItem@0
foodLeafychickensandwich : 1xitem.leafychickensandwichItem@0
foodLeafyfishsandwich : 1xitem.leafyfishsandwichItem@0
foodDelightedmeal : 1xitem.delightedmealItem@0
foodOnionsoup : 1xitem.onionsoupItem@0
foodHash : 1xitem.hashItem@0
foodBraisedonions : 1xitem.braisedonionsItem@0
foodHeartyBreakfast : 1xitem.heartybreakfastItem@0
foodCornonthecob : 1xitem.cornonthecobItem@0
foodCornbread : 1xitem.cornbreadItem@0
foodNachoes : 1xitem.nachoesItem@0
foodTaco : 1xitem.tacoItem@0
foodFishtaco : 1xitem.fishtacoItem@0
foodCreamedcorn : 1xitem.creamedcornItem@0
foodStrawberrysmoothie : 1xitem.strawberrysmoothieItem@0
foodStrawberrypie : 1xitem.strawberrypieItem@0
foodStrawberrysalad : 1xitem.strawberrysaladItem@0
foodChocolatestrawberry : 1xitem.chocolatestrawberryItem@0
foodTrailmix : 1xitem.trailmixItem@0
foodPbandj : 1xitem.pbandjItem@0
foodPeanutbuttercookies : 1xitem.peanutbuttercookiesItem@0
foodGrapesalad : 1xitem.grapesaladItem@0
foodRaisincookies : 1xitem.raisincookiesItem@0
foodPickles : 1xitem.picklesItem@0
foodCucumbersalad : 1xitem.cucumbersaladItem@0
foodCucumbersoup : 1xitem.cucumbersoupItem@0
foodVegetarianlettucewrap : 1xitem.vegetarianlettucewrapItem@0
foodMarinatedcucumbers : 1xitem.marinatedcucumbersItem@0
foodRicesoup : 1xitem.ricesoupItem@0
foodFriedrice : 1xitem.friedriceItem@0
foodMushroomrisotto : 1xitem.mushroomrisottoItem@0
foodCurry : 1xitem.curryItem@0
foodRainbowcurry : 1xitem.rainbowcurryItem@0
foodRefriedbeans : 1xitem.refriedbeansItem@0
foodBakedbeans : 1xitem.bakedbeansItem@0
foodBeansandrice : 1xitem.beansandriceItem@0
foodBeanburrito : 1xitem.beanburritoItem@0
foodStuffedpepper : 1xitem.stuffedpepperItem@0
foodVeggiestirfry : 1xitem.veggiestirfryItem@0
foodGrilledskewers : 1xitem.grilledskewersItem@0
foodSupremepizza : 1xitem.supremepizzaItem@0
foodOmelet : 1xitem.omeletItem@0
foodHotwings : 1xitem.hotwingsItem@0
foodChilipoppers : 1xitem.chilipoppersItem@0
foodExtremechili : 1xitem.extremechiliItem@0
foodChilichocolate : 1xitem.chilichocolateItem@0
foodLemonaide : 1xitem.lemonaideItem@0
foodLemonbar : 1xitem.lemonbarItem@0
foodFishdinner : 1xitem.fishdinnerItem@0
foodLemonsmoothie : 1xitem.lemonsmoothieItem@0
foodLemonmeringue : 1xitem.lemonmeringueItem@0
foodCandiedlemon : 1xitem.candiedlemonItem@0
foodLemonchicken : 1xitem.lemonchickenItem@0
foodBlueberrysmoothie : 1xitem.blueberrysmoothieItem@0
foodBlueberrypie : 1xitem.blueberrypieItem@0
foodBlueberrymuffin : 1xitem.blueberrymuffinItem@0
foodBlueberryjuice : 1xitem.blueberryjuiceItem@0
foodBlueberrypancakes : 1xitem.blueberrypancakesItem@0
foodCherrypie : 1xitem.cherrypieItem@0
foodChocolatecherry : 1xitem.chocolatecherryItem@0
foodCherrysmoothie : 1xitem.cherrysmoothieItem@0
foodCherrycheesecake : 1xitem.cherrycheesecakeItem@0
foodStuffedeggplant : 1xitem.stuffedeggplantItem@0
foodEggplantparm : 1xitem.eggplantparmItem@0
foodRaspberryicedtea : 1xitem.raspberryicedteaItem@0
foodChaitea : 1xitem.chaiteaItem@0
foodCoffeeconleche : 1xitem.coffeeconlecheItem@0
foodMochaicecream : 1xitem.mochaicecreamItem@0
foodPickledbeets : 1xitem.pickledbeetsItem@0
foodBeetsalad : 1xitem.beetsaladItem@0
foodBeetsoup : 1xitem.beetsoupItem@0
foodBakedbeets : 1xitem.bakedbeetsItem@0
foodBroccolimac : 1xitem.broccolimacItem@0
foodBroccolindip : 1xitem.broccolindipItem@0
foodCreamedbroccolisoup : 1xitem.creamedbroccolisoupItem@0
foodSweetpotatopie : 1xitem.sweetpotatopieItem@0
foodCandiedsweetpotatoes : 1xitem.candiedsweetpotatoesItem@0
foodMashedsweetpotatoes : 1xitem.mashedsweetpotatoesItem@0
foodSteamedpeas : 1xitem.steamedpeasItem@0
foodSplitpeasoup : 1xitem.splitpeasoupItem@0
foodPineappleupsidedowncake : 1xitem.pineappleupsidedowncakeItem@0
foodPineappleham : 1xitem.pineapplehamItem@0
foodPineappleyogurt : 1xitem.pineappleyogurtItem@0
foodTurnipsoup : 1xitem.turnipsoupItem@0
foodRoastedrootveggiemedley : 1xitem.roastedrootveggiemedleyItem@0
foodBakedturnips : 1xitem.bakedturnipsItem@0
foodGingerbread : 1xitem.gingerbreadItem@0
foodGingersnaps : 1xitem.gingersnapsItem@0
foodCandiedginger : 1xitem.candiedgingerItem@0
foodSoftpretzelandmustard : 1xitem.softpretzelandmustardItem@0
foodSpicymustardpork : 1xitem.spicymustardporkItem@0
foodSpicygreens : 1xitem.spicygreensItem@0
foodGarlicbread : 1xitem.garlicbreadItem@0
foodGarlicmashedpotatoes : 1xitem.garlicmashedpotatoesItem@0
foodGarlicchicken : 1xitem.garlicchickenItem@0
foodSummerradishsalad : 1xitem.summerradishsaladItem@0
foodSummersquashwithradish : 1xitem.summersquashwithradishItem@0
foodCeleryandpeanutbutter : 1xitem.celeryandpeanutbutterItem@0
foodChickencelerycasserole : 1xitem.chickencelerycasseroleItem@0
foodPeasandcelery : 1xitem.peasandceleryItem@0
foodCelerysoup : 1xitem.celerysoupItem@0
foodZucchinibread : 1xitem.zucchinibreadItem@0
foodZestyzucchini : 1xitem.zestyzucchiniItem@0
foodZucchinibake : 1xitem.zucchinibakeItem@0
foodAsparagusquiche : 1xitem.asparagusquicheItem@0
foodAsparagussoup : 1xitem.asparagussoupItem@0
foodWalnutraisinbread : 1xitem.walnutraisinbreadItem@0
foodCandiedwalnuts : 1xitem.candiedwalnutsItem@0
foodBrownie : 1xitem.brownieItem@0
foodPapayajuice : 1xitem.papayajuiceItem@0
foodPapayasmoothie : 1xitem.papayasmoothieItem@0
foodPapayayogurt : 1xitem.papayayogurtItem@0
foodStarfruitjuice : 1xitem.starfruitjuiceItem@0
foodStarfruitsmoothie : 1xitem.starfruitsmoothieItem@0
foodStarfruityogurt : 1xitem.starfruityogurtItem@0
foodGuacamole : 1xitem.guacamoleItem@0
foodCreamofavocadosoup : 1xitem.creamofavocadosoupItem@0
foodAvocadoburrito : 1xitem.avocadoburritoItem@0
foodPoachedpear : 1xitem.poachedpearItem@0
foodFruitcrumble : 1xitem.fruitcrumbleItem@0
foodPearyogurt : 1xitem.pearyogurtItem@0
foodPlumyogurt : 1xitem.plumyogurtItem@0
foodBananasplit : 1xitem.bananasplitItem@0
foodBanananutbread : 1xitem.banananutbreadItem@0
foodBananasmoothie : 1xitem.bananasmoothieItem@0
foodBananayogurt : 1xitem.bananayogurtItem@0
foodChickencurry : 1xitem.chickencurryItem@0
foodCoconutshrimp : 1xitem.coconutshrimpItem@0
foodCoconutyogurt : 1xitem.coconutyogurtItem@0
foodOrangechicken : 1xitem.orangechickenItem@0
foodOrangesmoothie : 1xitem.orangesmoothieItem@0
foodOrangeyogurt : 1xitem.orangeyogurtItem@0
foodPeachjuice : 1xitem.peachjuiceItem@0
foodPeachcobbler : 1xitem.peachcobblerItem@0
foodPeachsmoothie : 1xitem.peachsmoothieItem@0
foodPeachyogurt : 1xitem.peachyogurtItem@0
foodKeylimepie : 1xitem.keylimepieItem@0
foodLimesmoothie : 1xitem.limesmoothieItem@0
foodLimeyogurt : 1xitem.limeyogurtItem@0
foodMangojuice : 1xitem.mangojuiceItem@0
foodMangosmoothie : 1xitem.mangosmoothieItem@0
foodMangoyogurt : 1xitem.mangoyogurtItem@0
foodPomegranatejuice : 1xitem.pomegranatejuiceItem@0
foodPomegranatesmoothie : 1xitem.pomegranatesmoothieItem@0
foodPomegranateyogurt : 1xitem.pomegranateyogurtItem@0
foodVanillayogurt : 1xitem.vanillayogurtItem@0
foodCinnamonroll : 1xitem.cinnamonrollItem@0
foodFrenchtoast : 1xitem.frenchtoastItem@0
foodChocolatedonut : 1xitem.chocolatedonutItem@0
foodPowdereddonut : 1xitem.powdereddonutItem@0
foodJellydonut : 1xitem.jellydonutItem@0
foodFrosteddonut : 1xitem.frosteddonutItem@0
foodCactussoup : 1xitem.cactussoupItem@0
foodSeedsoup : 1xitem.seedsoupItem@0
foodJellybeans : 1xitem.jellybeansItem@0
foodBiscuit : 1xitem.biscuitItem@0
foodCreamcookie : 1xitem.creamcookieItem@0
foodJaffa : 1xitem.jaffaItem@0
foodFriedchicken : 1xitem.friedchickenItem@0
foodChocolatesprinklecake : 1xitem.chocolatesprinklecakeItem@0
foodRedvelvetcake : 1xitem.redvelvetcakeItem@0
foodFootlong : 1xitem.footlongItem@0
foodBlueberryyogurt : 1xitem.blueberryyogurtItem@0
foodLemonyogurt : 1xitem.lemonyogurtItem@0
foodCherryyogurt : 1xitem.cherryyogurtItem@0
foodStrawberryyogurt : 1xitem.strawberryyogurtItem@0
foodGrapeyogurt : 1xitem.grapeyogurtItem@0
foodChocolateyogurt : 1xitem.chocolateyogurtItem@0
foodBlackberryjuice : 1xitem.blackberryjuiceItem@0
foodBlackberrycobbler : 1xitem.blackberrycobblerItem@0
foodBlackberrysmoothie : 1xitem.blackberrysmoothieItem@0
foodBlackberryyogurt : 1xitem.blackberryyogurtItem@0
foodPumpkinyogurt : 1xitem.pumpkinyogurtItem@0
foodRaspberryjuice : 1xitem.raspberryjuiceItem@0
foodRaspberrypie : 1xitem.raspberrypieItem@0
foodRaspberrysmoothie : 1xitem.raspberrysmoothieItem@0
foodRaspberryyogurt : 1xitem.raspberryyogurtItem@0
foodCinnamonsugardonut : 1xitem.cinnamonsugardonutItem@0
foodMelonyogurt : 1xitem.melonyogurtItem@0
foodKiwijuice : 1xitem.kiwijuiceItem@0
foodKiwismoothie : 1xitem.kiwismoothieItem@0
foodKiwiyogurt : 1xitem.kiwiyogurtItem@0
foodAppleyogurt : 1xitem.appleyogurtItem@0
foodSunflowerwheatrolls : 1xitem.sunflowerwheatrollsItem@0
foodSunflowerbroccolisalad : 1xitem.sunflowerbroccolisaladItem@0
foodCranberryjuice : 1xitem.cranberryjuiceItem@0
foodCranberrysauce : 1xitem.cranberrysauceItem@0
foodCranberrybar : 1xitem.cranberrybarItem@0
foodPeppermint : 1xitem.peppermintItem@0
foodCactusfruitjuice : 1xitem.cactusfruitjuiceItem@0
foodBaklava : 1xitem.baklavaItem@0
foodGummybears : 1xitem.gummybearsItem@0
foodBaconmushroomburger : 1xitem.baconmushroomburgerItem@0
foodFruitpunch : 1xitem.fruitpunchItem@0
foodMeatystew : 1xitem.meatystewItem@0
foodMixedsalad : 1xitem.mixedsaladItem@0
foodPinacolada : 1xitem.pinacoladaItem@0
foodShepardspie : 1xitem.shepardspieItem@0
foodEggnog : 1xitem.eggnogItem@0
foodCustard : 1xitem.custardItem@0
foodSushi : 1xitem.sushiItem@0
foodGardensoup : 1xitem.gardensoupItem@0
foodMuttonraw : 1xitem.muttonrawItem@0
foodMuttoncooked : 1xitem.muttoncookedItem@0
foodCalamariraw : 1xitem.calamarirawItem@0
foodCalamaricooked : 1xitem.calamaricookedItem@0
foodApplejellysandwich : 1xitem.applejellysandwichItem@0
foodBlackberryjellysandwich : 1xitem.blackberryjellysandwichItem@0
foodBlueberryjellysandwich : 1xitem.blueberryjellysandwichItem@0
foodCherryjellysandwich : 1xitem.cherryjellysandwichItem@0
foodCranberryjellysandwich : 1xitem.cranberryjellysandwichItem@0
foodKiwijellysandwich : 1xitem.kiwijellysandwichItem@0
foodLemonjellysandwich : 1xitem.lemonjellysandwichItem@0
foodLimejellysandwich : 1xitem.limejellysandwichItem@0
foodMangojellysandwich : 1xitem.mangojellysandwichItem@0
foodOrangejellysandwich : 1xitem.orangejellysandwichItem@0
foodPapayajellysandwich : 1xitem.papayajellysandwichItem@0
foodPeachjellysandwich : 1xitem.peachjellysandwichItem@0
foodPomegranatejellysandwich : 1xitem.pomegranatejellysandwichItem@0
foodRaspberryjellysandwich : 1xitem.raspberryjellysandwichItem@0
foodStarfruitjellysandwich : 1xitem.starfruitjellysandwichItem@0
foodStrawberryjellysandwich : 1xitem.strawberryjellysandwichItem@0
foodWatermelonjellysandwich : 1xitem.watermelonjellysandwichItem@0
foodCherrysoda : 1xitem.cherrysodaItem@0
foodColasoda : 1xitem.colasodaItem@0
foodGingersoda : 1xitem.gingersodaItem@0
foodGrapesoda : 1xitem.grapesodaItem@0
foodLemonlimesoda : 1xitem.lemonlimesodaItem@0
foodOrangesoda : 1xitem.orangesodaItem@0
foodRootbeersoda : 1xitem.rootbeersodaItem@0
foodStrawberrysoda : 1xitem.strawberrysodaItem@0
foodCaramelicecream : 1xitem.caramelicecreamItem@0
foodMintchocolatechipicecream : 1xitem.mintchocolatechipicemcreamItem@0
foodStrawberryicecream : 1xitem.strawberryicecreamItem@0
foodVanillaicecream : 1xitem.vanillaicecreamItem@0
foodGingerchicken : 1xitem.gingerchickenItem@0
foodOldworldveggiesoup : 1xitem.oldworldveggiesoupItem@0
foodSpicebun : 1xitem.spicebunItem@0
foodGingeredrhubarbtart : 1xitem.gingeredrhubarbtartItem@0
foodLambbarleysoup : 1xitem.lambbarleysoupItem@0
foodHoneylemonlamb : 1xitem.honeylemonlambItem@0
foodPumpkinoatscones : 1xitem.pumpkinoatsconesItem@0
foodBeefjerky : 1xitem.beefjerkyItem@0
foodPlumjuice : 1xitem.plumjuiceItem@0
foodPearjuice : 1xitem.pearjuiceItem@0
foodOvenroastedcauliflower : 1xitem.ovenroastedcauliflowerItem@0
foodLeekbaconsoup : 1xitem.leekbaconsoupItem@0
foodHerbbutterparsnips : 1xitem.herbbutterparsnipsItem@0
foodScallionbakedpotato : 1xitem.scallionbakedpotatoItem@0
foodSoymilk : 1xitem.soymilkItem@0
foodFirmtofu : 1xitem.firmtofuItem@0
foodSilkentofu : 1xitem.silkentofuItem@0
foodBamboosteamedrice : 1xitem.bamboosteamedriceItem@0
foodRoastedchestnut : 1xitem.roastedchestnutItem@0
foodSweetpotatosouffle : 1xitem.sweetpotatosouffleItem@0
foodCashewchicken : 1xitem.cashewchickenItem@0
foodApricotjuice : 1xitem.apricotjuiceItem@0
foodApricotyogurt : 1xitem.apricotyogurtItem@0
foodApricotglazedpork : 1xitem.apricotglazedporkItem@0
foodApricotjellysandwich : 1xitem.apricotjellysandwichItem@0
foodApricotsmoothie : 1xitem.apricotsmoothieItem@0
foodFigbar : 1xitem.figbarItem@0
foodFigjellysandwich : 1xitem.figjellysandwichItem@0
foodFigsmoothie : 1xitem.figsmoothieItem@0
foodFigyogurt : 1xitem.figyogurtItem@0
foodFigjuice : 1xitem.figjuiceItem@0
foodGrapefruitjuce : 1xitem.grapefruitjuiceItem@0
foodGrapefruitjellysandwich : 1xitem.grapefruitjellysandwichItem@0
foodGrapefruitjellysmoothie : 1xitem.grapefruitsmoothieItem@0
foodGrapefruityogurt : 1xitem.grapefruityogurtItem@0
foodGrapefruitsoda : 1xitem.grapefruitsodaItem@0
foodCitrussalad : 1xitem.citrussaladItem@0
foodPecanpie : 1xitem.pecanpieItem@0
foodPralines : 1xitem.pralinesItem@0
foodPersimmonjuice : 1xitem.persimmonjuiceItem@0
foodPersimmonyogurt : 1xitem.persimmonyogurtItem@0
foodPersimmonsmoothie : 1xitem.persimmonsmoothieItem@0
foodPersimmonjellysanwich : 1xitem.persimmonjellysandwichItem@0
foodPistachiobakedsalmon : 1xitem.pistachiobakedsalmonItem@0
foodBaconwrappeddates : 1xitem.baconwrappeddatesItem@0
foodDatenutbread : 1xitem.datenutbreadItem@0
foodMaplesyruppancakes : 1xitem.maplesyruppancakesItem@0
foodMaplesyrupwaffles : 1xitem.maplesyrupwafflesItem@0
foodMapleoatmeal : 1xitem.mapleoatmealItem@0
foodPeachesandcreamoatmeal : 1xitem.peachesandcreamoatmealItem@0
foodCinnamonappleoatmeal : 1xitem.cinnamonappleoatmealItem@0
foodMaplecandiedbacon : 1xitem.maplecandiedbaconItem@0
foodToastsandwich : 1xitem.toastsandwichItem@0
foodPotatoandcheesepirogi : 1xitem.potatoandcheesepirogiItem@0
foodZeppole : 1xitem.zeppoleItem@0
foodSausageinbread : 1xitem.sausageinbreadItem@0
foodChocolatecaramelfudge : 1xitem.chocolatecaramelfudgeItem@0
foodLavendershortbread : 1xitem.lavendershortbreadItem@0
foodBeefwellington : 1xitem.beefwellingtonItem@0
foodEpicbacon : 1xitem.epicbaconItem@0
foodManjuu : 1xitem.manjuuItem@0
seedCotton : 1xitem.cottonseedItem@0
cropCandle : 1xitem.candleberryItem@0
seedCandleberry : 1xitem.candleberryseedItem@0
materialHardenedleather : 1xitem.hardenedleatherItem@0
oreSalt : 1xitem.saltItem@0
beeQueen : 1xitem.queenbeeItem@0
materialWaxcomb : 1xitem.waxcombItem@0
materialHoneycomb : 1xitem.honeycombItem@0
blockIronCompressed : 1xtile.compressedIronBlock@0
ingotIronCompressed : 1xitem.ingotIronCompressed@0
blockElectrumFlux : 1xtile.redstonearsenal.storage@0
blockCrystalFlux : 1xtile.redstonearsenal.storage@1
oreNaquadah : 1xtile.gcewing_sg:naquadahOre@0
naquadah : 1xitem.gcewing_sg:naquadah@0
ingotNaquadahAlloy : 1xitem.gcewing_sg:naquadahIngot@0
ingotRedstone : 1xitem.Red Ingot@0
ingotGlowstone : 1xitem.Glow Ingot@0
ingotAluminumBrass : 1xitem.tconstruct.Materials@14
ingotCobalt : 1xitem.tconstruct.Materials@3
ingotArdite : 1xitem.tconstruct.Materials@4
stoneRod : 1xitem.tconstruct.ToolRod@1
rodStone : 1xitem.microblock:stoneRod@0
rodStone : 1xitem.tconstruct.ToolRod@1
crystalCertusQuartz : 1xitem.appliedenergistics2.ItemMaterial@0
dustCertusQuartz : 1xitem.appliedenergistics2.ItemMaterial@2
dustNetherQuartz : 1xitem.appliedenergistics2.ItemMaterial@3
crystalFluix : 1xitem.appliedenergistics2.ItemMaterial@7
dustFluix : 1xitem.appliedenergistics2.ItemMaterial@8
pearlFluix : 1xitem.appliedenergistics2.ItemMaterial@9
crystalNetherQuartz : 1xitem.netherquartz@0
blockWool : 1xtile.cloth@32767
blockStainedHardenedClay : 1xtile.clayHardenedStained@32767
itemIlluminatedPanel : 1xitem.appliedenergistics2.ItemPart@180
itemIlluminatedPanel : 1xitem.appliedenergistics2.ItemPart@160
itemIlluminatedPanel : 1xitem.appliedenergistics2.ItemPart@200
stainedClayWhite : 1xtile.clayHardenedStained@0
blockWoolWhite : 1xtile.cloth@0
stainedClayOrange : 1xtile.clayHardenedStained@1
blockWoolOrange : 1xtile.cloth@1
stainedClayMagenta : 1xtile.clayHardenedStained@2
blockWoolMagenta : 1xtile.cloth@2
stainedClayLightBlue : 1xtile.clayHardenedStained@3
blockWoolLightBlue : 1xtile.cloth@3
stainedClayYellow : 1xtile.clayHardenedStained@4
blockWoolYellow : 1xtile.cloth@4
stainedClayLime : 1xtile.clayHardenedStained@5
blockWoolLime : 1xtile.cloth@5
stainedClayPink : 1xtile.clayHardenedStained@6
blockWoolPink : 1xtile.cloth@6
stainedClayGray : 1xtile.clayHardenedStained@7
blockWoolGray : 1xtile.cloth@7
stainedClayLightGray : 1xtile.clayHardenedStained@8
blockWoolLightGray : 1xtile.cloth@8
stainedClayCyan : 1xtile.clayHardenedStained@9
blockWoolCyan : 1xtile.cloth@9
stainedClayPurple : 1xtile.clayHardenedStained@10
blockWoolPurple : 1xtile.cloth@10
stainedClayBlue : 1xtile.clayHardenedStained@11
blockWoolBlue : 1xtile.cloth@11
stainedClayBrown : 1xtile.clayHardenedStained@12
blockWoolBrown : 1xtile.cloth@12
stainedClayGreen : 1xtile.clayHardenedStained@13
blockWoolGreen : 1xtile.cloth@13
stainedClayRed : 1xtile.clayHardenedStained@14
blockWoolRed : 1xtile.cloth@14
stainedClayBlack : 1xtile.clayHardenedStained@15
blockWoolBlack : 1xtile.cloth@15
oreElnTungsten : 1xtile.OreEln@5
ingotElnTungsten : 1xitem.sharedItem@517
ingotFerrite : 1xitem.sharedItem@518
ingotAlloy : 1xitem.sharedItem@519
dustElnTungsten : 1xitem.sharedItem@6
dustAlloy : 1xitem.sharedItem@9
dustCinnabar : 1xitem.sharedItem@10
dustCinnabar : 1xitem.steamcraft:smashedOre@12
materialResin : 1xitem.sharedItem@4096
plateSilicon : 1xitem.sharedItem@7690
plateAlloy : 1xitem.sharedItem@7691
plateCoal : 1xitem.sharedItem@7692
dustSilicon : 1xitem.sharedItem@7696
ingotSilicon : 1xitem.sharedItem@7697
dustWood : 1xitem.thermalexpansion.material@512
dustWood : 1xitem.Sawdust@0
thermalexpansion:machineFrame : 1xtile.thermalexpansion.frame@0
thermalexpansion:machineFrame : 1xtile.thermalexpansion.frame@1
thermalexpansion:machineFrame : 1xtile.thermalexpansion.frame@2
thermalexpansion:machineFrame : 1xtile.thermalexpansion.frame@3
blockGlassHardened : 1xtile.thermalexpansion.glass@0
blockClothRock : 1xtile.thermalexpansion.rockwool@32767
slabCloth : 1xtile.cloth@32767
slabCloth : 1xtile.cloth@32767
hambone : 1xtile.tconstruct.meatblock@0
oreCobalt : 1xtile.tconstruct.stoneore@1
oreCobalt : 1xtile.tconstruct.gravelore@5
oreArdite : 1xtile.tconstruct.stoneore@2
oreAluminium : 1xtile.tconstruct.stoneore@5
oreAluminium : 1xtile.tconstruct.gravelore@4
ingotManyullyn : 1xitem.tconstruct.Materials@5
ingotAluminium : 1xitem.tconstruct.Materials@11
ingotAluminiumBrass : 1xitem.tconstruct.Materials@14
ingotAlumite : 1xitem.tconstruct.Materials@15
ingotObsidian : 1xitem.tconstruct.Materials@18
ingotPigIron : 1xitem.tconstruct.Materials@34
blockCobalt : 1xtile.tconstruct.metalblock@0
blockArdite : 1xtile.tconstruct.metalblock@1
blockManyullyn : 1xtile.tconstruct.metalblock@2
blockAluminium : 1xtile.tconstruct.metalblock@6
blockAluminumBrass : 1xtile.tconstruct.metalblock@7
blockAluminiumBrass : 1xtile.tconstruct.metalblock@7
blockAlumite : 1xtile.tconstruct.metalblock@8
blockEnder : 1xtile.tconstruct.metalblock@10
nuggetAluminium : 1xitem.tconstruct.Materials@22
nuggetAluminium : 1xitem.oreberry@4
nuggetAluminumBrass : 1xitem.tconstruct.Materials@24
nuggetAluminiumBrass : 1xitem.tconstruct.Materials@24
nuggetObsidian : 1xitem.tconstruct.Materials@27
nuggetCobalt : 1xitem.tconstruct.Materials@28
nuggetArdite : 1xitem.tconstruct.Materials@29
nuggetManyullyn : 1xitem.tconstruct.Materials@30
nuggetAlumite : 1xitem.tconstruct.Materials@32
nuggetPigIron : 1xitem.tconstruct.Materials@35
dustArdite : 1xitem.tconstruct.Materials@38
dustArdite : 1xitem.steamcraft:smashedOre@11
dustArdite : 1xitem.dust@2
dustCobalt : 1xitem.tconstruct.Materials@39
dustCobalt : 1xitem.steamcraft:smashedOre@10
dustCobalt : 1xitem.dust@7
dustAluminium : 1xitem.tconstruct.Materials@40
dustAluminum : 1xitem.tconstruct.Materials@40
dustAluminum : 1xitem.steamcraft:smashedOre@8
dustManyullyn : 1xitem.tconstruct.Materials@41
dustAluminiumBrass : 1xitem.tconstruct.Materials@42
dustAluminumBrass : 1xitem.tconstruct.Materials@42
stoneMossy : 1xtile.stonebricksmooth@1
stoneMossy : 1xtile.stoneMoss@0
crafterWood : 1xtile.workbench@0
craftingTableWood : 1xtile.workbench@0
torchStone : 1xtile.decoration.stonetorch@0
woodRod : 1xitem.tconstruct.ToolRod@0
rodWood : 1xitem.tconstruct.ToolRod@0
ironRod : 1xitem.tconstruct.ToolRod@2
rodIron : 1xitem.tconstruct.ToolRod@2
flintRod : 1xitem.tconstruct.ToolRod@3
rodFlint : 1xitem.tconstruct.ToolRod@3
cactusRod : 1xitem.tconstruct.ToolRod@4
rodCactus : 1xitem.tconstruct.ToolRod@4
boneRod : 1xitem.tconstruct.ToolRod@5
rodBone : 1xitem.tconstruct.ToolRod@5
obsidianRod : 1xitem.tconstruct.ToolRod@6
rodObsidian : 1xitem.tconstruct.ToolRod@6
netherrackRod : 1xitem.tconstruct.ToolRod@7
rodNetherrack : 1xitem.tconstruct.ToolRod@7
slimeRod : 1xitem.tconstruct.ToolRod@8
rodSlime : 1xitem.tconstruct.ToolRod@8
paperRod : 1xitem.tconstruct.ToolRod@9
rodPaper : 1xitem.tconstruct.ToolRod@9
cobaltRod : 1xitem.tconstruct.ToolRod@10
rodCobalt : 1xitem.tconstruct.ToolRod@10
arditeRod : 1xitem.tconstruct.ToolRod@11
rodArdite : 1xitem.tconstruct.ToolRod@11
manyullynRod : 1xitem.tconstruct.ToolRod@12
rodManyullyn : 1xitem.tconstruct.ToolRod@12
copperRod : 1xitem.tconstruct.ToolRod@13
rodCopper : 1xitem.tconstruct.ToolRod@13
bronzeRod : 1xitem.tconstruct.ToolRod@14
rodBronze : 1xitem.tconstruct.ToolRod@14
alumiteRod : 1xitem.tconstruct.ToolRod@15
rodAlumite : 1xitem.tconstruct.ToolRod@15
steelRod : 1xitem.tconstruct.ToolRod@16
rodSteel : 1xitem.tconstruct.ToolRod@16
blueslimeRod : 1xitem.tconstruct.ToolRod@17
rodBlueslime : 1xitem.tconstruct.ToolRod@17
thaumiumRod : 1xitem.tconstruct.ToolRod@31
glassWhite : 1xtile.GlassBlock.StainedClear@0
glassOrange : 1xtile.GlassBlock.StainedClear@1
glassMagenta : 1xtile.GlassBlock.StainedClear@2
glassLightBlue : 1xtile.GlassBlock.StainedClear@3
glassYellow : 1xtile.GlassBlock.StainedClear@4
glassLime : 1xtile.GlassBlock.StainedClear@5
glassPink : 1xtile.GlassBlock.StainedClear@6
glassGray : 1xtile.GlassBlock.StainedClear@7
glassLightGray : 1xtile.GlassBlock.StainedClear@8
glassCyan : 1xtile.GlassBlock.StainedClear@9
glassPurple : 1xtile.GlassBlock.StainedClear@10
glassBlue : 1xtile.GlassBlock.StainedClear@11
glassBrown : 1xtile.GlassBlock.StainedClear@12
glassGreen : 1xtile.GlassBlock.StainedClear@13
glassRed : 1xtile.GlassBlock.StainedClear@14
glassBlack : 1xtile.GlassBlock.StainedClear@15
crystallineIron : 1xitem.factorization:ore/crystal@0
crystallineCobalt : 1xitem.factorization:ore/crystal@8
crystallinePlatinum : 1xitem.aobd.Platinum@0
crystallineLead : 1xitem.factorization:ore/crystal@2
crystallineCopper : 1xitem.factorization:ore/crystal@4
crystallineGold : 1xitem.factorization:ore/crystal@1
crystallineArdite : 1xitem.factorization:ore/crystal@9
crystallineSilver : 1xitem.factorization:ore/crystal@5
crystallineTin : 1xitem.factorization:ore/crystal@3
crystallineNickel : 1xitem.aobd.Nickel@0
dustTinyZinc : 1xitem.aobd.Zinc@0
dustTinyZinc : 1xitem.steamcraft:smashedOre@16
oreOsmium : 1xtile.OreBlock@0
dustRutile : 1xitem.aobd.Rutile@0
fish : 1xitem.fish@0
fish : 1xitem.fish@1
fish : 1xitem.fish@2
fish : 1xitem.fish@3
fish : 1xitem.fish@4
fish : 1xitem.fish@5
fish : 1xitem.fish@6
fish : 1xitem.fish@7
fish : 1xitem.fish@8
fish : 1xitem.fish@9
fish : 1xitem.fish@10
fish : 1xitem.fish@11
fish : 1xitem.fish@12
fish : 1xitem.fish@13
fish : 1xitem.fish@14
fish : 1xitem.fish@15
fish : 1xitem.fish@16
fish : 1xitem.fish@17
fish : 1xitem.fish@18
fish : 1xitem.fish@19
fish : 1xitem.fish@20
fish : 1xitem.fish@21
fish : 1xitem.fish@22
fish : 1xitem.fish@23
fish : 1xitem.fish@24
fish : 1xitem.fish@25
fish : 1xitem.fish@26
fish : 1xitem.fish@27
fish : 1xitem.fish@28
fish : 1xitem.fish@29
fish : 1xitem.fish@30
fish : 1xitem.fish@31
fish : 1xitem.fish@32
fish : 1xitem.fish@33
fish : 1xitem.fish@34
fish : 1xitem.fish@35
fish : 1xitem.fish@36
fish : 1xitem.fish@37
fish : 1xitem.fish@38
fish : 1xitem.fish@39
ingotRefinedObsidian : 1xitem.null@0
ingotRefinedGlowstone : 1xitem.null@3
ingotOsmium : 1xitem.null@1
alloyBasic : 1xitem.redstone@0
alloyAdvanced : 1xitem.EnrichedAlloy@0
circuitElite : 1xitem.null@2
alloyElite : 1xitem.ReinforcedAlloy@0
dustOsmium : 1xitem.null@2
dustOsmium : 1xitem.steamcraft:smashedOre@9
alloyUltimate : 1xitem.AtomicAlloy@0
universalCable : 8xitem.MultipartTransmitter@0
battery : 1xitem.EnergyTablet@100
blockSalt : 1xtile.SaltBlock@0
itemSalt : 1xitem.Salt@0
dustSalt : 1xitem.Salt@0
dustRefinedObsidian : 1xitem.null@3
blockOsmium : 1xtile.BasicBlock@0
blockRefinedObsidian : 1xtile.BasicBlock@2
blockRefinedGlowstone : 1xtile.BasicBlock@4
dustDirtyIron : 1xitem.null@0
clumpIron : 1xitem.null@0
shardIron : 1xitem.null@0
crystalIron : 1xitem.null@0
dustDirtyGold : 1xitem.null@1
clumpGold : 1xitem.null@1
shardGold : 1xitem.null@1
crystalGold : 1xitem.null@1
dustDirtyOsmium : 1xitem.null@2
clumpOsmium : 1xitem.null@2
shardOsmium : 1xitem.null@2
crystalOsmium : 1xitem.null@2
dustDirtyCopper : 1xitem.null@3
clumpCopper : 1xitem.null@3
shardCopper : 1xitem.null@3
crystalCopper : 1xitem.null@3
dustDirtyTin : 1xitem.null@4
clumpTin : 1xitem.null@4
shardTin : 1xitem.null@4
crystalTin : 1xitem.null@4
dustDirtySilver : 1xitem.null@5
clumpSilver : 1xitem.null@5
shardSilver : 1xitem.null@5
crystalSilver : 1xitem.null@5
dustDirtyObsidian : 1xitem.null@6
clumpObsidian : 1xitem.null@6
shardObsidian : 1xitem.null@6
crystalObsidian : 1xitem.null@6
dustDirtyLead : 1xitem.null@7
clumpLead : 1xitem.null@7
shardLead : 1xitem.null@7
crystalLead : 1xitem.null@7
circuitUltimate : 1xitem.null@3
itemCompressedCarbon : 1xitem.CompressedCarbon@0
itemEnrichedAlloy : 1xitem.EnrichedAlloy@0
itemBioFuel : 1xitem.BioFuel@0
fieryIngot : 1xitem.fieryIngot@0
ironwood : 1xitem.ironwoodIngot@0
steeleaf : 1xitem.steeleafIngot@0
knightmetal : 1xitem.knightMetal@0
dustElectrumFlux : 1xitem.redstonearsenal.material@0
ingotElectrumFlux : 1xitem.redstonearsenal.material@32
nuggetElectrumFlux : 1xitem.redstonearsenal.material@64
gemCrystalFlux : 1xitem.redstonearsenal.material@96
diamondNugget : 1xitem.translocator:diamondNugget@0
dustFzDarkIron : 1xitem.aobd.FzDarkIron@0
dustFzDarkIron : 1xitem.dust@5
crushedRutile : 1xitem.aobd.Rutile@0
crushedPrometheum : 1xitem.aobd.Prometheum@0
crushedRubracium : 1xitem.aobd.Rubracium@0
crushedAdamantine : 1xitem.aobd.Adamantine@0
crushedEximite : 1xitem.aobd.Eximite@0
crushedCobalt : 1xitem.aobd.Cobalt@0
crushedAtlarus : 1xitem.aobd.Atlarus@0
crushedAstralSilver : 1xitem.aobd.AstralSilver@0
crushedElnTungsten : 1xitem.aobd.ElnTungsten@0
crushedPlatinum : 1xitem.aobd.Platinum@0
crushedVyroxeres : 1xitem.aobd.Vyroxeres@0
crushedCeruclase : 1xitem.aobd.Ceruclase@0
crushedMagnesium : 1xitem.aobd.Magnesium@0
crushedOureclase : 1xitem.aobd.Oureclase@0
crushedIgnatius : 1xitem.aobd.Ignatius@0
crushedShadowIron : 1xitem.aobd.ShadowIron@0
crushedSanguinite : 1xitem.aobd.Sanguinite@0
crushedMithril : 1xitem.aobd.Mithril@0
crushedArdite : 1xitem.aobd.Ardite@0
crushedAluminium : 1xitem.aobd.Aluminium@0
crushedOrichalcum : 1xitem.aobd.Orichalcum@0
crushedZinc : 1xitem.aobd.Zinc@0
crushedOsmium : 1xitem.aobd.Osmium@0
crushedMeutoite : 1xitem.aobd.Meutoite@0
crushedRedstone : 1xitem.aobd.Redstone@0
crushedVulcanite : 1xitem.aobd.Vulcanite@0
crushedNickel : 1xitem.aobd.Nickel@0
crushedLemurite : 1xitem.aobd.Lemurite@0
crushedMidasium : 1xitem.aobd.Midasium@0
crushedAlduorite : 1xitem.aobd.Alduorite@0
crushedInfuscolium : 1xitem.aobd.Infuscolium@0
crushedManganese : 1xitem.aobd.Manganese@0
crushedDeepIron : 1xitem.aobd.DeepIron@0
crushedCarmot : 1xitem.aobd.Carmot@0
crushedKalendrite : 1xitem.aobd.Kalendrite@0
crushedFzDarkIron : 1xitem.aobd.FzDarkIron@0
crushedPurifiedRutile : 1xitem.aobd.Rutile@0
crushedPurifiedPrometheum : 1xitem.aobd.Prometheum@0
crushedPurifiedRubracium : 1xitem.aobd.Rubracium@0
crushedPurifiedAdamantine : 1xitem.aobd.Adamantine@0
crushedPurifiedEximite : 1xitem.aobd.Eximite@0
crushedPurifiedCobalt : 1xitem.aobd.Cobalt@0
crushedPurifiedAtlarus : 1xitem.aobd.Atlarus@0
crushedPurifiedAstralSilver : 1xitem.aobd.AstralSilver@0
crushedPurifiedElnTungsten : 1xitem.aobd.ElnTungsten@0
crushedPurifiedPlatinum : 1xitem.aobd.Platinum@0
crushedPurifiedVyroxeres : 1xitem.aobd.Vyroxeres@0
crushedPurifiedCeruclase : 1xitem.aobd.Ceruclase@0
crushedPurifiedMagnesium : 1xitem.aobd.Magnesium@0
crushedPurifiedOureclase : 1xitem.aobd.Oureclase@0
crushedPurifiedIgnatius : 1xitem.aobd.Ignatius@0
crushedPurifiedShadowIron : 1xitem.aobd.ShadowIron@0
crushedPurifiedSanguinite : 1xitem.aobd.Sanguinite@0
crushedPurifiedMithril : 1xitem.aobd.Mithril@0
crushedPurifiedArdite : 1xitem.aobd.Ardite@0
crushedPurifiedAluminium : 1xitem.aobd.Aluminium@0
crushedPurifiedOrichalcum : 1xitem.aobd.Orichalcum@0
crushedPurifiedZinc : 1xitem.aobd.Zinc@0
crushedPurifiedOsmium : 1xitem.aobd.Osmium@0
crushedPurifiedMeutoite : 1xitem.aobd.Meutoite@0
crushedPurifiedRedstone : 1xitem.aobd.Redstone@0
crushedPurifiedVulcanite : 1xitem.aobd.Vulcanite@0
crushedPurifiedNickel : 1xitem.aobd.Nickel@0
crushedPurifiedLemurite : 1xitem.aobd.Lemurite@0
crushedPurifiedMidasium : 1xitem.aobd.Midasium@0
crushedPurifiedAlduorite : 1xitem.aobd.Alduorite@0
crushedPurifiedInfuscolium : 1xitem.aobd.Infuscolium@0
crushedPurifiedManganese : 1xitem.aobd.Manganese@0
crushedPurifiedDeepIron : 1xitem.aobd.DeepIron@0
crushedPurifiedCarmot : 1xitem.aobd.Carmot@0
crushedPurifiedKalendrite : 1xitem.aobd.Kalendrite@0
crushedPurifiedFzDarkIron : 1xitem.aobd.FzDarkIron@0
dustTinyRutile : 1xitem.aobd.Rutile@0
dustTinyPrometheum : 1xitem.aobd.Prometheum@0
dustTinyRubracium : 1xitem.aobd.Rubracium@0
dustTinyAdamantine : 1xitem.aobd.Adamantine@0
dustTinyEximite : 1xitem.aobd.Eximite@0
dustTinyCobalt : 1xitem.aobd.Cobalt@0
dustTinyAtlarus : 1xitem.aobd.Atlarus@0
dustTinyAstralSilver : 1xitem.aobd.AstralSilver@0
dustTinyElnTungsten : 1xitem.aobd.ElnTungsten@0
dustTinyPlatinum : 1xitem.aobd.Platinum@0
dustTinyVyroxeres : 1xitem.aobd.Vyroxeres@0
dustTinyCeruclase : 1xitem.aobd.Ceruclase@0
dustTinyMagnesium : 1xitem.aobd.Magnesium@0
dustTinyOureclase : 1xitem.aobd.Oureclase@0
dustTinyIgnatius : 1xitem.aobd.Ignatius@0
dustTinyShadowIron : 1xitem.aobd.ShadowIron@0
dustTinySanguinite : 1xitem.aobd.Sanguinite@0
dustTinyMithril : 1xitem.aobd.Mithril@0
dustTinyArdite : 1xitem.aobd.Ardite@0
dustTinyAluminium : 1xitem.aobd.Aluminium@0
dustTinyOrichalcum : 1xitem.aobd.Orichalcum@0
dustTinyOsmium : 1xitem.aobd.Osmium@0
dustTinyMeutoite : 1xitem.aobd.Meutoite@0
dustTinyRedstone : 1xitem.aobd.Redstone@0
dustTinyVulcanite : 1xitem.aobd.Vulcanite@0
dustTinyNickel : 1xitem.aobd.Nickel@0
dustTinyLemurite : 1xitem.aobd.Lemurite@0
dustTinyMidasium : 1xitem.aobd.Midasium@0
dustTinyAlduorite : 1xitem.aobd.Alduorite@0
dustTinyInfuscolium : 1xitem.aobd.Infuscolium@0
dustTinyManganese : 1xitem.aobd.Manganese@0
dustTinyDeepIron : 1xitem.aobd.DeepIron@0
dustTinyCarmot : 1xitem.aobd.Carmot@0
dustTinyKalendrite : 1xitem.aobd.Kalendrite@0
dustTinyFzDarkIron : 1xitem.aobd.FzDarkIron@0
clusterRutile : 1xitem.aobd.Rutile@0
clusterPrometheum : 1xitem.aobd.Prometheum@0
clusterRubracium : 1xitem.aobd.Rubracium@0
clusterAdamantine : 1xitem.aobd.Adamantine@0
clusterEximite : 1xitem.aobd.Eximite@0
clusterCobalt : 1xitem.aobd.Cobalt@0
clusterAtlarus : 1xitem.aobd.Atlarus@0
clusterAstralSilver : 1xitem.aobd.AstralSilver@0
clusterElnTungsten : 1xitem.aobd.ElnTungsten@0
clusterPlatinum : 1xitem.aobd.Platinum@0
clusterVyroxeres : 1xitem.aobd.Vyroxeres@0
clusterCeruclase : 1xitem.aobd.Ceruclase@0
clusterMagnesium : 1xitem.aobd.Magnesium@0
clusterOureclase : 1xitem.aobd.Oureclase@0
clusterIgnatius : 1xitem.aobd.Ignatius@0
clusterShadowIron : 1xitem.aobd.ShadowIron@0
clusterSanguinite : 1xitem.aobd.Sanguinite@0
clusterMithril : 1xitem.aobd.Mithril@0
clusterArdite : 1xitem.aobd.Ardite@0
clusterAluminium : 1xitem.aobd.Aluminium@0
clusterOrichalcum : 1xitem.aobd.Orichalcum@0
clusterZinc : 1xitem.aobd.Zinc@0
clusterOsmium : 1xitem.aobd.Osmium@0
clusterMeutoite : 1xitem.aobd.Meutoite@0
clusterRedstone : 1xitem.aobd.Redstone@0
clusterVulcanite : 1xitem.aobd.Vulcanite@0
clusterNickel : 1xitem.aobd.Nickel@0
clusterLemurite : 1xitem.aobd.Lemurite@0
clusterMidasium : 1xitem.aobd.Midasium@0
clusterAlduorite : 1xitem.aobd.Alduorite@0
clusterInfuscolium : 1xitem.aobd.Infuscolium@0
clusterManganese : 1xitem.aobd.Manganese@0
clusterDeepIron : 1xitem.aobd.DeepIron@0
clusterCarmot : 1xitem.aobd.Carmot@0
clusterKalendrite : 1xitem.aobd.Kalendrite@0
clusterFzDarkIron : 1xitem.aobd.FzDarkIron@0
dirtyGravelRutile : 1xitem.aobd.Rutile@0
dirtyGravelPrometheum : 1xitem.aobd.Prometheum@0
dirtyGravelRubracium : 1xitem.aobd.Rubracium@0
dirtyGravelAdamantine : 1xitem.aobd.Adamantine@0
dirtyGravelEximite : 1xitem.aobd.Eximite@0
dirtyGravelAtlarus : 1xitem.aobd.Atlarus@0
dirtyGravelAstralSilver : 1xitem.aobd.AstralSilver@0
dirtyGravelElnTungsten : 1xitem.aobd.ElnTungsten@0
dirtyGravelPlatinum : 1xitem.aobd.Platinum@0
dirtyGravelVyroxeres : 1xitem.aobd.Vyroxeres@0
dirtyGravelCeruclase : 1xitem.aobd.Ceruclase@0
dirtyGravelMagnesium : 1xitem.aobd.Magnesium@0
dirtyGravelOureclase : 1xitem.aobd.Oureclase@0
dirtyGravelIgnatius : 1xitem.aobd.Ignatius@0
dirtyGravelShadowIron : 1xitem.aobd.ShadowIron@0
dirtyGravelSanguinite : 1xitem.aobd.Sanguinite@0
dirtyGravelMithril : 1xitem.aobd.Mithril@0
dirtyGravelAluminium : 1xitem.aobd.Aluminium@0
dirtyGravelOrichalcum : 1xitem.aobd.Orichalcum@0
dirtyGravelZinc : 1xitem.aobd.Zinc@0
dirtyGravelOsmium : 1xitem.aobd.Osmium@0
dirtyGravelMeutoite : 1xitem.aobd.Meutoite@0
dirtyGravelRedstone : 1xitem.aobd.Redstone@0
dirtyGravelVulcanite : 1xitem.aobd.Vulcanite@0
dirtyGravelNickel : 1xitem.aobd.Nickel@0
dirtyGravelLemurite : 1xitem.aobd.Lemurite@0
dirtyGravelMidasium : 1xitem.aobd.Midasium@0
dirtyGravelAlduorite : 1xitem.aobd.Alduorite@0
dirtyGravelInfuscolium : 1xitem.aobd.Infuscolium@0
dirtyGravelManganese : 1xitem.aobd.Manganese@0
dirtyGravelDeepIron : 1xitem.aobd.DeepIron@0
dirtyGravelCarmot : 1xitem.aobd.Carmot@0
dirtyGravelKalendrite : 1xitem.aobd.Kalendrite@0
reducedRutile : 1xitem.aobd.Rutile@0
reducedPrometheum : 1xitem.aobd.Prometheum@0
reducedRubracium : 1xitem.aobd.Rubracium@0
reducedAdamantine : 1xitem.aobd.Adamantine@0
reducedEximite : 1xitem.aobd.Eximite@0
reducedAtlarus : 1xitem.aobd.Atlarus@0
reducedAstralSilver : 1xitem.aobd.AstralSilver@0
reducedElnTungsten : 1xitem.aobd.ElnTungsten@0
reducedPlatinum : 1xitem.aobd.Platinum@0
reducedVyroxeres : 1xitem.aobd.Vyroxeres@0
reducedCeruclase : 1xitem.aobd.Ceruclase@0
reducedMagnesium : 1xitem.aobd.Magnesium@0
reducedOureclase : 1xitem.aobd.Oureclase@0
reducedIgnatius : 1xitem.aobd.Ignatius@0
reducedShadowIron : 1xitem.aobd.ShadowIron@0
reducedSanguinite : 1xitem.aobd.Sanguinite@0
reducedMithril : 1xitem.aobd.Mithril@0
reducedAluminium : 1xitem.aobd.Aluminium@0
reducedOrichalcum : 1xitem.aobd.Orichalcum@0
reducedZinc : 1xitem.aobd.Zinc@0
reducedOsmium : 1xitem.aobd.Osmium@0
reducedMeutoite : 1xitem.aobd.Meutoite@0
reducedRedstone : 1xitem.aobd.Redstone@0
reducedVulcanite : 1xitem.aobd.Vulcanite@0
reducedNickel : 1xitem.aobd.Nickel@0
reducedLemurite : 1xitem.aobd.Lemurite@0
reducedMidasium : 1xitem.aobd.Midasium@0
reducedAlduorite : 1xitem.aobd.Alduorite@0
reducedInfuscolium : 1xitem.aobd.Infuscolium@0
reducedManganese : 1xitem.aobd.Manganese@0
reducedDeepIron : 1xitem.aobd.DeepIron@0
reducedCarmot : 1xitem.aobd.Carmot@0
reducedKalendrite : 1xitem.aobd.Kalendrite@0
cleanGravelRutile : 1xitem.aobd.Rutile@0
cleanGravelPrometheum : 1xitem.aobd.Prometheum@0
cleanGravelRubracium : 1xitem.aobd.Rubracium@0
cleanGravelAdamantine : 1xitem.aobd.Adamantine@0
cleanGravelEximite : 1xitem.aobd.Eximite@0
cleanGravelAtlarus : 1xitem.aobd.Atlarus@0
cleanGravelAstralSilver : 1xitem.aobd.AstralSilver@0
cleanGravelElnTungsten : 1xitem.aobd.ElnTungsten@0
cleanGravelPlatinum : 1xitem.aobd.Platinum@0
cleanGravelVyroxeres : 1xitem.aobd.Vyroxeres@0
cleanGravelCeruclase : 1xitem.aobd.Ceruclase@0
cleanGravelMagnesium : 1xitem.aobd.Magnesium@0
cleanGravelOureclase : 1xitem.aobd.Oureclase@0
cleanGravelIgnatius : 1xitem.aobd.Ignatius@0
cleanGravelShadowIron : 1xitem.aobd.ShadowIron@0
cleanGravelSanguinite : 1xitem.aobd.Sanguinite@0
cleanGravelMithril : 1xitem.aobd.Mithril@0
cleanGravelAluminium : 1xitem.aobd.Aluminium@0
cleanGravelOrichalcum : 1xitem.aobd.Orichalcum@0
cleanGravelZinc : 1xitem.aobd.Zinc@0
cleanGravelOsmium : 1xitem.aobd.Osmium@0
cleanGravelMeutoite : 1xitem.aobd.Meutoite@0
cleanGravelRedstone : 1xitem.aobd.Redstone@0
cleanGravelVulcanite : 1xitem.aobd.Vulcanite@0
cleanGravelNickel : 1xitem.aobd.Nickel@0
cleanGravelLemurite : 1xitem.aobd.Lemurite@0
cleanGravelMidasium : 1xitem.aobd.Midasium@0
cleanGravelAlduorite : 1xitem.aobd.Alduorite@0
cleanGravelInfuscolium : 1xitem.aobd.Infuscolium@0
cleanGravelManganese : 1xitem.aobd.Manganese@0
cleanGravelDeepIron : 1xitem.aobd.DeepIron@0
cleanGravelCarmot : 1xitem.aobd.Carmot@0
cleanGravelKalendrite : 1xitem.aobd.Kalendrite@0
crystallineRutile : 1xitem.aobd.Rutile@0
crystallinePrometheum : 1xitem.aobd.Prometheum@0
crystallineRubracium : 1xitem.aobd.Rubracium@0
crystallineAdamantine : 1xitem.aobd.Adamantine@0
crystallineEximite : 1xitem.aobd.Eximite@0
crystallineAtlarus : 1xitem.aobd.Atlarus@0
crystallineAstralSilver : 1xitem.aobd.AstralSilver@0
crystallineElnTungsten : 1xitem.aobd.ElnTungsten@0
crystallineVyroxeres : 1xitem.aobd.Vyroxeres@0
crystallineCeruclase : 1xitem.aobd.Ceruclase@0
crystallineMagnesium : 1xitem.aobd.Magnesium@0
crystallineOureclase : 1xitem.aobd.Oureclase@0
crystallineIgnatius : 1xitem.aobd.Ignatius@0
crystallineShadowIron : 1xitem.aobd.ShadowIron@0
crystallineSanguinite : 1xitem.aobd.Sanguinite@0
crystallineMithril : 1xitem.aobd.Mithril@0
crystallineAluminium : 1xitem.aobd.Aluminium@0
crystallineOrichalcum : 1xitem.aobd.Orichalcum@0
crystallineZinc : 1xitem.aobd.Zinc@0
crystallineOsmium : 1xitem.aobd.Osmium@0
crystallineMeutoite : 1xitem.aobd.Meutoite@0
crystallineRedstone : 1xitem.aobd.Redstone@0
crystallineVulcanite : 1xitem.aobd.Vulcanite@0
crystallineLemurite : 1xitem.aobd.Lemurite@0
crystallineMidasium : 1xitem.aobd.Midasium@0
crystallineAlduorite : 1xitem.aobd.Alduorite@0
crystallineInfuscolium : 1xitem.aobd.Infuscolium@0
crystallineManganese : 1xitem.aobd.Manganese@0
crystallineDeepIron : 1xitem.aobd.DeepIron@0
crystallineCarmot : 1xitem.aobd.Carmot@0
crystallineKalendrite : 1xitem.aobd.Kalendrite@0
dustDirtyRutile : 1xitem.aobd.Rutile@0
dustDirtyPrometheum : 1xitem.aobd.Prometheum@0
dustDirtyRubracium : 1xitem.aobd.Rubracium@0
dustDirtyAdamantine : 1xitem.aobd.Adamantine@0
dustDirtyEximite : 1xitem.aobd.Eximite@0
dustDirtyCobalt : 1xitem.aobd.Cobalt@0
dustDirtyAtlarus : 1xitem.aobd.Atlarus@0
dustDirtyAstralSilver : 1xitem.aobd.AstralSilver@0
dustDirtyElnTungsten : 1xitem.aobd.ElnTungsten@0
dustDirtyPlatinum : 1xitem.aobd.Platinum@0
dustDirtyVyroxeres : 1xitem.aobd.Vyroxeres@0
dustDirtyCeruclase : 1xitem.aobd.Ceruclase@0
dustDirtyMagnesium : 1xitem.aobd.Magnesium@0
dustDirtyOureclase : 1xitem.aobd.Oureclase@0
dustDirtyIgnatius : 1xitem.aobd.Ignatius@0
dustDirtyShadowIron : 1xitem.aobd.ShadowIron@0
dustDirtySanguinite : 1xitem.aobd.Sanguinite@0
dustDirtyMithril : 1xitem.aobd.Mithril@0
dustDirtyArdite : 1xitem.aobd.Ardite@0
dustDirtyAluminium : 1xitem.aobd.Aluminium@0
dustDirtyOrichalcum : 1xitem.aobd.Orichalcum@0
dustDirtyZinc : 1xitem.aobd.Zinc@0
dustDirtyMeutoite : 1xitem.aobd.Meutoite@0
dustDirtyRedstone : 1xitem.aobd.Redstone@0
dustDirtyVulcanite : 1xitem.aobd.Vulcanite@0
dustDirtyNickel : 1xitem.aobd.Nickel@0
dustDirtyLemurite : 1xitem.aobd.Lemurite@0
dustDirtyMidasium : 1xitem.aobd.Midasium@0
dustDirtyAlduorite : 1xitem.aobd.Alduorite@0
dustDirtyInfuscolium : 1xitem.aobd.Infuscolium@0
dustDirtyManganese : 1xitem.aobd.Manganese@0
dustDirtyDeepIron : 1xitem.aobd.DeepIron@0
dustDirtyCarmot : 1xitem.aobd.Carmot@0
dustDirtyKalendrite : 1xitem.aobd.Kalendrite@0
dustDirtyFzDarkIron : 1xitem.aobd.FzDarkIron@0
shardRutile : 1xitem.aobd.Rutile@0
shardPrometheum : 1xitem.aobd.Prometheum@0
shardRubracium : 1xitem.aobd.Rubracium@0
shardAdamantine : 1xitem.aobd.Adamantine@0
shardEximite : 1xitem.aobd.Eximite@0
shardCobalt : 1xitem.aobd.Cobalt@0
shardAtlarus : 1xitem.aobd.Atlarus@0
shardAstralSilver : 1xitem.aobd.AstralSilver@0
shardElnTungsten : 1xitem.aobd.ElnTungsten@0
shardPlatinum : 1xitem.aobd.Platinum@0
shardVyroxeres : 1xitem.aobd.Vyroxeres@0
shardCeruclase : 1xitem.aobd.Ceruclase@0
shardMagnesium : 1xitem.aobd.Magnesium@0
shardOureclase : 1xitem.aobd.Oureclase@0
shardIgnatius : 1xitem.aobd.Ignatius@0
shardShadowIron : 1xitem.aobd.ShadowIron@0
shardSanguinite : 1xitem.aobd.Sanguinite@0
shardMithril : 1xitem.aobd.Mithril@0
shardArdite : 1xitem.aobd.Ardite@0
shardAluminium : 1xitem.aobd.Aluminium@0
shardOrichalcum : 1xitem.aobd.Orichalcum@0
shardZinc : 1xitem.aobd.Zinc@0
shardMeutoite : 1xitem.aobd.Meutoite@0
shardRedstone : 1xitem.aobd.Redstone@0
shardVulcanite : 1xitem.aobd.Vulcanite@0
shardNickel : 1xitem.aobd.Nickel@0
shardLemurite : 1xitem.aobd.Lemurite@0
shardMidasium : 1xitem.aobd.Midasium@0
shardAlduorite : 1xitem.aobd.Alduorite@0
shardInfuscolium : 1xitem.aobd.Infuscolium@0
shardManganese : 1xitem.aobd.Manganese@0
shardDeepIron : 1xitem.aobd.DeepIron@0
shardCarmot : 1xitem.aobd.Carmot@0
shardKalendrite : 1xitem.aobd.Kalendrite@0
shardFzDarkIron : 1xitem.aobd.FzDarkIron@0
crystalRutile : 1xitem.aobd.Rutile@0
crystalPrometheum : 1xitem.aobd.Prometheum@0
crystalRubracium : 1xitem.aobd.Rubracium@0
crystalAdamantine : 1xitem.aobd.Adamantine@0
crystalEximite : 1xitem.aobd.Eximite@0
crystalCobalt : 1xitem.aobd.Cobalt@0
crystalAtlarus : 1xitem.aobd.Atlarus@0
crystalAstralSilver : 1xitem.aobd.AstralSilver@0
crystalElnTungsten : 1xitem.aobd.ElnTungsten@0
crystalPlatinum : 1xitem.aobd.Platinum@0
crystalVyroxeres : 1xitem.aobd.Vyroxeres@0
crystalCeruclase : 1xitem.aobd.Ceruclase@0
crystalMagnesium : 1xitem.aobd.Magnesium@0
crystalOureclase : 1xitem.aobd.Oureclase@0
crystalIgnatius : 1xitem.aobd.Ignatius@0
crystalShadowIron : 1xitem.aobd.ShadowIron@0
crystalSanguinite : 1xitem.aobd.Sanguinite@0
crystalMithril : 1xitem.aobd.Mithril@0
crystalArdite : 1xitem.aobd.Ardite@0
crystalAluminium : 1xitem.aobd.Aluminium@0
crystalOrichalcum : 1xitem.aobd.Orichalcum@0
crystalZinc : 1xitem.aobd.Zinc@0
crystalMeutoite : 1xitem.aobd.Meutoite@0
crystalRedstone : 1xitem.aobd.Redstone@0
crystalVulcanite : 1xitem.aobd.Vulcanite@0
crystalNickel : 1xitem.aobd.Nickel@0
crystalLemurite : 1xitem.aobd.Lemurite@0
crystalMidasium : 1xitem.aobd.Midasium@0
crystalAlduorite : 1xitem.aobd.Alduorite@0
crystalInfuscolium : 1xitem.aobd.Infuscolium@0
crystalManganese : 1xitem.aobd.Manganese@0
crystalDeepIron : 1xitem.aobd.DeepIron@0
crystalCarmot : 1xitem.aobd.Carmot@0
crystalKalendrite : 1xitem.aobd.Kalendrite@0
crystalFzDarkIron : 1xitem.aobd.FzDarkIron@0
clumpRutile : 1xitem.aobd.Rutile@0
clumpPrometheum : 1xitem.aobd.Prometheum@0
clumpRubracium : 1xitem.aobd.Rubracium@0
clumpAdamantine : 1xitem.aobd.Adamantine@0
clumpEximite : 1xitem.aobd.Eximite@0
clumpCobalt : 1xitem.aobd.Cobalt@0
clumpAtlarus : 1xitem.aobd.Atlarus@0
clumpAstralSilver : 1xitem.aobd.AstralSilver@0
clumpElnTungsten : 1xitem.aobd.ElnTungsten@0
clumpPlatinum : 1xitem.aobd.Platinum@0
clumpVyroxeres : 1xitem.aobd.Vyroxeres@0
clumpCeruclase : 1xitem.aobd.Ceruclase@0
clumpMagnesium : 1xitem.aobd.Magnesium@0
clumpOureclase : 1xitem.aobd.Oureclase@0
clumpIgnatius : 1xitem.aobd.Ignatius@0
clumpShadowIron : 1xitem.aobd.ShadowIron@0
clumpSanguinite : 1xitem.aobd.Sanguinite@0
clumpMithril : 1xitem.aobd.Mithril@0
clumpArdite : 1xitem.aobd.Ardite@0
clumpAluminium : 1xitem.aobd.Aluminium@0
clumpOrichalcum : 1xitem.aobd.Orichalcum@0
clumpZinc : 1xitem.aobd.Zinc@0
clumpMeutoite : 1xitem.aobd.Meutoite@0
clumpRedstone : 1xitem.aobd.Redstone@0
clumpVulcanite : 1xitem.aobd.Vulcanite@0
clumpNickel : 1xitem.aobd.Nickel@0
clumpLemurite : 1xitem.aobd.Lemurite@0
clumpMidasium : 1xitem.aobd.Midasium@0
clumpAlduorite : 1xitem.aobd.Alduorite@0
clumpInfuscolium : 1xitem.aobd.Infuscolium@0
clumpManganese : 1xitem.aobd.Manganese@0
clumpDeepIron : 1xitem.aobd.DeepIron@0
clumpCarmot : 1xitem.aobd.Carmot@0
clumpKalendrite : 1xitem.aobd.Kalendrite@0
clumpFzDarkIron : 1xitem.aobd.FzDarkIron@0
fz.waterBucketLike : 1xitem.for.refractoryWater@0
fz.waterBucketLike : 1xitem.droplet@3
fz.waterBucketLike : 1xitem.iguana.tcon.clayBucket.Water@0
fz.waterBucketLike : 1xic2.itemCellEmpty@1
fz.waterBucketLike : 1xitem.for.waterCan@0
fz.waterBucketLike : 1xitem.bucketWater@0
fz.waterBucketLike : 1xitem.for.waxCapsuleWater@0
fz.waterBucketLike : 1xitem.potion@0
denseoreIron : 1xtile.denseores:block0@0
denseoreGold : 1xtile.denseores:block0@1
denseoreLapis : 1xtile.denseores:block0@2
denseoreDiamond : 1xtile.denseores:block0@3
denseoreEmerald : 1xtile.denseores:block0@4
denseoreRedstone : 1xtile.denseores:block0@5
denseoreCoal : 1xtile.denseores:block0@6
denseoreQuartz : 1xtile.denseores:block0@7
thermalexpansion:machineIron : 1xitem.ironGearItem@0
thermalexpansion:machineIron : 1xitem.thermalfoundation.material@12
thermalexpansion:machineGold : 1xitem.goldGearItem@0
thermalexpansion:machineGold : 1xitem.thermalfoundation.material@13
thermalexpansion:machineCopper : 1xitem.for.gearCopper@0
thermalexpansion:machineCopper : 1xitem.thermalfoundation.material@128
thermalexpansion:machineTin : 1xitem.for.gearTin@0
thermalexpansion:machineTin : 1xitem.thermalfoundation.material@129
thermalexpansion:machineSilver : 1xitem.thermalfoundation.material@130
thermalexpansion:machineLead : 1xitem.thermalfoundation.material@131
thermalexpansion:machineNickel : 1xitem.thermalfoundation.material@132
thermalexpansion:machinePlatinum : 1xitem.thermalfoundation.material@133
thermalexpansion:machineMithril : 1xitem.thermalfoundation.material@134
thermalexpansion:machineElectrum : 1xitem.thermalfoundation.material@135
thermalexpansion:machineInvar : 1xitem.thermalfoundation.material@136
thermalexpansion:machineBronze : 1xitem.for.gearBronze@0
thermalexpansion:machineBronze : 1xitem.thermalfoundation.material@137
thermalexpansion:machineSignalum : 1xitem.thermalfoundation.material@138
thermalexpansion:machineLumium : 1xitem.thermalfoundation.material@139
thermalexpansion:machineEnderium : 1xitem.thermalfoundation.material@140
dirtyGravelIron : 1xitem.factorization:ore/gravel@0
cleanGravelIron : 1xitem.factorization:ore/clean@0
reducedIron : 1xitem.factorization:ore/reduced@0
dirtyGravelGold : 1xitem.factorization:ore/gravel@1
cleanGravelGold : 1xitem.factorization:ore/clean@1
reducedGold : 1xitem.factorization:ore/reduced@1
dirtyGravelLead : 1xitem.factorization:ore/gravel@2
cleanGravelLead : 1xitem.factorization:ore/clean@2
reducedLead : 1xitem.factorization:ore/reduced@2
dirtyGravelTin : 1xitem.factorization:ore/gravel@3
cleanGravelTin : 1xitem.factorization:ore/clean@3
reducedTin : 1xitem.factorization:ore/reduced@3
dirtyGravelCopper : 1xitem.factorization:ore/gravel@4
cleanGravelCopper : 1xitem.factorization:ore/clean@4
reducedCopper : 1xitem.factorization:ore/reduced@4
dirtyGravelGalena : 1xitem.factorization:ore/gravel@6
cleanGravelGalena : 1xitem.factorization:ore/clean@6
reducedGalena : 1xitem.factorization:ore/reduced@6
crystallineGalena : 1xitem.factorization:ore/crystal@6
dirtyGravelSilver : 1xitem.factorization:ore/gravel@5
cleanGravelSilver : 1xitem.factorization:ore/clean@5
reducedSilver : 1xitem.factorization:ore/reduced@5
dirtyGravelCobalt : 1xitem.factorization:ore/gravel@8
cleanGravelCobalt : 1xitem.factorization:ore/clean@8
reducedCobalt : 1xitem.factorization:ore/reduced@8
dirtyGravelArdite : 1xitem.factorization:ore/gravel@9
cleanGravelArdite : 1xitem.factorization:ore/clean@9
reducedArdite : 1xitem.factorization:ore/reduced@9
dirtyGravelDark Iron : 1xitem.factorization:ore/gravel@10
cleanGravelDark Iron : 1xitem.factorization:ore/clean@10
reducedDark Iron : 1xitem.factorization:ore/reduced@10
crystallineDark Iron : 1xitem.factorization:ore/crystal@10
oreNetherQuartz : 1xtile.netherquartz@0
chunkGold : 1xitem.chunk@0
chunkIron : 1xitem.chunk@1
chunkArdite : 1xitem.chunk@2
chunkCopper : 1xitem.chunk@3
chunkLead : 1xitem.chunk@4
chunkFzDarkIron : 1xitem.chunk@5
chunkTin : 1xitem.chunk@6
chunkCobalt : 1xitem.chunk@7
chunkSilver : 1xitem.chunk@8
chunkNickel : 1xitem.chunk@9
greggy_greg_do_please_kindly_stuff_a_sock_in_it : 64xitem.bootsCloth@0
prbackpack : 1xitem.projectred.exploration.backpack@0
prbackpack : 1xitem.projectred.exploration.backpack@1
prbackpack : 1xitem.projectred.exploration.backpack@2
prbackpack : 1xitem.projectred.exploration.backpack@3
prbackpack : 1xitem.projectred.exploration.backpack@4
prbackpack : 1xitem.projectred.exploration.backpack@5
prbackpack : 1xitem.projectred.exploration.backpack@6
prbackpack : 1xitem.projectred.exploration.backpack@7
prbackpack : 1xitem.projectred.exploration.backpack@8
prbackpack : 1xitem.projectred.exploration.backpack@9
prbackpack : 1xitem.projectred.exploration.backpack@10
prbackpack : 1xitem.projectred.exploration.backpack@11
prbackpack : 1xitem.projectred.exploration.backpack@12
prbackpack : 1xitem.projectred.exploration.backpack@13
prbackpack : 1xitem.projectred.exploration.backpack@14
prbackpack : 1xitem.projectred.exploration.backpack@15
projredInsFramedWire : 1xitem.projectred.transmission.framewire@1
projredInsFramedWire : 1xitem.projectred.transmission.framewire@2
projredInsFramedWire : 1xitem.projectred.transmission.framewire@3
projredInsFramedWire : 1xitem.projectred.transmission.framewire@4
projredInsFramedWire : 1xitem.projectred.transmission.framewire@5
projredInsFramedWire : 1xitem.projectred.transmission.framewire@6
projredInsFramedWire : 1xitem.projectred.transmission.framewire@7
projredInsFramedWire : 1xitem.projectred.transmission.framewire@8
projredInsFramedWire : 1xitem.projectred.transmission.framewire@9
projredInsFramedWire : 1xitem.projectred.transmission.framewire@10
projredInsFramedWire : 1xitem.projectred.transmission.framewire@11
projredInsFramedWire : 1xitem.projectred.transmission.framewire@12
projredInsFramedWire : 1xitem.projectred.transmission.framewire@13
projredInsFramedWire : 1xitem.projectred.transmission.framewire@14
projredInsFramedWire : 1xitem.projectred.transmission.framewire@15
projredInsFramedWire : 1xitem.projectred.transmission.framewire@16
projredInsulatedWire : 1xitem.projectred.transmission.wire@1
projredInsulatedWire : 1xitem.projectred.transmission.wire@2
projredInsulatedWire : 1xitem.projectred.transmission.wire@3
projredInsulatedWire : 1xitem.projectred.transmission.wire@4
projredInsulatedWire : 1xitem.projectred.transmission.wire@5
projredInsulatedWire : 1xitem.projectred.transmission.wire@6
projredInsulatedWire : 1xitem.projectred.transmission.wire@7
projredInsulatedWire : 1xitem.projectred.transmission.wire@8
projredInsulatedWire : 1xitem.projectred.transmission.wire@9
projredInsulatedWire : 1xitem.projectred.transmission.wire@10
projredInsulatedWire : 1xitem.projectred.transmission.wire@11
projredInsulatedWire : 1xitem.projectred.transmission.wire@12
projredInsulatedWire : 1xitem.projectred.transmission.wire@13
projredInsulatedWire : 1xitem.projectred.transmission.wire@14
projredInsulatedWire : 1xitem.projectred.transmission.wire@15
projredInsulatedWire : 1xitem.projectred.transmission.wire@16
projredBundledCable : 1xitem.projectred.transmission.wire@17
projredBundledCable : 1xitem.projectred.transmission.wire@18
projredBundledCable : 1xitem.projectred.transmission.wire@19
projredBundledCable : 1xitem.projectred.transmission.wire@20
projredBundledCable : 1xitem.projectred.transmission.wire@21
projredBundledCable : 1xitem.projectred.transmission.wire@22
projredBundledCable : 1xitem.projectred.transmission.wire@23
projredBundledCable : 1xitem.projectred.transmission.wire@24
projredBundledCable : 1xitem.projectred.transmission.wire@25
projredBundledCable : 1xitem.projectred.transmission.wire@26
projredBundledCable : 1xitem.projectred.transmission.wire@27
projredBundledCable : 1xitem.projectred.transmission.wire@28
projredBundledCable : 1xitem.projectred.transmission.wire@29
projredBundledCable : 1xitem.projectred.transmission.wire@30
projredBundledCable : 1xitem.projectred.transmission.wire@31
projredBundledCable : 1xitem.projectred.transmission.wire@32
projredBundledCable : 1xitem.projectred.transmission.wire@33
[06:38:29] [Server thread/INFO] [NetherOres]: Load Complete.
[06:38:29] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 168 mods
[06:38:29] [Server thread/INFO]: Preparing level "world"
[06:38:29] [Server thread/ERROR] [fml.ModTracker]: This world was saved with mod MobDismemberment which appears to be missing, things may not work well
[06:38:29] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[06:38:30] [Server thread/INFO] [FML]: Applying holder lookups
[06:38:30] [Server thread/INFO] [FML]: Holder lookups applied
[06:38:30] [Server thread/INFO] [OpenEye]: openeye.asm.SingleClassTransformer.visitMethod(SingleClassTransformer.java:26): Applying method transformer chunk_write for method a((Lapx;Lahb;Ldh;)V)
[06:38:30] [Server thread/INFO] [OpenEye]: openeye.asm.injectors.ExceptionHandlerInjector.addHandler(ExceptionHandlerInjector.java:63): Adding handler for 'entity_write'
[06:38:30] [Server thread/INFO] [OpenEye]: openeye.asm.injectors.ExceptionHandlerInjector.addHandler(ExceptionHandlerInjector.java:63): Adding handler for 'tile_entity_write'
[06:38:30] [Server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@371dfdc7)
[06:38:30] [Server thread/INFO] [FML]: Loading dimension -47 (world) (net.minecraft.server.dedicated.DedicatedServer@371dfdc7)
[06:38:31] [Server thread/INFO] [FML]: Loading dimension -37 (world) (net.minecraft.server.dedicated.DedicatedServer@371dfdc7)
[06:38:31] [Server thread/INFO] [FML]: Loading dimension -38 (world) (net.minecraft.server.dedicated.DedicatedServer@371dfdc7)
[06:38:31] [Server thread/INFO] [FML]: Loading dimension 7 (world) (net.minecraft.server.dedicated.DedicatedServer@371dfdc7)
[06:38:31] [Server thread/INFO] [FML]: Loading dimension -100 (world) (net.minecraft.server.dedicated.DedicatedServer@371dfdc7)
[06:38:31] [Server thread/INFO] [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@371dfdc7)
[06:38:31] [Server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@371dfdc7)
[06:38:32] [Server thread/INFO] [AE2:S]: Layer: appeng/parts/layers/LayerISidedInventory_CableBusPart loaded successfully - 5518 bytes
[06:38:32] [Server thread/INFO] [AE2:S]: Layer: appeng/parts/layers/LayerIFluidHandler_CableBusPart loaded successfully - 2441 bytes
[06:38:32] [Server thread/INFO] [AE2:S]: Layer: appeng/parts/layers/LayerITileStorageMonitorable_CableBusPart loaded successfully - 1070 bytes
[06:38:32] [Server thread/INFO] [AE2:S]: Layer: appeng/parts/layers/LayerIEnergySink_CableBusPart loaded successfully - 4248 bytes
[06:38:32] [Server thread/INFO] [AE2:S]: Layer: appeng/parts/layers/LayerIEnergySource_CableBusPart loaded successfully - 4184 bytes
[06:38:32] [Server thread/INFO] [AE2:S]: Layer: appeng/parts/layers/LayerIPowerEmitter_CableBusPart loaded successfully - 863 bytes
[06:38:32] [Server thread/INFO] [AE2:S]: Layer: appeng/parts/layers/LayerIPowerReceptor_CableBusPart loaded successfully - 1497 bytes
[06:38:32] [Server thread/INFO] [AE2:S]: Layer: appeng/parts/layers/LayerIBatteryProvider_CableBusPart loaded successfully - 966 bytes
[06:38:32] [Server thread/INFO] [AE2:S]: Layer: appeng/parts/layers/LayerIEnergyHandler_CableBusPart loaded successfully - 1691 bytes
[06:38:32] [Server thread/INFO] [AE2:S]: Layer: appeng/parts/layers/LayerIPipeConnection_CableBusPart loaded successfully - 1352 bytes
[06:38:32] [Server thread/INFO] [Project Red]: Created Retrogen database for dimension 0
[06:38:36] [Server thread/INFO] [Railcraft]: World Anchor found at [-190,30,186]
Attemping to load JABBA data.
[06:38:36] [Server thread/INFO]: Preparing start region for level 0
[06:38:37] [Server thread/INFO]: Preparing spawn area: 29%
[06:38:38] [Server thread/INFO]: Preparing spawn area: 57%
[06:38:38] [Server thread/INFO]: Done (9.190s)! For help, type "help" or "?"
[06:38:38] [Server thread/INFO]: Starting GS4 status listener
[06:38:38] [Server thread/WARN]: Unable to determine local host IP, please set server-ip in '/home/minecraft/server.properties' : mcbadwolf.unknown.creeperhost.net: mcbadwolf.unknown.creeperhost.net: unknown error
[06:38:38] [Server thread/INFO]: Starting remote control listener
[06:38:38] [RCON Listener #2/INFO]: RCON running on 0.0.0.0:25568
[06:38:38] [Query Listener #1/INFO]: Query running on 0.0.0.0:25567
[06:38:38] [Server thread/INFO] [colorchat]: Read from file: []
[06:38:39] [Server thread/INFO] [HydCraft]: Read from file: null
[06:38:39] [Server thread/INFO] [HydCraft]: Read from file: null
[06:38:39] [Server thread/INFO] [Mekanism]: VoiceServer: Starting up server...
[06:38:40] [ic2-poolthread-1/INFO] [IC2]: UU graph built with 8809 nodes after 40141 ms.
Started
[06:38:42] [Server thread/ERROR] [ForgeMicroblock]: Missing mapping for part with ID: tile.natura.redwood0
[06:38:42] [Server thread/ERROR] [ForgeMicroblock]: Missing mapping for part with ID: tile.natura.redwood0
[06:38:42] [Server thread/ERROR] [ForgeMicroblock]: Missing mapping for part with ID: tile.natura.redwood0
[06:38:42] [Server thread/ERROR] [ForgeMicroblock]: Missing mapping for part with ID: tile.natura.redwood0
[06:38:42] [Server thread/ERROR] [ForgeMicroblock]: Missing mapping for part with ID: tile.natura.redwood0
[06:38:42] [Server thread/ERROR] [ForgeMicroblock]: Missing mapping for part with ID: tile.natura.redwood0
[06:38:42] [Server thread/ERROR] [ForgeMicroblock]: Missing mapping for part with ID: tile.natura.redwood0
[06:38:42] [Server thread/ERROR] [ForgeMicroblock]: Missing mapping for part with ID: tile.natura.redwood0
[06:38:42] [Server thread/ERROR] [ForgeMicroblock]: Missing mapping for part with ID: tile.natura.redwood0
[06:38:42] [Server thread/ERROR] [ForgeMicroblock]: Missing mapping for part with ID: tile.natura.redwood0
[06:38:42] [Server thread/ERROR] [ForgeMicroblock]: Missing mapping for part with ID: tile.natura.redwood0
[06:38:42] [Server thread/ERROR] [ForgeMicroblock]: Missing mapping for part with ID: tile.natura.redwood0
[06:38:42] [Server thread/ERROR] [ForgeMicroblock]: Missing mapping for part with ID: tile.natura.redwood0
[06:38:42] [Server thread/ERROR] [ForgeMicroblock]: Missing mapping for part with ID: tile.natura.redwood0
[06:38:42] [Server thread/ERROR] [ForgeMicroblock]: Missing mapping for part with ID: tile.natura.redwood0
[06:38:42] [Server thread/ERROR] [ForgeMicroblock]: Missing mapping for part with ID: tile.natura.redwood0
[06:38:42] [Server thread/ERROR] [ForgeMicroblock]: Missing mapping for part with ID: tile.natura.redwood0
[06:38:42] [Server thread/ERROR] [ForgeMicroblock]: Missing mapping for part with ID: tile.natura.redwood0
[06:38:42] [Server thread/ERROR] [ForgeMicroblock]: Missing mapping for part with ID: tile.natura.redwood0
[06:38:45] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3349ms behind, skipping 66 tick(s)
[MobiusCore] Found net.minecraft.util.MessageDeserializer [ ez ] with checksum B572EAD65FC76FFC1ED80F44BC0F9931
[MobiusCore] Successful injection in decode (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
Aug 28, 2014 6:39:22 AM io.netty.channel.ChannelInitializer channelRegistered
WARNING: Failed to initialize a channel. Closing: [id: 0x27150bf1, /95.154.229.123:50204 => /198.8.93.153:25565]
java.lang.VerifyError: Bad local variable type
Exception Details:
  Location:
    net/minecraft/util/MessageDeserializer.decode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V @94: aload
  Reason:
    Type integer (current frame, locals[6]) is not assignable to reference type
  Current Frame:
    bci: @94
    flags: { }
    locals: { 'net/minecraft/util/MessageDeserializer', 'io/netty/channel/ChannelHandlerContext', 'io/netty/buffer/ByteBuf', 'java/util/List', integer, 'net/minecraft/network/PacketBuffer', integer, 'net/minecraft/network/Packet' }
    stack: { 'mcp/mobius/mobiuscore/profiler/ProfilerSection' }
  Bytecode:
    0000000: 2cb6 001a 3604 1504 9a00 04b1 bb00 1c59
    0000010: 2cb7 001f 3a05 1905 b600 2236 062b b900
    0000020: 2801 00b2 002e b900 3402 00b9 003a 0100
    0000030: c000 3c15 06b8 0042 3a07 1907 c700 1fbb
    0000040: 0044 59bb 0046 59b7 0047 1249 b600 4d15
    0000050: 06b6 0050 b600 54b7 0057 bfb2 005d 1906
    0000060: 1904 b600 60b8 0066 b600 6a19 0719 05b6
    0000070: 006e 1905 b600 6f9e 002c bb00 4459 bb00
    0000080: 4659 b700 4712 71b6 004d 1905 b600 6fb6
    0000090: 0050 1273 b600 4d15 06b6 0050 b600 54b7
    00000a0: 0057 bf2d 1907 b900 7902 0057 2ab4 0012
    00000b0: 1506 1504 85b6 007f b200 81b9 0087 0100
    00000c0: 9900 45b2 0081 b200 8912 8b07 bd00 8d59
    00000d0: 032b b900 2801 00b2 0090 b900 3402 00b9
    00000e0: 003a 0100 5359 0415 06b8 0066 5359 0519
    00000f0: 07b6 0094 b600 9953 5906 1907 b600 9c53
    0000100: b900 a004 00b1                         
  Stackmap Table:
    append_frame(@12,Integer)
    append_frame(@91,Object[#28],Integer,Object[#62])
    same_frame_extended(@163)
    same_frame_extended(@261)

        at net.minecraft.network.NetworkSystem$1.initChannel(NetworkSystem.java:89)
        at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:70)
        at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRegistered(DefaultChannelHandlerContext.java:162)
        at io.netty.channel.DefaultChannelHandlerContext.fireChannelRegistered(DefaultChannelHandlerContext.java:148)
        at io.netty.channel.DefaultChannelPipeline.fireChannelRegistered(DefaultChannelPipeline.java:730)
        at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:441)
        at io.netty.channel.AbstractChannel$AbstractUnsafe.access$100(AbstractChannel.java:373)
        at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:417)
        at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354)
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:348)
        at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
        at java.lang.Thread.run(Thread.java:745)