You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

e9efc1c2-6339-4136-b9a1-48cc7cfb3bce.json 141 KiB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453
  1. {
  2. "minecraft:recipes/decorations/crafting_table": {
  3. "criteria": {
  4. "unlock_right_away": "2024-06-15 01:19:25 +0900"
  5. },
  6. "done": true
  7. },
  8. "minecraft:adventure/adventuring_time": {
  9. "criteria": {
  10. "minecraft:cold_ocean": "2024-06-16 22:28:54 +0900",
  11. "minecraft:snowy_slopes": "2024-06-15 03:01:31 +0900",
  12. "minecraft:old_growth_pine_taiga": "2024-08-23 02:56:12 +0900",
  13. "minecraft:mushroom_fields": "2024-06-16 13:00:27 +0900",
  14. "minecraft:forest": "2024-06-15 01:48:35 +0900",
  15. "minecraft:taiga": "2024-06-15 02:53:05 +0900",
  16. "minecraft:deep_ocean": "2024-06-15 01:40:57 +0900",
  17. "minecraft:lush_caves": "2024-09-08 22:37:46 +0900",
  18. "minecraft:deep_cold_ocean": "2024-08-21 06:57:55 +0900",
  19. "minecraft:ice_spikes": "2024-09-01 06:20:59 +0900",
  20. "minecraft:frozen_ocean": "2024-06-16 22:44:53 +0900",
  21. "minecraft:desert": "2024-07-30 15:45:15 +0900",
  22. "minecraft:frozen_river": "2024-06-15 02:49:06 +0900",
  23. "minecraft:deep_frozen_ocean": "2024-08-21 06:56:40 +0900",
  24. "minecraft:ocean": "2024-06-15 01:39:23 +0900",
  25. "minecraft:jungle": "2024-06-16 13:25:45 +0900",
  26. "minecraft:cherry_grove": "2024-06-15 01:22:06 +0900",
  27. "minecraft:sunflower_plains": "2024-06-15 01:20:16 +0900",
  28. "minecraft:birch_forest": "2024-08-21 07:07:13 +0900",
  29. "minecraft:old_growth_spruce_taiga": "2024-08-23 02:55:58 +0900",
  30. "minecraft:snowy_beach": "2024-06-16 22:45:56 +0900",
  31. "minecraft:wooded_badlands": "2024-07-30 15:45:29 +0900",
  32. "minecraft:windswept_savanna": "2024-08-31 11:20:54 +0900",
  33. "minecraft:warm_ocean": "2024-07-30 15:44:40 +0900",
  34. "minecraft:deep_lukewarm_ocean": "2024-06-15 01:41:03 +0900",
  35. "minecraft:flower_forest": "2024-06-15 01:23:06 +0900",
  36. "minecraft:savanna_plateau": "2024-08-31 10:45:42 +0900",
  37. "minecraft:beach": "2024-06-15 01:40:05 +0900",
  38. "minecraft:dark_forest": "2024-08-21 07:08:13 +0900",
  39. "minecraft:stony_peaks": "2024-08-31 07:15:54 +0900",
  40. "minecraft:sparse_jungle": "2024-08-31 07:14:39 +0900",
  41. "minecraft:river": "2024-06-15 01:23:03 +0900",
  42. "minecraft:lukewarm_ocean": "2024-06-15 01:41:19 +0900",
  43. "minecraft:stony_shore": "2024-06-15 01:19:26 +0900",
  44. "minecraft:snowy_plains": "2024-06-15 02:43:38 +0900",
  45. "minecraft:dripstone_caves": "2024-06-15 02:56:50 +0900",
  46. "minecraft:snowy_taiga": "2024-06-15 02:49:30 +0900",
  47. "minecraft:old_growth_birch_forest": "2024-08-21 07:06:55 +0900",
  48. "minecraft:deep_dark": "2024-06-15 03:29:44 +0900",
  49. "minecraft:grove": "2024-06-15 03:00:42 +0900",
  50. "minecraft:swamp": "2024-08-31 16:58:32 +0900",
  51. "minecraft:meadow": "2024-06-15 01:33:10 +0900",
  52. "minecraft:savanna": "2024-08-19 13:04:42 +0900",
  53. "minecraft:plains": "2024-06-15 01:29:36 +0900",
  54. "minecraft:jagged_peaks": "2024-08-21 07:08:42 +0900"
  55. },
  56. "done": false
  57. },
  58. "minecraft:recipes/transportation/mangrove_boat": {
  59. "criteria": {
  60. "in_water": "2024-06-15 01:23:00 +0900"
  61. },
  62. "done": true
  63. },
  64. "minecraft:recipes/transportation/acacia_boat": {
  65. "criteria": {
  66. "in_water": "2024-06-15 01:23:00 +0900"
  67. },
  68. "done": true
  69. },
  70. "minecraft:recipes/transportation/cherry_boat": {
  71. "criteria": {
  72. "in_water": "2024-06-15 01:23:00 +0900"
  73. },
  74. "done": true
  75. },
  76. "minecraft:recipes/transportation/bamboo_raft": {
  77. "criteria": {
  78. "in_water": "2024-06-15 01:23:00 +0900"
  79. },
  80. "done": true
  81. },
  82. "minecraft:recipes/transportation/spruce_boat": {
  83. "criteria": {
  84. "in_water": "2024-06-15 01:23:00 +0900"
  85. },
  86. "done": true
  87. },
  88. "minecraft:recipes/transportation/birch_boat": {
  89. "criteria": {
  90. "in_water": "2024-06-15 01:23:00 +0900"
  91. },
  92. "done": true
  93. },
  94. "minecraft:recipes/transportation/oak_boat": {
  95. "criteria": {
  96. "in_water": "2024-06-15 01:23:00 +0900"
  97. },
  98. "done": true
  99. },
  100. "minecraft:recipes/transportation/jungle_boat": {
  101. "criteria": {
  102. "in_water": "2024-06-15 01:23:00 +0900"
  103. },
  104. "done": true
  105. },
  106. "minecraft:recipes/transportation/dark_oak_boat": {
  107. "criteria": {
  108. "in_water": "2024-06-15 01:23:00 +0900"
  109. },
  110. "done": true
  111. },
  112. "minecraft:recipes/misc/charcoal": {
  113. "criteria": {
  114. "has_log": "2024-06-15 01:23:17 +0900"
  115. },
  116. "done": true
  117. },
  118. "minecraft:recipes/building_blocks/oak_planks": {
  119. "criteria": {
  120. "has_logs": "2024-06-15 01:23:17 +0900"
  121. },
  122. "done": true
  123. },
  124. "minecraft:recipes/building_blocks/oak_wood": {
  125. "criteria": {
  126. "has_log": "2024-06-15 01:23:17 +0900"
  127. },
  128. "done": true
  129. },
  130. "minecraft:recipes/building_blocks/oak_slab": {
  131. "criteria": {
  132. "has_planks": "2024-06-15 01:23:49 +0900"
  133. },
  134. "done": true
  135. },
  136. "minecraft:recipes/decorations/oak_sign": {
  137. "criteria": {
  138. "has_planks": "2024-06-15 01:23:49 +0900"
  139. },
  140. "done": true
  141. },
  142. "minecraft:recipes/redstone/oak_trapdoor": {
  143. "criteria": {
  144. "has_planks": "2024-06-15 01:23:49 +0900"
  145. },
  146. "done": true
  147. },
  148. "minecraft:recipes/redstone/oak_fence_gate": {
  149. "criteria": {
  150. "has_planks": "2024-06-15 01:23:49 +0900"
  151. },
  152. "done": true
  153. },
  154. "minecraft:recipes/redstone/oak_pressure_plate": {
  155. "criteria": {
  156. "has_planks": "2024-06-15 01:23:49 +0900"
  157. },
  158. "done": true
  159. },
  160. "minecraft:recipes/redstone/oak_door": {
  161. "criteria": {
  162. "has_planks": "2024-06-15 01:23:49 +0900"
  163. },
  164. "done": true
  165. },
  166. "minecraft:recipes/misc/stick": {
  167. "criteria": {
  168. "has_planks": "2024-06-15 01:23:49 +0900"
  169. },
  170. "done": true
  171. },
  172. "minecraft:recipes/building_blocks/oak_stairs": {
  173. "criteria": {
  174. "has_planks": "2024-06-15 01:23:49 +0900"
  175. },
  176. "done": true
  177. },
  178. "minecraft:recipes/decorations/oak_fence": {
  179. "criteria": {
  180. "has_planks": "2024-06-15 01:23:49 +0900"
  181. },
  182. "done": true
  183. },
  184. "minecraft:recipes/decorations/barrel": {
  185. "criteria": {
  186. "has_planks": "2024-06-15 01:23:49 +0900"
  187. },
  188. "done": true
  189. },
  190. "minecraft:recipes/redstone/oak_button": {
  191. "criteria": {
  192. "has_planks": "2024-06-15 01:23:49 +0900"
  193. },
  194. "done": true
  195. },
  196. "minecraft:story/root": {
  197. "criteria": {
  198. "crafting_table": "2024-06-15 01:23:52 +0900"
  199. },
  200. "done": true
  201. },
  202. "minecraft:recipes/decorations/ladder": {
  203. "criteria": {
  204. "has_stick": "2024-06-15 01:23:57 +0900"
  205. },
  206. "done": true
  207. },
  208. "minecraft:recipes/decorations/campfire": {
  209. "criteria": {
  210. "has_stick": "2024-06-15 01:23:57 +0900"
  211. },
  212. "done": true
  213. },
  214. "minecraft:recipes/tools/wooden_hoe": {
  215. "criteria": {
  216. "has_stick": "2024-06-15 01:23:57 +0900"
  217. },
  218. "done": true
  219. },
  220. "minecraft:recipes/tools/wooden_pickaxe": {
  221. "criteria": {
  222. "has_stick": "2024-06-15 01:23:57 +0900"
  223. },
  224. "done": true
  225. },
  226. "minecraft:recipes/tools/wooden_axe": {
  227. "criteria": {
  228. "has_stick": "2024-06-15 01:23:57 +0900"
  229. },
  230. "done": true
  231. },
  232. "minecraft:recipes/tools/wooden_shovel": {
  233. "criteria": {
  234. "has_stick": "2024-06-15 01:23:57 +0900"
  235. },
  236. "done": true
  237. },
  238. "minecraft:recipes/combat/wooden_sword": {
  239. "criteria": {
  240. "has_stick": "2024-06-15 01:23:57 +0900"
  241. },
  242. "done": true
  243. },
  244. "minecraft:recipes/redstone/lever": {
  245. "criteria": {
  246. "has_cobblestone": "2024-06-15 01:25:17 +0900"
  247. },
  248. "done": true
  249. },
  250. "minecraft:recipes/combat/stone_sword": {
  251. "criteria": {
  252. "has_cobblestone": "2024-06-15 01:25:17 +0900"
  253. },
  254. "done": true
  255. },
  256. "minecraft:recipes/decorations/cobblestone_wall": {
  257. "criteria": {
  258. "has_cobblestone": "2024-06-15 01:25:17 +0900"
  259. },
  260. "done": true
  261. },
  262. "minecraft:recipes/tools/stone_pickaxe": {
  263. "criteria": {
  264. "has_cobblestone": "2024-06-15 01:25:17 +0900"
  265. },
  266. "done": true
  267. },
  268. "minecraft:recipes/tools/stone_axe": {
  269. "criteria": {
  270. "has_cobblestone": "2024-06-15 01:25:17 +0900"
  271. },
  272. "done": true
  273. },
  274. "minecraft:story/mine_stone": {
  275. "criteria": {
  276. "get_stone": "2024-06-15 01:25:17 +0900"
  277. },
  278. "done": true
  279. },
  280. "minecraft:recipes/decorations/furnace": {
  281. "criteria": {
  282. "has_cobblestone": "2024-06-15 01:25:17 +0900"
  283. },
  284. "done": true
  285. },
  286. "minecraft:recipes/building_blocks/cobblestone_slab": {
  287. "criteria": {
  288. "has_cobblestone": "2024-06-15 01:25:17 +0900"
  289. },
  290. "done": true
  291. },
  292. "minecraft:recipes/building_blocks/cobblestone_slab_from_cobblestone_stonecutting": {
  293. "criteria": {
  294. "has_cobblestone": "2024-06-15 01:25:17 +0900"
  295. },
  296. "done": true
  297. },
  298. "minecraft:recipes/building_blocks/stone": {
  299. "criteria": {
  300. "has_cobblestone": "2024-06-15 01:25:17 +0900"
  301. },
  302. "done": true
  303. },
  304. "minecraft:recipes/decorations/cobblestone_wall_from_cobblestone_stonecutting": {
  305. "criteria": {
  306. "has_cobblestone": "2024-06-15 01:25:17 +0900"
  307. },
  308. "done": true
  309. },
  310. "minecraft:recipes/building_blocks/cobblestone_stairs_from_cobblestone_stonecutting": {
  311. "criteria": {
  312. "has_cobblestone": "2024-06-15 01:25:17 +0900"
  313. },
  314. "done": true
  315. },
  316. "minecraft:recipes/building_blocks/cobblestone_stairs": {
  317. "criteria": {
  318. "has_cobblestone": "2024-06-15 01:25:17 +0900"
  319. },
  320. "done": true
  321. },
  322. "minecraft:recipes/tools/stone_hoe": {
  323. "criteria": {
  324. "has_cobblestone": "2024-06-15 01:25:17 +0900"
  325. },
  326. "done": true
  327. },
  328. "minecraft:recipes/tools/stone_shovel": {
  329. "criteria": {
  330. "has_cobblestone": "2024-06-15 01:25:17 +0900"
  331. },
  332. "done": true
  333. },
  334. "minecraft:recipes/building_blocks/coal_block": {
  335. "criteria": {
  336. "has_coal": "2024-06-15 01:25:18 +0900"
  337. },
  338. "done": true
  339. },
  340. "minecraft:recipes/decorations/torch": {
  341. "criteria": {
  342. "has_stone_pickaxe": "2024-06-15 01:25:59 +0900"
  343. },
  344. "done": true
  345. },
  346. "minecraft:story/upgrade_tools": {
  347. "criteria": {
  348. "stone_pickaxe": "2024-06-15 01:25:59 +0900"
  349. },
  350. "done": true
  351. },
  352. "minecraft:recipes/decorations/composter": {
  353. "criteria": {
  354. "has_wood_slab": "2024-06-15 01:26:06 +0900"
  355. },
  356. "done": true
  357. },
  358. "minecraft:recipes/decorations/chest": {
  359. "criteria": {
  360. "has_lots_of_items": "2024-06-15 01:26:15 +0900"
  361. },
  362. "done": true
  363. },
  364. "minecraft:recipes/misc/iron_ingot_from_smelting_raw_iron": {
  365. "criteria": {
  366. "has_raw_iron": "2024-06-15 01:30:16 +0900"
  367. },
  368. "done": true
  369. },
  370. "minecraft:recipes/building_blocks/raw_iron_block": {
  371. "criteria": {
  372. "has_raw_iron": "2024-06-15 01:30:16 +0900"
  373. },
  374. "done": true
  375. },
  376. "minecraft:recipes/misc/iron_ingot_from_blasting_raw_iron": {
  377. "criteria": {
  378. "has_raw_iron": "2024-06-15 01:30:16 +0900"
  379. },
  380. "done": true
  381. },
  382. "minecraft:recipes/misc/pumpkin_seeds": {
  383. "criteria": {
  384. "has_pumpkin": "2024-06-15 01:32:04 +0900"
  385. },
  386. "done": true
  387. },
  388. "minecraft:recipes/food/pumpkin_pie": {
  389. "criteria": {
  390. "has_pumpkin": "2024-06-15 01:32:04 +0900"
  391. },
  392. "done": true
  393. },
  394. "minecraft:recipes/food/cooked_porkchop": {
  395. "criteria": {
  396. "has_porkchop": "2024-06-15 01:32:40 +0900"
  397. },
  398. "done": true
  399. },
  400. "minecraft:adventure/root": {
  401. "criteria": {
  402. "killed_something": "2024-06-15 01:32:40 +0900"
  403. },
  404. "done": true
  405. },
  406. "minecraft:recipes/food/cooked_porkchop_from_campfire_cooking": {
  407. "criteria": {
  408. "has_porkchop": "2024-06-15 01:32:40 +0900"
  409. },
  410. "done": true
  411. },
  412. "minecraft:recipes/food/cooked_porkchop_from_smoking": {
  413. "criteria": {
  414. "has_porkchop": "2024-06-15 01:32:40 +0900"
  415. },
  416. "done": true
  417. },
  418. "minecraft:recipes/decorations/smoker": {
  419. "criteria": {
  420. "has_furnace": "2024-06-15 01:35:42 +0900"
  421. },
  422. "done": true
  423. },
  424. "minecraft:husbandry/balanced_diet": {
  425. "criteria": {
  426. "cooked_porkchop": "2024-06-15 01:36:13 +0900",
  427. "bread": "2024-06-15 03:03:25 +0900",
  428. "rotten_flesh": "2024-06-15 02:46:22 +0900",
  429. "cooked_mutton": "2024-06-15 02:26:27 +0900",
  430. "salmon": "2024-06-15 02:31:05 +0900",
  431. "cooked_beef": "2024-06-15 03:23:02 +0900",
  432. "baked_potato": "2024-06-15 14:39:41 +0900",
  433. "melon_slice": "2024-06-15 13:45:26 +0900",
  434. "golden_carrot": "2024-06-16 12:51:31 +0900",
  435. "apple": "2024-06-17 21:38:43 +0900",
  436. "cooked_chicken": "2024-06-16 01:54:02 +0900",
  437. "potato": "2024-06-15 04:11:05 +0900",
  438. "cooked_salmon": "2024-06-15 02:50:53 +0900",
  439. "carrot": "2024-06-26 12:36:24 +0900"
  440. },
  441. "done": false
  442. },
  443. "minecraft:husbandry/root": {
  444. "criteria": {
  445. "consumed_item": "2024-06-15 01:36:13 +0900"
  446. },
  447. "done": true
  448. },
  449. "minecraft:recipes/combat/iron_sword": {
  450. "criteria": {
  451. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  452. },
  453. "done": true
  454. },
  455. "minecraft:recipes/tools/iron_pickaxe": {
  456. "criteria": {
  457. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  458. },
  459. "done": true
  460. },
  461. "minecraft:recipes/combat/iron_leggings": {
  462. "criteria": {
  463. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  464. },
  465. "done": true
  466. },
  467. "minecraft:recipes/combat/shield": {
  468. "criteria": {
  469. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  470. },
  471. "done": true
  472. },
  473. "minecraft:recipes/redstone/hopper": {
  474. "criteria": {
  475. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  476. },
  477. "done": true
  478. },
  479. "minecraft:recipes/decorations/iron_bars": {
  480. "criteria": {
  481. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  482. },
  483. "done": true
  484. },
  485. "minecraft:recipes/combat/iron_boots": {
  486. "criteria": {
  487. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  488. },
  489. "done": true
  490. },
  491. "minecraft:recipes/combat/iron_chestplate": {
  492. "criteria": {
  493. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  494. },
  495. "done": true
  496. },
  497. "minecraft:recipes/decorations/lantern": {
  498. "criteria": {
  499. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  500. },
  501. "done": true
  502. },
  503. "minecraft:recipes/misc/iron_nugget": {
  504. "criteria": {
  505. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  506. },
  507. "done": true
  508. },
  509. "minecraft:recipes/misc/bucket": {
  510. "criteria": {
  511. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  512. },
  513. "done": true
  514. },
  515. "minecraft:recipes/combat/iron_helmet": {
  516. "criteria": {
  517. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  518. },
  519. "done": true
  520. },
  521. "minecraft:recipes/transportation/minecart": {
  522. "criteria": {
  523. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  524. },
  525. "done": true
  526. },
  527. "minecraft:recipes/tools/iron_hoe": {
  528. "criteria": {
  529. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  530. },
  531. "done": true
  532. },
  533. "minecraft:recipes/tools/iron_shovel": {
  534. "criteria": {
  535. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  536. },
  537. "done": true
  538. },
  539. "minecraft:story/smelt_iron": {
  540. "criteria": {
  541. "iron": "2024-06-15 01:36:49 +0900"
  542. },
  543. "done": true
  544. },
  545. "minecraft:recipes/tools/shears": {
  546. "criteria": {
  547. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  548. },
  549. "done": true
  550. },
  551. "minecraft:recipes/redstone/iron_trapdoor": {
  552. "criteria": {
  553. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  554. },
  555. "done": true
  556. },
  557. "minecraft:recipes/decorations/chain": {
  558. "criteria": {
  559. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  560. },
  561. "done": true
  562. },
  563. "minecraft:recipes/building_blocks/iron_block": {
  564. "criteria": {
  565. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  566. },
  567. "done": true
  568. },
  569. "minecraft:recipes/tools/iron_axe": {
  570. "criteria": {
  571. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  572. },
  573. "done": true
  574. },
  575. "minecraft:recipes/combat/crossbow": {
  576. "criteria": {
  577. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  578. },
  579. "done": true
  580. },
  581. "minecraft:recipes/decorations/smithing_table": {
  582. "criteria": {
  583. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  584. },
  585. "done": true
  586. },
  587. "minecraft:recipes/redstone/iron_door": {
  588. "criteria": {
  589. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  590. },
  591. "done": true
  592. },
  593. "minecraft:recipes/redstone/heavy_weighted_pressure_plate": {
  594. "criteria": {
  595. "has_iron_ingot": "2024-06-15 01:36:49 +0900"
  596. },
  597. "done": true
  598. },
  599. "minecraft:recipes/transportation/dark_oak_chest_boat": {
  600. "criteria": {
  601. "has_boat": "2024-06-15 01:39:16 +0900"
  602. },
  603. "done": true
  604. },
  605. "minecraft:recipes/transportation/bamboo_chest_raft": {
  606. "criteria": {
  607. "has_boat": "2024-06-15 01:39:16 +0900"
  608. },
  609. "done": true
  610. },
  611. "minecraft:recipes/transportation/spruce_chest_boat": {
  612. "criteria": {
  613. "has_boat": "2024-06-15 01:39:16 +0900"
  614. },
  615. "done": true
  616. },
  617. "minecraft:recipes/transportation/jungle_chest_boat": {
  618. "criteria": {
  619. "has_boat": "2024-06-15 01:39:16 +0900"
  620. },
  621. "done": true
  622. },
  623. "minecraft:recipes/transportation/acacia_chest_boat": {
  624. "criteria": {
  625. "has_boat": "2024-06-15 01:39:16 +0900"
  626. },
  627. "done": true
  628. },
  629. "minecraft:recipes/transportation/mangrove_chest_boat": {
  630. "criteria": {
  631. "has_boat": "2024-06-15 01:39:16 +0900"
  632. },
  633. "done": true
  634. },
  635. "minecraft:recipes/transportation/oak_chest_boat": {
  636. "criteria": {
  637. "has_boat": "2024-06-15 01:39:16 +0900"
  638. },
  639. "done": true
  640. },
  641. "minecraft:recipes/transportation/cherry_chest_boat": {
  642. "criteria": {
  643. "has_boat": "2024-06-15 01:39:16 +0900"
  644. },
  645. "done": true
  646. },
  647. "minecraft:recipes/transportation/birch_chest_boat": {
  648. "criteria": {
  649. "has_boat": "2024-06-15 01:39:16 +0900"
  650. },
  651. "done": true
  652. },
  653. "minecraft:story/obtain_armor": {
  654. "criteria": {
  655. "iron_leggings": "2024-06-15 01:48:05 +0900"
  656. },
  657. "done": true
  658. },
  659. "minecraft:recipes/misc/iron_nugget_from_smelting": {
  660. "criteria": {
  661. "has_iron_leggings": "2024-06-15 01:48:05 +0900"
  662. },
  663. "done": true
  664. },
  665. "minecraft:recipes/misc/iron_nugget_from_blasting": {
  666. "criteria": {
  667. "has_iron_leggings": "2024-06-15 01:48:05 +0900"
  668. },
  669. "done": true
  670. },
  671. "minecraft:recipes/building_blocks/emerald_block": {
  672. "criteria": {
  673. "has_emerald": "2024-06-15 01:50:07 +0900"
  674. },
  675. "done": true
  676. },
  677. "minecraft:recipes/food/baked_potato_from_campfire_cooking": {
  678. "criteria": {
  679. "has_potato": "2024-06-15 01:50:08 +0900"
  680. },
  681. "done": true
  682. },
  683. "minecraft:recipes/food/baked_potato_from_smoking": {
  684. "criteria": {
  685. "has_potato": "2024-06-15 01:50:08 +0900"
  686. },
  687. "done": true
  688. },
  689. "minecraft:recipes/food/baked_potato": {
  690. "criteria": {
  691. "has_potato": "2024-06-15 01:50:08 +0900"
  692. },
  693. "done": true
  694. },
  695. "minecraft:recipes/misc/gold_ingot_from_nuggets": {
  696. "criteria": {
  697. "has_gold_nugget": "2024-06-15 01:50:09 +0900"
  698. },
  699. "done": true
  700. },
  701. "minecraft:recipes/brewing/golden_carrot": {
  702. "criteria": {
  703. "has_gold_nugget": "2024-06-15 01:50:09 +0900"
  704. },
  705. "done": true
  706. },
  707. "minecraft:recipes/food/bread": {
  708. "criteria": {
  709. "has_wheat": "2024-06-15 01:54:47 +0900"
  710. },
  711. "done": true
  712. },
  713. "minecraft:recipes/building_blocks/hay_block": {
  714. "criteria": {
  715. "has_wheat": "2024-06-15 01:54:47 +0900"
  716. },
  717. "done": true
  718. },
  719. "minecraft:husbandry/plant_seed": {
  720. "criteria": {
  721. "wheat": "2024-06-15 01:54:51 +0900"
  722. },
  723. "done": true
  724. },
  725. "minecraft:recipes/misc/yellow_dye_from_dandelion": {
  726. "criteria": {
  727. "has_dandelion": "2024-06-15 01:55:54 +0900"
  728. },
  729. "done": true
  730. },
  731. "minecraft:adventure/kill_all_mobs": {
  732. "criteria": {
  733. "minecraft:pillager": "2024-06-18 23:49:40 +0900",
  734. "minecraft:blaze": "2024-09-01 05:21:49 +0900",
  735. "minecraft:skeleton": "2024-06-15 03:23:46 +0900",
  736. "minecraft:elder_guardian": "2024-06-19 18:20:22 +0900",
  737. "minecraft:zoglin": "2024-06-19 19:33:34 +0900",
  738. "minecraft:phantom": "2024-06-26 21:27:51 +0900",
  739. "minecraft:zombified_piglin": "2024-08-31 01:47:21 +0900",
  740. "minecraft:wither_skeleton": "2024-09-01 05:20:04 +0900",
  741. "minecraft:hoglin": "2024-06-19 19:49:13 +0900",
  742. "minecraft:piglin": "2024-06-15 14:23:32 +0900",
  743. "minecraft:guardian": "2024-06-19 18:19:59 +0900",
  744. "minecraft:enderman": "2024-06-15 03:27:38 +0900",
  745. "minecraft:magma_cube": "2024-06-21 01:06:20 +0900",
  746. "minecraft:spider": "2024-06-15 03:23:36 +0900",
  747. "minecraft:zombie": "2024-06-15 02:00:29 +0900",
  748. "minecraft:creeper": "2024-06-15 04:15:29 +0900",
  749. "minecraft:drowned": "2024-06-15 02:29:53 +0900",
  750. "minecraft:wither": "2024-09-02 19:45:53 +0900",
  751. "minecraft:zombie_villager": "2024-09-10 04:04:21 +0900"
  752. },
  753. "done": false
  754. },
  755. "minecraft:adventure/kill_a_mob": {
  756. "criteria": {
  757. "minecraft:zombie": "2024-06-15 02:00:29 +0900"
  758. },
  759. "done": true
  760. },
  761. "minecraft:recipes/combat/leather_helmet": {
  762. "criteria": {
  763. "has_leather": "2024-06-15 02:12:08 +0900"
  764. },
  765. "done": true
  766. },
  767. "minecraft:recipes/combat/leather_leggings": {
  768. "criteria": {
  769. "has_leather": "2024-06-15 02:12:08 +0900"
  770. },
  771. "done": true
  772. },
  773. "minecraft:recipes/decorations/item_frame": {
  774. "criteria": {
  775. "has_leather": "2024-06-15 02:12:08 +0900"
  776. },
  777. "done": true
  778. },
  779. "minecraft:recipes/combat/leather_chestplate": {
  780. "criteria": {
  781. "has_leather": "2024-06-15 02:12:08 +0900"
  782. },
  783. "done": true
  784. },
  785. "minecraft:recipes/combat/leather_boots": {
  786. "criteria": {
  787. "has_leather": "2024-06-15 02:12:08 +0900"
  788. },
  789. "done": true
  790. },
  791. "minecraft:recipes/misc/leather_horse_armor": {
  792. "criteria": {
  793. "has_leather": "2024-06-15 02:12:08 +0900"
  794. },
  795. "done": true
  796. },
  797. "minecraft:recipes/decorations/glow_item_frame": {
  798. "criteria": {
  799. "has_item_frame": "2024-06-15 02:12:21 +0900"
  800. },
  801. "done": true
  802. },
  803. "minecraft:recipes/building_blocks/polished_deepslate": {
  804. "criteria": {
  805. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  806. },
  807. "done": true
  808. },
  809. "minecraft:recipes/building_blocks/deepslate_tile_stairs_from_cobbled_deepslate_stonecutting": {
  810. "criteria": {
  811. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  812. },
  813. "done": true
  814. },
  815. "minecraft:recipes/decorations/deepslate_brick_wall_from_cobbled_deepslate_stonecutting": {
  816. "criteria": {
  817. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  818. },
  819. "done": true
  820. },
  821. "minecraft:recipes/building_blocks/polished_deepslate_from_cobbled_deepslate_stonecutting": {
  822. "criteria": {
  823. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  824. },
  825. "done": true
  826. },
  827. "minecraft:recipes/building_blocks/polished_deepslate_slab_from_cobbled_deepslate_stonecutting": {
  828. "criteria": {
  829. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  830. },
  831. "done": true
  832. },
  833. "minecraft:recipes/building_blocks/deepslate_brick_stairs_from_cobbled_deepslate_stonecutting": {
  834. "criteria": {
  835. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  836. },
  837. "done": true
  838. },
  839. "minecraft:recipes/building_blocks/deepslate_brick_slab_from_cobbled_deepslate_stonecutting": {
  840. "criteria": {
  841. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  842. },
  843. "done": true
  844. },
  845. "minecraft:recipes/building_blocks/cobbled_deepslate_slab_from_cobbled_deepslate_stonecutting": {
  846. "criteria": {
  847. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  848. },
  849. "done": true
  850. },
  851. "minecraft:recipes/building_blocks/deepslate_tile_slab_from_cobbled_deepslate_stonecutting": {
  852. "criteria": {
  853. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  854. },
  855. "done": true
  856. },
  857. "minecraft:recipes/building_blocks/cobbled_deepslate_stairs": {
  858. "criteria": {
  859. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  860. },
  861. "done": true
  862. },
  863. "minecraft:recipes/building_blocks/chiseled_deepslate_from_cobbled_deepslate_stonecutting": {
  864. "criteria": {
  865. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  866. },
  867. "done": true
  868. },
  869. "minecraft:recipes/building_blocks/cobbled_deepslate_slab": {
  870. "criteria": {
  871. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  872. },
  873. "done": true
  874. },
  875. "minecraft:recipes/decorations/cobbled_deepslate_wall_from_cobbled_deepslate_stonecutting": {
  876. "criteria": {
  877. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  878. },
  879. "done": true
  880. },
  881. "minecraft:recipes/decorations/deepslate_tile_wall_from_cobbled_deepslate_stonecutting": {
  882. "criteria": {
  883. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  884. },
  885. "done": true
  886. },
  887. "minecraft:recipes/decorations/cobbled_deepslate_wall": {
  888. "criteria": {
  889. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  890. },
  891. "done": true
  892. },
  893. "minecraft:recipes/decorations/polished_deepslate_wall_from_cobbled_deepslate_stonecutting": {
  894. "criteria": {
  895. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  896. },
  897. "done": true
  898. },
  899. "minecraft:recipes/building_blocks/deepslate_bricks_from_cobbled_deepslate_stonecutting": {
  900. "criteria": {
  901. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  902. },
  903. "done": true
  904. },
  905. "minecraft:recipes/building_blocks/deepslate_tiles_from_cobbled_deepslate_stonecutting": {
  906. "criteria": {
  907. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  908. },
  909. "done": true
  910. },
  911. "minecraft:recipes/building_blocks/cobbled_deepslate_stairs_from_cobbled_deepslate_stonecutting": {
  912. "criteria": {
  913. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  914. },
  915. "done": true
  916. },
  917. "minecraft:recipes/building_blocks/deepslate": {
  918. "criteria": {
  919. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  920. },
  921. "done": true
  922. },
  923. "minecraft:recipes/building_blocks/polished_deepslate_stairs_from_cobbled_deepslate_stonecutting": {
  924. "criteria": {
  925. "has_cobbled_deepslate": "2024-06-15 02:12:31 +0900"
  926. },
  927. "done": true
  928. },
  929. "minecraft:recipes/building_blocks/deepslate_brick_slab_from_polished_deepslate_stonecutting": {
  930. "criteria": {
  931. "has_polished_deepslate": "2024-06-15 02:12:36 +0900"
  932. },
  933. "done": true
  934. },
  935. "minecraft:recipes/decorations/polished_deepslate_wall": {
  936. "criteria": {
  937. "has_polished_deepslate": "2024-06-15 02:12:36 +0900"
  938. },
  939. "done": true
  940. },
  941. "minecraft:recipes/building_blocks/deepslate_bricks": {
  942. "criteria": {
  943. "has_polished_deepslate": "2024-06-15 02:12:36 +0900"
  944. },
  945. "done": true
  946. },
  947. "minecraft:recipes/decorations/polished_deepslate_wall_from_polished_deepslate_stonecutting": {
  948. "criteria": {
  949. "has_polished_deepslate": "2024-06-15 02:12:36 +0900"
  950. },
  951. "done": true
  952. },
  953. "minecraft:recipes/building_blocks/polished_deepslate_slab": {
  954. "criteria": {
  955. "has_polished_deepslate": "2024-06-15 02:12:36 +0900"
  956. },
  957. "done": true
  958. },
  959. "minecraft:recipes/building_blocks/polished_deepslate_slab_from_polished_deepslate_stonecutting": {
  960. "criteria": {
  961. "has_polished_deepslate": "2024-06-15 02:12:36 +0900"
  962. },
  963. "done": true
  964. },
  965. "minecraft:recipes/building_blocks/deepslate_tile_stairs_from_polished_deepslate_stonecutting": {
  966. "criteria": {
  967. "has_polished_deepslate": "2024-06-15 02:12:36 +0900"
  968. },
  969. "done": true
  970. },
  971. "minecraft:recipes/building_blocks/polished_deepslate_stairs_from_polished_deepslate_stonecutting": {
  972. "criteria": {
  973. "has_polished_deepslate": "2024-06-15 02:12:36 +0900"
  974. },
  975. "done": true
  976. },
  977. "minecraft:recipes/building_blocks/deepslate_tiles_from_polished_deepslate_stonecutting": {
  978. "criteria": {
  979. "has_polished_deepslate": "2024-06-15 02:12:36 +0900"
  980. },
  981. "done": true
  982. },
  983. "minecraft:recipes/building_blocks/deepslate_bricks_from_polished_deepslate_stonecutting": {
  984. "criteria": {
  985. "has_polished_deepslate": "2024-06-15 02:12:36 +0900"
  986. },
  987. "done": true
  988. },
  989. "minecraft:recipes/building_blocks/deepslate_tile_slab_from_polished_deepslate_stonecutting": {
  990. "criteria": {
  991. "has_polished_deepslate": "2024-06-15 02:12:36 +0900"
  992. },
  993. "done": true
  994. },
  995. "minecraft:recipes/decorations/deepslate_brick_wall_from_polished_deepslate_stonecutting": {
  996. "criteria": {
  997. "has_polished_deepslate": "2024-06-15 02:12:36 +0900"
  998. },
  999. "done": true
  1000. },
  1001. "minecraft:recipes/decorations/deepslate_tile_wall_from_polished_deepslate_stonecutting": {
  1002. "criteria": {
  1003. "has_polished_deepslate": "2024-06-15 02:12:36 +0900"
  1004. },
  1005. "done": true
  1006. },
  1007. "minecraft:recipes/building_blocks/deepslate_brick_stairs_from_polished_deepslate_stonecutting": {
  1008. "criteria": {
  1009. "has_polished_deepslate": "2024-06-15 02:12:36 +0900"
  1010. },
  1011. "done": true
  1012. },
  1013. "minecraft:recipes/building_blocks/polished_deepslate_stairs": {
  1014. "criteria": {
  1015. "has_polished_deepslate": "2024-06-15 02:12:36 +0900"
  1016. },
  1017. "done": true
  1018. },
  1019. "minecraft:recipes/decorations/deepslate_brick_wall_from_deepslate_bricks_stonecutting": {
  1020. "criteria": {
  1021. "has_deepslate_bricks": "2024-06-15 02:12:40 +0900"
  1022. },
  1023. "done": true
  1024. },
  1025. "minecraft:recipes/building_blocks/deepslate_tile_stairs_from_deepslate_bricks_stonecutting": {
  1026. "criteria": {
  1027. "has_deepslate_bricks": "2024-06-15 02:12:40 +0900"
  1028. },
  1029. "done": true
  1030. },
  1031. "minecraft:recipes/decorations/deepslate_brick_wall": {
  1032. "criteria": {
  1033. "has_deepslate_bricks": "2024-06-15 02:12:40 +0900"
  1034. },
  1035. "done": true
  1036. },
  1037. "minecraft:recipes/building_blocks/deepslate_brick_stairs": {
  1038. "criteria": {
  1039. "has_deepslate_bricks": "2024-06-15 02:12:40 +0900"
  1040. },
  1041. "done": true
  1042. },
  1043. "minecraft:recipes/building_blocks/deepslate_tiles_from_deepslate_bricks_stonecutting": {
  1044. "criteria": {
  1045. "has_deepslate_bricks": "2024-06-15 02:12:40 +0900"
  1046. },
  1047. "done": true
  1048. },
  1049. "minecraft:recipes/building_blocks/deepslate_brick_slab": {
  1050. "criteria": {
  1051. "has_deepslate_bricks": "2024-06-15 02:12:40 +0900"
  1052. },
  1053. "done": true
  1054. },
  1055. "minecraft:recipes/decorations/deepslate_tile_wall_from_deepslate_bricks_stonecutting": {
  1056. "criteria": {
  1057. "has_deepslate_bricks": "2024-06-15 02:12:40 +0900"
  1058. },
  1059. "done": true
  1060. },
  1061. "minecraft:recipes/building_blocks/cracked_deepslate_bricks": {
  1062. "criteria": {
  1063. "has_deepslate_bricks": "2024-06-15 02:12:40 +0900"
  1064. },
  1065. "done": true
  1066. },
  1067. "minecraft:recipes/building_blocks/deepslate_tile_slab_from_deepslate_bricks_stonecutting": {
  1068. "criteria": {
  1069. "has_deepslate_bricks": "2024-06-15 02:12:40 +0900"
  1070. },
  1071. "done": true
  1072. },
  1073. "minecraft:recipes/building_blocks/deepslate_tiles": {
  1074. "criteria": {
  1075. "has_deepslate_bricks": "2024-06-15 02:12:40 +0900"
  1076. },
  1077. "done": true
  1078. },
  1079. "minecraft:recipes/building_blocks/deepslate_brick_stairs_from_deepslate_bricks_stonecutting": {
  1080. "criteria": {
  1081. "has_deepslate_bricks": "2024-06-15 02:12:40 +0900"
  1082. },
  1083. "done": true
  1084. },
  1085. "minecraft:recipes/building_blocks/deepslate_brick_slab_from_deepslate_bricks_stonecutting": {
  1086. "criteria": {
  1087. "has_deepslate_bricks": "2024-06-15 02:12:40 +0900"
  1088. },
  1089. "done": true
  1090. },
  1091. "minecraft:recipes/building_blocks/deepslate_tile_stairs_from_deepslate_tiles_stonecutting": {
  1092. "criteria": {
  1093. "has_deepslate_tiles": "2024-06-15 02:12:45 +0900"
  1094. },
  1095. "done": true
  1096. },
  1097. "minecraft:recipes/building_blocks/deepslate_tile_slab_from_deepslate_tiles_stonecutting": {
  1098. "criteria": {
  1099. "has_deepslate_tiles": "2024-06-15 02:12:45 +0900"
  1100. },
  1101. "done": true
  1102. },
  1103. "minecraft:recipes/decorations/deepslate_tile_wall_from_deepslate_tiles_stonecutting": {
  1104. "criteria": {
  1105. "has_deepslate_tiles": "2024-06-15 02:12:45 +0900"
  1106. },
  1107. "done": true
  1108. },
  1109. "minecraft:recipes/building_blocks/deepslate_tile_stairs": {
  1110. "criteria": {
  1111. "has_deepslate_tiles": "2024-06-15 02:12:45 +0900"
  1112. },
  1113. "done": true
  1114. },
  1115. "minecraft:recipes/decorations/deepslate_tile_wall": {
  1116. "criteria": {
  1117. "has_deepslate_tiles": "2024-06-15 02:12:45 +0900"
  1118. },
  1119. "done": true
  1120. },
  1121. "minecraft:recipes/building_blocks/deepslate_tile_slab": {
  1122. "criteria": {
  1123. "has_deepslate_tiles": "2024-06-15 02:12:45 +0900"
  1124. },
  1125. "done": true
  1126. },
  1127. "minecraft:recipes/building_blocks/cracked_deepslate_tiles": {
  1128. "criteria": {
  1129. "has_deepslate_tiles": "2024-06-15 02:12:45 +0900"
  1130. },
  1131. "done": true
  1132. },
  1133. "minecraft:recipes/redstone/jungle_trapdoor": {
  1134. "criteria": {
  1135. "has_planks": "2024-06-15 02:18:29 +0900"
  1136. },
  1137. "done": true
  1138. },
  1139. "minecraft:recipes/decorations/jungle_sign": {
  1140. "criteria": {
  1141. "has_planks": "2024-06-15 02:18:29 +0900"
  1142. },
  1143. "done": true
  1144. },
  1145. "minecraft:recipes/redstone/jungle_door": {
  1146. "criteria": {
  1147. "has_planks": "2024-06-15 02:18:29 +0900"
  1148. },
  1149. "done": true
  1150. },
  1151. "minecraft:recipes/decorations/jungle_fence": {
  1152. "criteria": {
  1153. "has_planks": "2024-06-15 02:18:29 +0900"
  1154. },
  1155. "done": true
  1156. },
  1157. "minecraft:recipes/redstone/jungle_pressure_plate": {
  1158. "criteria": {
  1159. "has_planks": "2024-06-15 02:18:29 +0900"
  1160. },
  1161. "done": true
  1162. },
  1163. "minecraft:recipes/redstone/jungle_button": {
  1164. "criteria": {
  1165. "has_planks": "2024-06-15 02:18:29 +0900"
  1166. },
  1167. "done": true
  1168. },
  1169. "minecraft:recipes/building_blocks/jungle_slab": {
  1170. "criteria": {
  1171. "has_planks": "2024-06-15 02:18:29 +0900"
  1172. },
  1173. "done": true
  1174. },
  1175. "minecraft:recipes/building_blocks/jungle_stairs": {
  1176. "criteria": {
  1177. "has_planks": "2024-06-15 02:18:29 +0900"
  1178. },
  1179. "done": true
  1180. },
  1181. "minecraft:recipes/redstone/jungle_fence_gate": {
  1182. "criteria": {
  1183. "has_planks": "2024-06-15 02:18:29 +0900"
  1184. },
  1185. "done": true
  1186. },
  1187. "minecraft:recipes/misc/book": {
  1188. "criteria": {
  1189. "has_paper": "2024-06-15 02:18:33 +0900"
  1190. },
  1191. "done": true
  1192. },
  1193. "minecraft:recipes/decorations/cartography_table": {
  1194. "criteria": {
  1195. "has_paper": "2024-06-15 02:18:33 +0900"
  1196. },
  1197. "done": true
  1198. },
  1199. "minecraft:recipes/food/cooked_beef_from_smoking": {
  1200. "criteria": {
  1201. "has_beef": "2024-06-15 02:19:44 +0900"
  1202. },
  1203. "done": true
  1204. },
  1205. "minecraft:recipes/food/cooked_beef": {
  1206. "criteria": {
  1207. "has_beef": "2024-06-15 02:19:44 +0900"
  1208. },
  1209. "done": true
  1210. },
  1211. "minecraft:recipes/food/cooked_beef_from_campfire_cooking": {
  1212. "criteria": {
  1213. "has_beef": "2024-06-15 02:19:44 +0900"
  1214. },
  1215. "done": true
  1216. },
  1217. "minecraft:recipes/food/cooked_chicken": {
  1218. "criteria": {
  1219. "has_the_recipe": "2024-06-15 02:24:24 +0900"
  1220. },
  1221. "done": true
  1222. },
  1223. "minecraft:recipes/food/cooked_salmon_from_smoking": {
  1224. "criteria": {
  1225. "has_salmon": "2024-06-15 02:29:13 +0900"
  1226. },
  1227. "done": true
  1228. },
  1229. "minecraft:recipes/food/cooked_salmon_from_campfire_cooking": {
  1230. "criteria": {
  1231. "has_salmon": "2024-06-15 02:29:13 +0900"
  1232. },
  1233. "done": true
  1234. },
  1235. "minecraft:recipes/food/cooked_salmon": {
  1236. "criteria": {
  1237. "has_salmon": "2024-06-15 02:29:13 +0900"
  1238. },
  1239. "done": true
  1240. },
  1241. "minecraft:recipes/decorations/white_banner": {
  1242. "criteria": {
  1243. "has_white_wool": "2024-06-15 02:32:39 +0900"
  1244. },
  1245. "done": true
  1246. },
  1247. "minecraft:recipes/decorations/painting": {
  1248. "criteria": {
  1249. "has_wool": "2024-06-15 02:32:39 +0900"
  1250. },
  1251. "done": true
  1252. },
  1253. "minecraft:recipes/decorations/white_bed": {
  1254. "criteria": {
  1255. "has_white_wool": "2024-06-15 02:32:39 +0900"
  1256. },
  1257. "done": true
  1258. },
  1259. "minecraft:recipes/decorations/white_carpet": {
  1260. "criteria": {
  1261. "has_white_wool": "2024-06-15 02:32:39 +0900"
  1262. },
  1263. "done": true
  1264. },
  1265. "minecraft:recipes/building_blocks/granite_stairs": {
  1266. "criteria": {
  1267. "has_granite": "2024-06-15 02:37:18 +0900"
  1268. },
  1269. "done": true
  1270. },
  1271. "minecraft:recipes/building_blocks/granite_stairs_from_granite_stonecutting": {
  1272. "criteria": {
  1273. "has_granite": "2024-06-15 02:37:18 +0900"
  1274. },
  1275. "done": true
  1276. },
  1277. "minecraft:recipes/decorations/granite_wall": {
  1278. "criteria": {
  1279. "has_granite": "2024-06-15 02:37:18 +0900"
  1280. },
  1281. "done": true
  1282. },
  1283. "minecraft:recipes/building_blocks/polished_granite_slab_from_granite_stonecutting": {
  1284. "criteria": {
  1285. "has_granite": "2024-06-15 02:37:18 +0900"
  1286. },
  1287. "done": true
  1288. },
  1289. "minecraft:recipes/building_blocks/granite_slab_from_granite_stonecutting": {
  1290. "criteria": {
  1291. "has_granite": "2024-06-15 02:37:18 +0900"
  1292. },
  1293. "done": true
  1294. },
  1295. "minecraft:recipes/building_blocks/polished_granite": {
  1296. "criteria": {
  1297. "has_granite": "2024-06-15 02:37:18 +0900"
  1298. },
  1299. "done": true
  1300. },
  1301. "minecraft:recipes/decorations/granite_wall_from_granite_stonecutting": {
  1302. "criteria": {
  1303. "has_granite": "2024-06-15 02:37:18 +0900"
  1304. },
  1305. "done": true
  1306. },
  1307. "minecraft:recipes/building_blocks/polished_granite_from_granite_stonecutting": {
  1308. "criteria": {
  1309. "has_granite": "2024-06-15 02:37:18 +0900"
  1310. },
  1311. "done": true
  1312. },
  1313. "minecraft:recipes/building_blocks/granite_slab": {
  1314. "criteria": {
  1315. "has_granite": "2024-06-15 02:37:18 +0900"
  1316. },
  1317. "done": true
  1318. },
  1319. "minecraft:recipes/building_blocks/polished_granite_stairs_from_granite_stonecutting": {
  1320. "criteria": {
  1321. "has_granite": "2024-06-15 02:37:18 +0900"
  1322. },
  1323. "done": true
  1324. },
  1325. "minecraft:recipes/tools/flint_and_steel": {
  1326. "criteria": {
  1327. "has_obsidian": "2024-06-15 02:41:50 +0900"
  1328. },
  1329. "done": true
  1330. },
  1331. "minecraft:story/form_obsidian": {
  1332. "criteria": {
  1333. "obsidian": "2024-06-15 02:41:50 +0900"
  1334. },
  1335. "done": true
  1336. },
  1337. "minecraft:recipes/decorations/enchanting_table": {
  1338. "criteria": {
  1339. "has_obsidian": "2024-06-15 02:41:50 +0900"
  1340. },
  1341. "done": true
  1342. },
  1343. "minecraft:recipes/decorations/fletching_table": {
  1344. "criteria": {
  1345. "has_flint": "2024-06-15 02:41:51 +0900"
  1346. },
  1347. "done": true
  1348. },
  1349. "minecraft:recipes/combat/arrow": {
  1350. "criteria": {
  1351. "has_flint": "2024-06-15 02:41:51 +0900"
  1352. },
  1353. "done": true
  1354. },
  1355. "minecraft:recipes/misc/iron_ingot_from_nuggets": {
  1356. "criteria": {
  1357. "has_iron_nugget": "2024-06-15 02:41:53 +0900"
  1358. },
  1359. "done": true
  1360. },
  1361. "minecraft:recipes/misc/gold_nugget_from_smelting": {
  1362. "criteria": {
  1363. "has_golden_hoe": "2024-06-15 02:41:55 +0900"
  1364. },
  1365. "done": true
  1366. },
  1367. "minecraft:recipes/misc/gold_nugget_from_blasting": {
  1368. "criteria": {
  1369. "has_golden_hoe": "2024-06-15 02:41:55 +0900"
  1370. },
  1371. "done": true
  1372. },
  1373. "minecraft:adventure/sleep_in_bed": {
  1374. "criteria": {
  1375. "slept_in_bed": "2024-06-15 02:45:06 +0900"
  1376. },
  1377. "done": true
  1378. },
  1379. "minecraft:story/iron_tools": {
  1380. "criteria": {
  1381. "iron_pickaxe": "2024-06-15 02:47:22 +0900"
  1382. },
  1383. "done": true
  1384. },
  1385. "minecraft:recipes/building_blocks/spruce_planks": {
  1386. "criteria": {
  1387. "has_logs": "2024-06-15 02:48:06 +0900"
  1388. },
  1389. "done": true
  1390. },
  1391. "minecraft:recipes/building_blocks/spruce_wood": {
  1392. "criteria": {
  1393. "has_log": "2024-06-15 02:48:06 +0900"
  1394. },
  1395. "done": true
  1396. },
  1397. "minecraft:recipes/misc/sugar_from_sugar_cane": {
  1398. "criteria": {
  1399. "has_sugar_cane": "2024-06-15 02:56:35 +0900"
  1400. },
  1401. "done": true
  1402. },
  1403. "minecraft:recipes/misc/paper": {
  1404. "criteria": {
  1405. "has_reeds": "2024-06-15 02:56:35 +0900"
  1406. },
  1407. "done": true
  1408. },
  1409. "minecraft:recipes/building_blocks/dripstone_block": {
  1410. "criteria": {
  1411. "has_pointed_dripstone": "2024-06-15 02:57:00 +0900"
  1412. },
  1413. "done": true
  1414. },
  1415. "minecraft:recipes/building_blocks/bookshelf": {
  1416. "criteria": {
  1417. "has_book": "2024-06-15 03:04:48 +0900"
  1418. },
  1419. "done": true
  1420. },
  1421. "minecraft:recipes/redstone/lectern": {
  1422. "criteria": {
  1423. "has_book": "2024-06-15 03:04:48 +0900"
  1424. },
  1425. "done": true
  1426. },
  1427. "minecraft:recipes/building_blocks/chiseled_bookshelf": {
  1428. "criteria": {
  1429. "has_book": "2024-06-15 03:04:48 +0900"
  1430. },
  1431. "done": true
  1432. },
  1433. "minecraft:recipes/misc/writable_book": {
  1434. "criteria": {
  1435. "has_book": "2024-06-15 03:04:48 +0900"
  1436. },
  1437. "done": true
  1438. },
  1439. "minecraft:recipes/misc/yellow_dye_from_sunflower": {
  1440. "criteria": {
  1441. "has_sunflower": "2024-06-15 03:15:42 +0900"
  1442. },
  1443. "done": true
  1444. },
  1445. "minecraft:recipes/brewing/fermented_spider_eye": {
  1446. "criteria": {
  1447. "has_spider_eye": "2024-06-15 03:23:37 +0900"
  1448. },
  1449. "done": true
  1450. },
  1451. "minecraft:recipes/combat/bow": {
  1452. "criteria": {
  1453. "has_string": "2024-06-15 03:23:48 +0900"
  1454. },
  1455. "done": true
  1456. },
  1457. "minecraft:recipes/tools/fishing_rod": {
  1458. "criteria": {
  1459. "has_string": "2024-06-15 03:23:48 +0900"
  1460. },
  1461. "done": true
  1462. },
  1463. "minecraft:recipes/building_blocks/white_wool_from_string": {
  1464. "criteria": {
  1465. "has_string": "2024-06-15 03:23:48 +0900"
  1466. },
  1467. "done": true
  1468. },
  1469. "minecraft:recipes/redstone/tripwire_hook": {
  1470. "criteria": {
  1471. "has_string": "2024-06-15 03:23:48 +0900"
  1472. },
  1473. "done": true
  1474. },
  1475. "minecraft:recipes/decorations/candle": {
  1476. "criteria": {
  1477. "has_string": "2024-06-15 03:23:48 +0900"
  1478. },
  1479. "done": true
  1480. },
  1481. "minecraft:recipes/decorations/loom": {
  1482. "criteria": {
  1483. "has_string": "2024-06-15 03:23:48 +0900"
  1484. },
  1485. "done": true
  1486. },
  1487. "minecraft:recipes/brewing/cauldron": {
  1488. "criteria": {
  1489. "has_water_bucket": "2024-06-15 03:32:13 +0900"
  1490. },
  1491. "done": true
  1492. },
  1493. "minecraft:story/lava_bucket": {
  1494. "criteria": {
  1495. "lava_bucket": "2024-06-15 03:33:10 +0900"
  1496. },
  1497. "done": true
  1498. },
  1499. "minecraft:recipes/food/cake": {
  1500. "criteria": {
  1501. "has_egg": "2024-06-15 03:34:03 +0900"
  1502. },
  1503. "done": true
  1504. },
  1505. "minecraft:recipes/misc/copper_ingot_from_blasting_raw_copper": {
  1506. "criteria": {
  1507. "has_raw_copper": "2024-06-15 03:36:43 +0900"
  1508. },
  1509. "done": true
  1510. },
  1511. "minecraft:recipes/building_blocks/raw_copper_block": {
  1512. "criteria": {
  1513. "has_raw_copper": "2024-06-15 03:36:43 +0900"
  1514. },
  1515. "done": true
  1516. },
  1517. "minecraft:recipes/misc/copper_ingot_from_smelting_raw_copper": {
  1518. "criteria": {
  1519. "has_raw_copper": "2024-06-15 03:36:43 +0900"
  1520. },
  1521. "done": true
  1522. },
  1523. "minecraft:recipes/redstone/spruce_button": {
  1524. "criteria": {
  1525. "has_planks": "2024-06-15 03:37:55 +0900"
  1526. },
  1527. "done": true
  1528. },
  1529. "minecraft:recipes/redstone/spruce_pressure_plate": {
  1530. "criteria": {
  1531. "has_planks": "2024-06-15 03:37:55 +0900"
  1532. },
  1533. "done": true
  1534. },
  1535. "minecraft:recipes/decorations/spruce_sign": {
  1536. "criteria": {
  1537. "has_planks": "2024-06-15 03:37:55 +0900"
  1538. },
  1539. "done": true
  1540. },
  1541. "minecraft:recipes/redstone/spruce_trapdoor": {
  1542. "criteria": {
  1543. "has_planks": "2024-06-15 03:37:55 +0900"
  1544. },
  1545. "done": true
  1546. },
  1547. "minecraft:recipes/redstone/spruce_door": {
  1548. "criteria": {
  1549. "has_planks": "2024-06-15 03:37:55 +0900"
  1550. },
  1551. "done": true
  1552. },
  1553. "minecraft:recipes/redstone/spruce_fence_gate": {
  1554. "criteria": {
  1555. "has_planks": "2024-06-15 03:37:55 +0900"
  1556. },
  1557. "done": true
  1558. },
  1559. "minecraft:recipes/decorations/spruce_fence": {
  1560. "criteria": {
  1561. "has_planks": "2024-06-15 03:37:55 +0900"
  1562. },
  1563. "done": true
  1564. },
  1565. "minecraft:recipes/building_blocks/spruce_stairs": {
  1566. "criteria": {
  1567. "has_planks": "2024-06-15 03:37:55 +0900"
  1568. },
  1569. "done": true
  1570. },
  1571. "minecraft:recipes/building_blocks/spruce_slab": {
  1572. "criteria": {
  1573. "has_planks": "2024-06-15 03:37:55 +0900"
  1574. },
  1575. "done": true
  1576. },
  1577. "minecraft:recipes/building_blocks/lime_concrete_powder": {
  1578. "criteria": {
  1579. "has_sand": "2024-06-15 03:39:11 +0900"
  1580. },
  1581. "done": true
  1582. },
  1583. "minecraft:recipes/building_blocks/light_gray_concrete_powder": {
  1584. "criteria": {
  1585. "has_sand": "2024-06-15 03:39:11 +0900"
  1586. },
  1587. "done": true
  1588. },
  1589. "minecraft:recipes/building_blocks/pink_concrete_powder": {
  1590. "criteria": {
  1591. "has_sand": "2024-06-15 03:39:11 +0900"
  1592. },
  1593. "done": true
  1594. },
  1595. "minecraft:recipes/building_blocks/orange_concrete_powder": {
  1596. "criteria": {
  1597. "has_sand": "2024-06-15 03:39:11 +0900"
  1598. },
  1599. "done": true
  1600. },
  1601. "minecraft:recipes/building_blocks/red_concrete_powder": {
  1602. "criteria": {
  1603. "has_sand": "2024-06-15 03:39:11 +0900"
  1604. },
  1605. "done": true
  1606. },
  1607. "minecraft:recipes/building_blocks/magenta_concrete_powder": {
  1608. "criteria": {
  1609. "has_sand": "2024-06-15 03:39:11 +0900"
  1610. },
  1611. "done": true
  1612. },
  1613. "minecraft:recipes/building_blocks/brown_concrete_powder": {
  1614. "criteria": {
  1615. "has_sand": "2024-06-15 03:39:11 +0900"
  1616. },
  1617. "done": true
  1618. },
  1619. "minecraft:recipes/building_blocks/light_blue_concrete_powder": {
  1620. "criteria": {
  1621. "has_sand": "2024-06-15 03:39:11 +0900"
  1622. },
  1623. "done": true
  1624. },
  1625. "minecraft:recipes/building_blocks/glass": {
  1626. "criteria": {
  1627. "has_smelts_to_glass": "2024-06-15 03:39:11 +0900"
  1628. },
  1629. "done": true
  1630. },
  1631. "minecraft:recipes/building_blocks/green_concrete_powder": {
  1632. "criteria": {
  1633. "has_sand": "2024-06-15 03:39:11 +0900"
  1634. },
  1635. "done": true
  1636. },
  1637. "minecraft:recipes/building_blocks/blue_concrete_powder": {
  1638. "criteria": {
  1639. "has_sand": "2024-06-15 03:39:11 +0900"
  1640. },
  1641. "done": true
  1642. },
  1643. "minecraft:recipes/building_blocks/yellow_concrete_powder": {
  1644. "criteria": {
  1645. "has_sand": "2024-06-15 03:39:11 +0900"
  1646. },
  1647. "done": true
  1648. },
  1649. "minecraft:recipes/building_blocks/sandstone": {
  1650. "criteria": {
  1651. "has_sand": "2024-06-15 03:39:11 +0900"
  1652. },
  1653. "done": true
  1654. },
  1655. "minecraft:recipes/building_blocks/white_concrete_powder": {
  1656. "criteria": {
  1657. "has_sand": "2024-06-15 03:39:11 +0900"
  1658. },
  1659. "done": true
  1660. },
  1661. "minecraft:recipes/building_blocks/gray_concrete_powder": {
  1662. "criteria": {
  1663. "has_sand": "2024-06-15 03:39:11 +0900"
  1664. },
  1665. "done": true
  1666. },
  1667. "minecraft:recipes/building_blocks/black_concrete_powder": {
  1668. "criteria": {
  1669. "has_sand": "2024-06-15 03:39:11 +0900"
  1670. },
  1671. "done": true
  1672. },
  1673. "minecraft:recipes/building_blocks/purple_concrete_powder": {
  1674. "criteria": {
  1675. "has_sand": "2024-06-15 03:39:11 +0900"
  1676. },
  1677. "done": true
  1678. },
  1679. "minecraft:recipes/building_blocks/cyan_concrete_powder": {
  1680. "criteria": {
  1681. "has_sand": "2024-06-15 03:39:11 +0900"
  1682. },
  1683. "done": true
  1684. },
  1685. "minecraft:recipes/building_blocks/red_stained_glass": {
  1686. "criteria": {
  1687. "has_glass": "2024-06-15 03:44:33 +0900"
  1688. },
  1689. "done": true
  1690. },
  1691. "minecraft:recipes/building_blocks/light_blue_stained_glass": {
  1692. "criteria": {
  1693. "has_glass": "2024-06-15 03:44:33 +0900"
  1694. },
  1695. "done": true
  1696. },
  1697. "minecraft:recipes/brewing/glass_bottle": {
  1698. "criteria": {
  1699. "has_glass": "2024-06-15 03:44:33 +0900"
  1700. },
  1701. "done": true
  1702. },
  1703. "minecraft:recipes/building_blocks/green_stained_glass": {
  1704. "criteria": {
  1705. "has_glass": "2024-06-15 03:44:33 +0900"
  1706. },
  1707. "done": true
  1708. },
  1709. "minecraft:recipes/building_blocks/brown_stained_glass": {
  1710. "criteria": {
  1711. "has_glass": "2024-06-15 03:44:33 +0900"
  1712. },
  1713. "done": true
  1714. },
  1715. "minecraft:recipes/building_blocks/light_gray_stained_glass": {
  1716. "criteria": {
  1717. "has_glass": "2024-06-15 03:44:33 +0900"
  1718. },
  1719. "done": true
  1720. },
  1721. "minecraft:recipes/building_blocks/blue_stained_glass": {
  1722. "criteria": {
  1723. "has_glass": "2024-06-15 03:44:33 +0900"
  1724. },
  1725. "done": true
  1726. },
  1727. "minecraft:recipes/building_blocks/orange_stained_glass": {
  1728. "criteria": {
  1729. "has_glass": "2024-06-15 03:44:33 +0900"
  1730. },
  1731. "done": true
  1732. },
  1733. "minecraft:recipes/building_blocks/cyan_stained_glass": {
  1734. "criteria": {
  1735. "has_glass": "2024-06-15 03:44:33 +0900"
  1736. },
  1737. "done": true
  1738. },
  1739. "minecraft:recipes/building_blocks/pink_stained_glass": {
  1740. "criteria": {
  1741. "has_glass": "2024-06-15 03:44:33 +0900"
  1742. },
  1743. "done": true
  1744. },
  1745. "minecraft:recipes/building_blocks/black_stained_glass": {
  1746. "criteria": {
  1747. "has_glass": "2024-06-15 03:44:33 +0900"
  1748. },
  1749. "done": true
  1750. },
  1751. "minecraft:recipes/building_blocks/gray_stained_glass": {
  1752. "criteria": {
  1753. "has_glass": "2024-06-15 03:44:33 +0900"
  1754. },
  1755. "done": true
  1756. },
  1757. "minecraft:recipes/building_blocks/purple_stained_glass": {
  1758. "criteria": {
  1759. "has_glass": "2024-06-15 03:44:33 +0900"
  1760. },
  1761. "done": true
  1762. },
  1763. "minecraft:recipes/building_blocks/yellow_stained_glass": {
  1764. "criteria": {
  1765. "has_glass": "2024-06-15 03:44:33 +0900"
  1766. },
  1767. "done": true
  1768. },
  1769. "minecraft:recipes/building_blocks/lime_stained_glass": {
  1770. "criteria": {
  1771. "has_glass": "2024-06-15 03:44:33 +0900"
  1772. },
  1773. "done": true
  1774. },
  1775. "minecraft:recipes/decorations/glass_pane": {
  1776. "criteria": {
  1777. "has_glass": "2024-06-15 03:44:33 +0900"
  1778. },
  1779. "done": true
  1780. },
  1781. "minecraft:recipes/building_blocks/magenta_stained_glass": {
  1782. "criteria": {
  1783. "has_glass": "2024-06-15 03:44:33 +0900"
  1784. },
  1785. "done": true
  1786. },
  1787. "minecraft:recipes/building_blocks/white_stained_glass": {
  1788. "criteria": {
  1789. "has_glass": "2024-06-15 03:44:33 +0900"
  1790. },
  1791. "done": true
  1792. },
  1793. "minecraft:recipes/building_blocks/andesite_stairs_from_andesite_stonecutting": {
  1794. "criteria": {
  1795. "has_andesite": "2024-06-15 03:53:37 +0900"
  1796. },
  1797. "done": true
  1798. },
  1799. "minecraft:recipes/building_blocks/andesite_stairs": {
  1800. "criteria": {
  1801. "has_andesite": "2024-06-15 03:53:37 +0900"
  1802. },
  1803. "done": true
  1804. },
  1805. "minecraft:recipes/building_blocks/polished_andesite_from_andesite_stonecutting": {
  1806. "criteria": {
  1807. "has_andesite": "2024-06-15 03:53:37 +0900"
  1808. },
  1809. "done": true
  1810. },
  1811. "minecraft:recipes/building_blocks/polished_andesite": {
  1812. "criteria": {
  1813. "has_andesite": "2024-06-15 03:53:37 +0900"
  1814. },
  1815. "done": true
  1816. },
  1817. "minecraft:recipes/decorations/andesite_wall_from_andesite_stonecutting": {
  1818. "criteria": {
  1819. "has_andesite": "2024-06-15 03:53:37 +0900"
  1820. },
  1821. "done": true
  1822. },
  1823. "minecraft:recipes/building_blocks/polished_andesite_slab_from_andesite_stonecutting": {
  1824. "criteria": {
  1825. "has_andesite": "2024-06-15 03:53:37 +0900"
  1826. },
  1827. "done": true
  1828. },
  1829. "minecraft:recipes/decorations/andesite_wall": {
  1830. "criteria": {
  1831. "has_andesite": "2024-06-15 03:53:37 +0900"
  1832. },
  1833. "done": true
  1834. },
  1835. "minecraft:recipes/building_blocks/andesite_slab": {
  1836. "criteria": {
  1837. "has_andesite": "2024-06-15 03:53:37 +0900"
  1838. },
  1839. "done": true
  1840. },
  1841. "minecraft:recipes/building_blocks/polished_andesite_stairs_from_andesite_stonecutting": {
  1842. "criteria": {
  1843. "has_andesite": "2024-06-15 03:53:37 +0900"
  1844. },
  1845. "done": true
  1846. },
  1847. "minecraft:recipes/building_blocks/andesite_slab_from_andesite_stonecutting": {
  1848. "criteria": {
  1849. "has_andesite": "2024-06-15 03:53:37 +0900"
  1850. },
  1851. "done": true
  1852. },
  1853. "minecraft:adventure/ol_betsy": {
  1854. "criteria": {
  1855. "shot_crossbow": "2024-06-15 04:09:13 +0900"
  1856. },
  1857. "done": true
  1858. },
  1859. "minecraft:adventure/shoot_arrow": {
  1860. "criteria": {
  1861. "shot_arrow": "2024-06-15 04:09:26 +0900"
  1862. },
  1863. "done": true
  1864. },
  1865. "minecraft:story/deflect_arrow": {
  1866. "criteria": {
  1867. "deflected_projectile": "2024-06-15 04:09:48 +0900"
  1868. },
  1869. "done": true
  1870. },
  1871. "minecraft:recipes/combat/diamond_leggings": {
  1872. "criteria": {
  1873. "has_diamond": "2024-06-15 04:14:19 +0900"
  1874. },
  1875. "done": true
  1876. },
  1877. "minecraft:recipes/combat/diamond_sword": {
  1878. "criteria": {
  1879. "has_diamond": "2024-06-15 04:14:19 +0900"
  1880. },
  1881. "done": true
  1882. },
  1883. "minecraft:recipes/decorations/jukebox": {
  1884. "criteria": {
  1885. "has_diamond": "2024-06-15 04:14:19 +0900"
  1886. },
  1887. "done": true
  1888. },
  1889. "minecraft:recipes/combat/diamond_chestplate": {
  1890. "criteria": {
  1891. "has_diamond": "2024-06-15 04:14:19 +0900"
  1892. },
  1893. "done": true
  1894. },
  1895. "minecraft:recipes/combat/diamond_helmet": {
  1896. "criteria": {
  1897. "has_diamond": "2024-06-15 04:14:19 +0900"
  1898. },
  1899. "done": true
  1900. },
  1901. "minecraft:recipes/tools/diamond_pickaxe": {
  1902. "criteria": {
  1903. "has_diamond": "2024-06-15 04:14:19 +0900"
  1904. },
  1905. "done": true
  1906. },
  1907. "minecraft:recipes/building_blocks/diamond_block": {
  1908. "criteria": {
  1909. "has_diamond": "2024-06-15 04:14:19 +0900"
  1910. },
  1911. "done": true
  1912. },
  1913. "minecraft:recipes/tools/diamond_hoe": {
  1914. "criteria": {
  1915. "has_diamond": "2024-06-15 04:14:19 +0900"
  1916. },
  1917. "done": true
  1918. },
  1919. "minecraft:recipes/tools/diamond_shovel": {
  1920. "criteria": {
  1921. "has_diamond": "2024-06-15 04:14:19 +0900"
  1922. },
  1923. "done": true
  1924. },
  1925. "minecraft:story/mine_diamond": {
  1926. "criteria": {
  1927. "diamond": "2024-06-15 04:14:19 +0900"
  1928. },
  1929. "done": true
  1930. },
  1931. "minecraft:recipes/tools/diamond_axe": {
  1932. "criteria": {
  1933. "has_diamond": "2024-06-15 04:14:19 +0900"
  1934. },
  1935. "done": true
  1936. },
  1937. "minecraft:recipes/combat/diamond_boots": {
  1938. "criteria": {
  1939. "has_diamond": "2024-06-15 04:14:19 +0900"
  1940. },
  1941. "done": true
  1942. },
  1943. "minecraft:recipes/building_blocks/coarse_dirt": {
  1944. "criteria": {
  1945. "has_gravel": "2024-06-15 04:21:56 +0900"
  1946. },
  1947. "done": true
  1948. },
  1949. "minecraft:recipes/misc/firework_rocket_simple": {
  1950. "criteria": {
  1951. "has_gunpowder": "2024-06-15 04:37:26 +0900"
  1952. },
  1953. "done": true
  1954. },
  1955. "minecraft:recipes/redstone/tnt": {
  1956. "criteria": {
  1957. "has_gunpowder": "2024-06-15 04:37:26 +0900"
  1958. },
  1959. "done": true
  1960. },
  1961. "minecraft:recipes/decorations/moss_carpet": {
  1962. "criteria": {
  1963. "has_moss_block": "2024-06-15 04:37:28 +0900"
  1964. },
  1965. "done": true
  1966. },
  1967. "minecraft:recipes/building_blocks/mossy_cobblestone_from_moss_block": {
  1968. "criteria": {
  1969. "has_moss_block": "2024-06-15 04:37:28 +0900"
  1970. },
  1971. "done": true
  1972. },
  1973. "minecraft:recipes/building_blocks/mossy_stone_bricks_from_moss_block": {
  1974. "criteria": {
  1975. "has_moss_block": "2024-06-15 04:37:28 +0900"
  1976. },
  1977. "done": true
  1978. },
  1979. "minecraft:nether/explore_nether": {
  1980. "criteria": {
  1981. "minecraft:crimson_forest": "2024-06-15 04:44:50 +0900",
  1982. "minecraft:soul_sand_valley": "2024-06-15 18:11:02 +0900",
  1983. "minecraft:nether_wastes": "2024-06-21 00:52:59 +0900",
  1984. "minecraft:warped_forest": "2024-06-16 11:01:24 +0900",
  1985. "minecraft:basalt_deltas": "2024-06-21 01:08:43 +0900"
  1986. },
  1987. "done": true
  1988. },
  1989. "minecraft:nether/root": {
  1990. "criteria": {
  1991. "entered_nether": "2024-06-15 04:44:50 +0900"
  1992. },
  1993. "done": true
  1994. },
  1995. "minecraft:story/enter_the_nether": {
  1996. "criteria": {
  1997. "entered_nether": "2024-06-15 04:44:50 +0900"
  1998. },
  1999. "done": true
  2000. },
  2001. "minecraft:recipes/misc/melon_seeds": {
  2002. "criteria": {
  2003. "has_melon": "2024-06-15 13:45:21 +0900"
  2004. },
  2005. "done": true
  2006. },
  2007. "minecraft:recipes/brewing/glistering_melon_slice": {
  2008. "criteria": {
  2009. "has_melon": "2024-06-15 13:45:21 +0900"
  2010. },
  2011. "done": true
  2012. },
  2013. "minecraft:recipes/building_blocks/melon": {
  2014. "criteria": {
  2015. "has_melon": "2024-06-15 13:45:21 +0900"
  2016. },
  2017. "done": true
  2018. },
  2019. "minecraft:recipes/building_blocks/sandstone_stairs": {
  2020. "criteria": {
  2021. "has_sandstone": "2024-06-15 13:48:05 +0900"
  2022. },
  2023. "done": true
  2024. },
  2025. "minecraft:recipes/building_blocks/sandstone_slab": {
  2026. "criteria": {
  2027. "has_sandstone": "2024-06-15 13:48:05 +0900"
  2028. },
  2029. "done": true
  2030. },
  2031. "minecraft:recipes/building_blocks/cut_sandstone_from_sandstone_stonecutting": {
  2032. "criteria": {
  2033. "has_sandstone": "2024-06-15 13:48:05 +0900"
  2034. },
  2035. "done": true
  2036. },
  2037. "minecraft:recipes/building_blocks/chiseled_sandstone_from_sandstone_stonecutting": {
  2038. "criteria": {
  2039. "has_sandstone": "2024-06-15 13:48:05 +0900"
  2040. },
  2041. "done": true
  2042. },
  2043. "minecraft:recipes/building_blocks/smooth_sandstone": {
  2044. "criteria": {
  2045. "has_sandstone": "2024-06-15 13:48:05 +0900"
  2046. },
  2047. "done": true
  2048. },
  2049. "minecraft:recipes/decorations/sandstone_wall_from_sandstone_stonecutting": {
  2050. "criteria": {
  2051. "has_sandstone": "2024-06-15 13:48:05 +0900"
  2052. },
  2053. "done": true
  2054. },
  2055. "minecraft:recipes/building_blocks/cut_sandstone_slab_from_sandstone_stonecutting": {
  2056. "criteria": {
  2057. "has_sandstone": "2024-06-15 13:48:05 +0900"
  2058. },
  2059. "done": true
  2060. },
  2061. "minecraft:recipes/building_blocks/cut_sandstone": {
  2062. "criteria": {
  2063. "has_sandstone": "2024-06-15 13:48:05 +0900"
  2064. },
  2065. "done": true
  2066. },
  2067. "minecraft:recipes/building_blocks/sandstone_slab_from_sandstone_stonecutting": {
  2068. "criteria": {
  2069. "has_sandstone": "2024-06-15 13:48:05 +0900"
  2070. },
  2071. "done": true
  2072. },
  2073. "minecraft:recipes/building_blocks/sandstone_stairs_from_sandstone_stonecutting": {
  2074. "criteria": {
  2075. "has_sandstone": "2024-06-15 13:48:05 +0900"
  2076. },
  2077. "done": true
  2078. },
  2079. "minecraft:recipes/decorations/sandstone_wall": {
  2080. "criteria": {
  2081. "has_sandstone": "2024-06-15 13:48:05 +0900"
  2082. },
  2083. "done": true
  2084. },
  2085. "minecraft:recipes/building_blocks/cut_sandstone_slab": {
  2086. "criteria": {
  2087. "has_cut_sandstone": "2024-06-15 13:48:09 +0900"
  2088. },
  2089. "done": true
  2090. },
  2091. "minecraft:recipes/building_blocks/cut_sandstone_slab_from_cut_sandstone_stonecutting": {
  2092. "criteria": {
  2093. "has_cut_sandstone": "2024-06-15 13:48:09 +0900"
  2094. },
  2095. "done": true
  2096. },
  2097. "minecraft:recipes/building_blocks/stripped_oak_wood": {
  2098. "criteria": {
  2099. "has_log": "2024-06-15 14:00:50 +0900"
  2100. },
  2101. "done": true
  2102. },
  2103. "minecraft:recipes/decorations/oak_hanging_sign": {
  2104. "criteria": {
  2105. "has_stripped_logs": "2024-06-15 14:00:50 +0900"
  2106. },
  2107. "done": true
  2108. },
  2109. "minecraft:recipes/misc/nether_brick": {
  2110. "criteria": {
  2111. "has_netherrack": "2024-06-15 14:11:07 +0900"
  2112. },
  2113. "done": true
  2114. },
  2115. "minecraft:recipes/misc/bone_meal": {
  2116. "criteria": {
  2117. "has_bone": "2024-06-15 14:13:55 +0900"
  2118. },
  2119. "done": true
  2120. },
  2121. "minecraft:recipes/building_blocks/stone_bricks": {
  2122. "criteria": {
  2123. "has_stone": "2024-06-15 14:20:27 +0900"
  2124. },
  2125. "done": true
  2126. },
  2127. "minecraft:recipes/building_blocks/stone_brick_slab_from_stone_stonecutting": {
  2128. "criteria": {
  2129. "has_stone": "2024-06-15 14:20:27 +0900"
  2130. },
  2131. "done": true
  2132. },
  2133. "minecraft:recipes/building_blocks/stone_brick_stairs_from_stone_stonecutting": {
  2134. "criteria": {
  2135. "has_stone": "2024-06-15 14:20:27 +0900"
  2136. },
  2137. "done": true
  2138. },
  2139. "minecraft:recipes/building_blocks/stone_slab_from_stone_stonecutting": {
  2140. "criteria": {
  2141. "has_stone": "2024-06-15 14:20:27 +0900"
  2142. },
  2143. "done": true
  2144. },
  2145. "minecraft:recipes/building_blocks/stone_bricks_from_stone_stonecutting": {
  2146. "criteria": {
  2147. "has_stone": "2024-06-15 14:20:27 +0900"
  2148. },
  2149. "done": true
  2150. },
  2151. "minecraft:recipes/building_blocks/stone_slab": {
  2152. "criteria": {
  2153. "has_stone": "2024-06-15 14:20:27 +0900"
  2154. },
  2155. "done": true
  2156. },
  2157. "minecraft:recipes/building_blocks/chiseled_stone_bricks_stone_from_stonecutting": {
  2158. "criteria": {
  2159. "has_stone": "2024-06-15 14:20:27 +0900"
  2160. },
  2161. "done": true
  2162. },
  2163. "minecraft:recipes/building_blocks/stone_stairs_from_stone_stonecutting": {
  2164. "criteria": {
  2165. "has_stone": "2024-06-15 14:20:27 +0900"
  2166. },
  2167. "done": true
  2168. },
  2169. "minecraft:recipes/redstone/stone_button": {
  2170. "criteria": {
  2171. "has_stone": "2024-06-15 14:20:27 +0900"
  2172. },
  2173. "done": true
  2174. },
  2175. "minecraft:recipes/decorations/stonecutter": {
  2176. "criteria": {
  2177. "has_stone": "2024-06-15 14:20:27 +0900"
  2178. },
  2179. "done": true
  2180. },
  2181. "minecraft:recipes/redstone/stone_pressure_plate": {
  2182. "criteria": {
  2183. "has_stone": "2024-06-15 14:20:27 +0900"
  2184. },
  2185. "done": true
  2186. },
  2187. "minecraft:recipes/building_blocks/smooth_stone": {
  2188. "criteria": {
  2189. "has_stone": "2024-06-15 14:20:27 +0900"
  2190. },
  2191. "done": true
  2192. },
  2193. "minecraft:recipes/decorations/stone_brick_walls_from_stone_stonecutting": {
  2194. "criteria": {
  2195. "has_stone": "2024-06-15 14:20:27 +0900"
  2196. },
  2197. "done": true
  2198. },
  2199. "minecraft:recipes/building_blocks/stone_stairs": {
  2200. "criteria": {
  2201. "has_stone": "2024-06-15 14:20:27 +0900"
  2202. },
  2203. "done": true
  2204. },
  2205. "minecraft:recipes/decorations/blast_furnace": {
  2206. "criteria": {
  2207. "has_smooth_stone": "2024-06-15 14:26:02 +0900"
  2208. },
  2209. "done": true
  2210. },
  2211. "minecraft:recipes/building_blocks/smooth_stone_slab": {
  2212. "criteria": {
  2213. "has_smooth_stone": "2024-06-15 14:26:02 +0900"
  2214. },
  2215. "done": true
  2216. },
  2217. "minecraft:recipes/building_blocks/smooth_stone_slab_from_smooth_stone_stonecutting": {
  2218. "criteria": {
  2219. "has_smooth_stone": "2024-06-15 14:26:02 +0900"
  2220. },
  2221. "done": true
  2222. },
  2223. "minecraft:recipes/misc/iron_ingot_from_iron_block": {
  2224. "criteria": {
  2225. "has_iron_block": "2024-06-15 15:11:34 +0900"
  2226. },
  2227. "done": true
  2228. },
  2229. "minecraft:recipes/decorations/anvil": {
  2230. "criteria": {
  2231. "has_iron_block": "2024-06-15 15:11:34 +0900"
  2232. },
  2233. "done": true
  2234. },
  2235. "minecraft:recipes/misc/light_gray_dye_from_azure_bluet": {
  2236. "criteria": {
  2237. "has_azure_bluet": "2024-06-15 15:26:41 +0900"
  2238. },
  2239. "done": true
  2240. },
  2241. "minecraft:recipes/misc/red_dye_from_poppy": {
  2242. "criteria": {
  2243. "has_poppy": "2024-06-15 15:26:42 +0900"
  2244. },
  2245. "done": true
  2246. },
  2247. "minecraft:recipes/misc/flower_banner_pattern": {
  2248. "criteria": {
  2249. "has_oxeye_daisy": "2024-06-15 15:35:27 +0900"
  2250. },
  2251. "done": true
  2252. },
  2253. "minecraft:recipes/misc/light_gray_dye_from_oxeye_daisy": {
  2254. "criteria": {
  2255. "has_oxeye_daisy": "2024-06-15 15:35:27 +0900"
  2256. },
  2257. "done": true
  2258. },
  2259. "minecraft:recipes/misc/blue_dye_from_cornflower": {
  2260. "criteria": {
  2261. "has_cornflower": "2024-06-15 15:36:42 +0900"
  2262. },
  2263. "done": true
  2264. },
  2265. "minecraft:adventure/trade": {
  2266. "criteria": {
  2267. "traded": "2024-06-15 17:07:44 +0900"
  2268. },
  2269. "done": true
  2270. },
  2271. "minecraft:recipes/misc/white_dye": {
  2272. "criteria": {
  2273. "has_bone_meal": "2024-06-15 17:09:33 +0900"
  2274. },
  2275. "done": true
  2276. },
  2277. "minecraft:recipes/building_blocks/bone_block": {
  2278. "criteria": {
  2279. "has_bone_meal": "2024-06-15 17:09:33 +0900"
  2280. },
  2281. "done": true
  2282. },
  2283. "minecraft:recipes/building_blocks/acacia_wood": {
  2284. "criteria": {
  2285. "has_log": "2024-06-15 17:10:13 +0900"
  2286. },
  2287. "done": true
  2288. },
  2289. "minecraft:recipes/building_blocks/acacia_planks": {
  2290. "criteria": {
  2291. "has_log": "2024-06-15 17:10:13 +0900"
  2292. },
  2293. "done": true
  2294. },
  2295. "minecraft:recipes/tools/golden_axe": {
  2296. "criteria": {
  2297. "has_gold_ingot": "2024-06-15 17:49:11 +0900"
  2298. },
  2299. "done": true
  2300. },
  2301. "minecraft:recipes/tools/golden_pickaxe": {
  2302. "criteria": {
  2303. "has_gold_ingot": "2024-06-15 17:49:11 +0900"
  2304. },
  2305. "done": true
  2306. },
  2307. "minecraft:recipes/misc/gold_nugget": {
  2308. "criteria": {
  2309. "has_gold_ingot": "2024-06-15 17:49:11 +0900"
  2310. },
  2311. "done": true
  2312. },
  2313. "minecraft:recipes/tools/golden_shovel": {
  2314. "criteria": {
  2315. "has_gold_ingot": "2024-06-15 17:49:11 +0900"
  2316. },
  2317. "done": true
  2318. },
  2319. "minecraft:recipes/food/golden_apple": {
  2320. "criteria": {
  2321. "has_gold_ingot": "2024-06-15 17:49:11 +0900"
  2322. },
  2323. "done": true
  2324. },
  2325. "minecraft:recipes/combat/golden_boots": {
  2326. "criteria": {
  2327. "has_gold_ingot": "2024-06-15 17:49:11 +0900"
  2328. },
  2329. "done": true
  2330. },
  2331. "minecraft:recipes/combat/golden_helmet": {
  2332. "criteria": {
  2333. "has_gold_ingot": "2024-06-15 17:49:11 +0900"
  2334. },
  2335. "done": true
  2336. },
  2337. "minecraft:recipes/combat/golden_sword": {
  2338. "criteria": {
  2339. "has_gold_ingot": "2024-06-15 17:49:11 +0900"
  2340. },
  2341. "done": true
  2342. },
  2343. "minecraft:recipes/building_blocks/gold_block": {
  2344. "criteria": {
  2345. "has_gold_ingot": "2024-06-15 17:49:11 +0900"
  2346. },
  2347. "done": true
  2348. },
  2349. "minecraft:recipes/combat/golden_chestplate": {
  2350. "criteria": {
  2351. "has_gold_ingot": "2024-06-15 17:49:11 +0900"
  2352. },
  2353. "done": true
  2354. },
  2355. "minecraft:recipes/tools/golden_hoe": {
  2356. "criteria": {
  2357. "has_gold_ingot": "2024-06-15 17:49:11 +0900"
  2358. },
  2359. "done": true
  2360. },
  2361. "minecraft:recipes/redstone/light_weighted_pressure_plate": {
  2362. "criteria": {
  2363. "has_gold_ingot": "2024-06-15 17:49:11 +0900"
  2364. },
  2365. "done": true
  2366. },
  2367. "minecraft:recipes/combat/golden_leggings": {
  2368. "criteria": {
  2369. "has_gold_ingot": "2024-06-15 17:49:11 +0900"
  2370. },
  2371. "done": true
  2372. },
  2373. "minecraft:recipes/transportation/chest_minecart": {
  2374. "criteria": {
  2375. "has_minecart": "2024-06-15 17:50:17 +0900"
  2376. },
  2377. "done": true
  2378. },
  2379. "minecraft:recipes/transportation/furnace_minecart": {
  2380. "criteria": {
  2381. "has_minecart": "2024-06-15 17:50:17 +0900"
  2382. },
  2383. "done": true
  2384. },
  2385. "minecraft:recipes/transportation/hopper_minecart": {
  2386. "criteria": {
  2387. "has_minecart": "2024-06-15 17:50:17 +0900"
  2388. },
  2389. "done": true
  2390. },
  2391. "minecraft:recipes/transportation/tnt_minecart": {
  2392. "criteria": {
  2393. "has_minecart": "2024-06-15 17:50:17 +0900"
  2394. },
  2395. "done": true
  2396. },
  2397. "minecraft:recipes/transportation/rail": {
  2398. "criteria": {
  2399. "has_minecart": "2024-06-15 17:50:17 +0900"
  2400. },
  2401. "done": true
  2402. },
  2403. "minecraft:nether/find_fortress": {
  2404. "criteria": {
  2405. "fortress": "2024-06-15 17:51:32 +0900"
  2406. },
  2407. "done": true
  2408. },
  2409. "minecraft:recipes/redstone/observer": {
  2410. "criteria": {
  2411. "has_quartz": "2024-06-15 17:57:03 +0900"
  2412. },
  2413. "done": true
  2414. },
  2415. "minecraft:recipes/redstone/comparator": {
  2416. "criteria": {
  2417. "has_quartz": "2024-06-15 17:57:03 +0900"
  2418. },
  2419. "done": true
  2420. },
  2421. "minecraft:recipes/building_blocks/diorite": {
  2422. "criteria": {
  2423. "has_quartz": "2024-06-15 17:57:03 +0900"
  2424. },
  2425. "done": true
  2426. },
  2427. "minecraft:recipes/building_blocks/granite": {
  2428. "criteria": {
  2429. "has_quartz": "2024-06-15 17:57:03 +0900"
  2430. },
  2431. "done": true
  2432. },
  2433. "minecraft:recipes/building_blocks/quartz_block": {
  2434. "criteria": {
  2435. "has_quartz": "2024-06-15 17:57:03 +0900"
  2436. },
  2437. "done": true
  2438. },
  2439. "minecraft:recipes/redstone/daylight_detector": {
  2440. "criteria": {
  2441. "has_quartz": "2024-06-15 17:57:03 +0900"
  2442. },
  2443. "done": true
  2444. },
  2445. "minecraft:recipes/transportation/warped_fungus_on_a_stick": {
  2446. "criteria": {
  2447. "has_warped_fungus": "2024-06-15 18:03:02 +0900"
  2448. },
  2449. "done": true
  2450. },
  2451. "minecraft:recipes/decorations/soul_campfire": {
  2452. "criteria": {
  2453. "has_soul_sand": "2024-06-15 18:11:02 +0900"
  2454. },
  2455. "done": true
  2456. },
  2457. "minecraft:recipes/decorations/soul_torch": {
  2458. "criteria": {
  2459. "has_soul_sand": "2024-06-15 18:11:02 +0900"
  2460. },
  2461. "done": true
  2462. },
  2463. "minecraft:recipes/building_blocks/crimson_planks": {
  2464. "criteria": {
  2465. "has_logs": "2024-06-15 18:11:21 +0900"
  2466. },
  2467. "done": true
  2468. },
  2469. "minecraft:recipes/building_blocks/crimson_hyphae": {
  2470. "criteria": {
  2471. "has_log": "2024-06-15 18:11:21 +0900"
  2472. },
  2473. "done": true
  2474. },
  2475. "minecraft:recipes/redstone/crimson_button": {
  2476. "criteria": {
  2477. "has_planks": "2024-06-15 18:11:24 +0900"
  2478. },
  2479. "done": true
  2480. },
  2481. "minecraft:recipes/building_blocks/crimson_slab": {
  2482. "criteria": {
  2483. "has_planks": "2024-06-15 18:11:24 +0900"
  2484. },
  2485. "done": true
  2486. },
  2487. "minecraft:recipes/building_blocks/crimson_stairs": {
  2488. "criteria": {
  2489. "has_planks": "2024-06-15 18:11:24 +0900"
  2490. },
  2491. "done": true
  2492. },
  2493. "minecraft:recipes/redstone/crimson_pressure_plate": {
  2494. "criteria": {
  2495. "has_planks": "2024-06-15 18:11:24 +0900"
  2496. },
  2497. "done": true
  2498. },
  2499. "minecraft:recipes/decorations/crimson_fence": {
  2500. "criteria": {
  2501. "has_planks": "2024-06-15 18:11:24 +0900"
  2502. },
  2503. "done": true
  2504. },
  2505. "minecraft:recipes/decorations/crimson_sign": {
  2506. "criteria": {
  2507. "has_planks": "2024-06-15 18:11:24 +0900"
  2508. },
  2509. "done": true
  2510. },
  2511. "minecraft:recipes/redstone/crimson_fence_gate": {
  2512. "criteria": {
  2513. "has_planks": "2024-06-15 18:11:24 +0900"
  2514. },
  2515. "done": true
  2516. },
  2517. "minecraft:recipes/redstone/crimson_door": {
  2518. "criteria": {
  2519. "has_planks": "2024-06-15 18:11:24 +0900"
  2520. },
  2521. "done": true
  2522. },
  2523. "minecraft:recipes/redstone/crimson_trapdoor": {
  2524. "criteria": {
  2525. "has_planks": "2024-06-15 18:11:24 +0900"
  2526. },
  2527. "done": true
  2528. },
  2529. "minecraft:recipes/building_blocks/diorite_stairs_from_diorite_stonecutting": {
  2530. "criteria": {
  2531. "has_diorite": "2024-06-15 18:24:15 +0900"
  2532. },
  2533. "done": true
  2534. },
  2535. "minecraft:recipes/building_blocks/polished_diorite": {
  2536. "criteria": {
  2537. "has_diorite": "2024-06-15 18:24:15 +0900"
  2538. },
  2539. "done": true
  2540. },
  2541. "minecraft:recipes/building_blocks/diorite_slab": {
  2542. "criteria": {
  2543. "has_diorite": "2024-06-15 18:24:15 +0900"
  2544. },
  2545. "done": true
  2546. },
  2547. "minecraft:recipes/decorations/diorite_wall_from_diorite_stonecutting": {
  2548. "criteria": {
  2549. "has_diorite": "2024-06-15 18:24:15 +0900"
  2550. },
  2551. "done": true
  2552. },
  2553. "minecraft:recipes/building_blocks/andesite": {
  2554. "criteria": {
  2555. "has_stone": "2024-06-15 18:24:15 +0900"
  2556. },
  2557. "done": true
  2558. },
  2559. "minecraft:recipes/building_blocks/polished_diorite_from_diorite_stonecutting": {
  2560. "criteria": {
  2561. "has_diorite": "2024-06-15 18:24:15 +0900"
  2562. },
  2563. "done": true
  2564. },
  2565. "minecraft:recipes/decorations/diorite_wall": {
  2566. "criteria": {
  2567. "has_diorite": "2024-06-15 18:24:15 +0900"
  2568. },
  2569. "done": true
  2570. },
  2571. "minecraft:recipes/building_blocks/diorite_slab_from_diorite_stonecutting": {
  2572. "criteria": {
  2573. "has_diorite": "2024-06-15 18:24:15 +0900"
  2574. },
  2575. "done": true
  2576. },
  2577. "minecraft:recipes/building_blocks/polished_diorite_slab_from_diorite_stonecutting": {
  2578. "criteria": {
  2579. "has_diorite": "2024-06-15 18:24:15 +0900"
  2580. },
  2581. "done": true
  2582. },
  2583. "minecraft:recipes/building_blocks/polished_diorite_stairs_from_diorite_stonecutting": {
  2584. "criteria": {
  2585. "has_diorite": "2024-06-15 18:24:15 +0900"
  2586. },
  2587. "done": true
  2588. },
  2589. "minecraft:recipes/building_blocks/diorite_stairs": {
  2590. "criteria": {
  2591. "has_diorite": "2024-06-15 18:24:15 +0900"
  2592. },
  2593. "done": true
  2594. },
  2595. "minecraft:recipes/misc/blue_dye": {
  2596. "criteria": {
  2597. "has_lapis_lazuli": "2024-06-15 18:32:01 +0900"
  2598. },
  2599. "done": true
  2600. },
  2601. "minecraft:recipes/building_blocks/lapis_block": {
  2602. "criteria": {
  2603. "has_lapis_lazuli": "2024-06-15 18:32:01 +0900"
  2604. },
  2605. "done": true
  2606. },
  2607. "minecraft:recipes/building_blocks/chiseled_deepslate": {
  2608. "criteria": {
  2609. "has_cobbled_deepslate_slab": "2024-06-15 19:53:55 +0900"
  2610. },
  2611. "done": true
  2612. },
  2613. "minecraft:recipes/food/dried_kelp_from_smoking": {
  2614. "criteria": {
  2615. "has_kelp": "2024-06-15 21:16:29 +0900"
  2616. },
  2617. "done": true
  2618. },
  2619. "minecraft:recipes/food/dried_kelp_from_smelting": {
  2620. "criteria": {
  2621. "has_kelp": "2024-06-15 21:16:29 +0900"
  2622. },
  2623. "done": true
  2624. },
  2625. "minecraft:recipes/food/dried_kelp_from_campfire_cooking": {
  2626. "criteria": {
  2627. "has_kelp": "2024-06-15 21:16:29 +0900"
  2628. },
  2629. "done": true
  2630. },
  2631. "minecraft:recipes/redstone/redstone": {
  2632. "criteria": {
  2633. "has_redstone_block": "2024-06-15 22:33:49 +0900"
  2634. },
  2635. "done": true
  2636. },
  2637. "minecraft:recipes/misc/copper_ingot": {
  2638. "criteria": {
  2639. "has_copper_block": "2024-06-15 22:33:51 +0900"
  2640. },
  2641. "done": true
  2642. },
  2643. "minecraft:recipes/building_blocks/cut_copper_stairs_from_copper_block_stonecutting": {
  2644. "criteria": {
  2645. "has_copper_block": "2024-06-15 22:33:51 +0900"
  2646. },
  2647. "done": true
  2648. },
  2649. "minecraft:recipes/building_blocks/cut_copper": {
  2650. "criteria": {
  2651. "has_copper_block": "2024-06-15 22:33:51 +0900"
  2652. },
  2653. "done": true
  2654. },
  2655. "minecraft:recipes/building_blocks/cut_copper_slab_from_copper_block_stonecutting": {
  2656. "criteria": {
  2657. "has_copper_block": "2024-06-15 22:33:51 +0900"
  2658. },
  2659. "done": true
  2660. },
  2661. "minecraft:recipes/building_blocks/cut_copper_from_copper_block_stonecutting": {
  2662. "criteria": {
  2663. "has_copper_block": "2024-06-15 22:33:51 +0900"
  2664. },
  2665. "done": true
  2666. },
  2667. "minecraft:recipes/building_blocks/waxed_copper_block_from_honeycomb": {
  2668. "criteria": {
  2669. "has_copper_block": "2024-06-15 22:33:51 +0900"
  2670. },
  2671. "done": true
  2672. },
  2673. "minecraft:story/shiny_gear": {
  2674. "criteria": {
  2675. "diamond_boots": "2024-06-15 22:34:22 +0900"
  2676. },
  2677. "done": true
  2678. },
  2679. "minecraft:recipes/decorations/beehive": {
  2680. "criteria": {
  2681. "has_honeycomb": "2024-06-15 22:59:00 +0900"
  2682. },
  2683. "done": true
  2684. },
  2685. "minecraft:recipes/decorations/honeycomb_block": {
  2686. "criteria": {
  2687. "has_honeycomb": "2024-06-15 22:59:00 +0900"
  2688. },
  2689. "done": true
  2690. },
  2691. "minecraft:husbandry/wax_on": {
  2692. "criteria": {
  2693. "wax_on": "2024-06-15 23:00:49 +0900"
  2694. },
  2695. "done": true
  2696. },
  2697. "minecraft:story/follow_ender_eye": {
  2698. "criteria": {
  2699. "in_stronghold": "2024-06-16 00:55:25 +0900"
  2700. },
  2701. "done": true
  2702. },
  2703. "minecraft:recipes/redstone/trapped_chest": {
  2704. "criteria": {
  2705. "has_tripwire_hook": "2024-06-16 01:16:15 +0900"
  2706. },
  2707. "done": true
  2708. },
  2709. "minecraft:recipes/redstone/redstone_torch": {
  2710. "criteria": {
  2711. "has_redstone": "2024-06-16 10:32:12 +0900"
  2712. },
  2713. "done": true
  2714. },
  2715. "minecraft:recipes/tools/clock": {
  2716. "criteria": {
  2717. "has_redstone": "2024-06-16 10:32:12 +0900"
  2718. },
  2719. "done": true
  2720. },
  2721. "minecraft:recipes/redstone/dropper": {
  2722. "criteria": {
  2723. "has_redstone": "2024-06-16 10:32:12 +0900"
  2724. },
  2725. "done": true
  2726. },
  2727. "minecraft:recipes/redstone/redstone_block": {
  2728. "criteria": {
  2729. "has_redstone": "2024-06-16 10:32:12 +0900"
  2730. },
  2731. "done": true
  2732. },
  2733. "minecraft:recipes/redstone/note_block": {
  2734. "criteria": {
  2735. "has_redstone": "2024-06-16 10:32:12 +0900"
  2736. },
  2737. "done": true
  2738. },
  2739. "minecraft:recipes/redstone/target": {
  2740. "criteria": {
  2741. "has_redstone": "2024-06-16 10:32:12 +0900"
  2742. },
  2743. "done": true
  2744. },
  2745. "minecraft:recipes/tools/compass": {
  2746. "criteria": {
  2747. "has_redstone": "2024-06-16 10:32:12 +0900"
  2748. },
  2749. "done": true
  2750. },
  2751. "minecraft:recipes/redstone/piston": {
  2752. "criteria": {
  2753. "has_redstone": "2024-06-16 10:32:12 +0900"
  2754. },
  2755. "done": true
  2756. },
  2757. "minecraft:recipes/misc/gold_ingot_from_smelting_raw_gold": {
  2758. "criteria": {
  2759. "has_raw_gold": "2024-06-16 10:34:30 +0900"
  2760. },
  2761. "done": true
  2762. },
  2763. "minecraft:recipes/building_blocks/raw_gold_block": {
  2764. "criteria": {
  2765. "has_raw_gold": "2024-06-16 10:34:30 +0900"
  2766. },
  2767. "done": true
  2768. },
  2769. "minecraft:recipes/misc/gold_ingot_from_blasting_raw_gold": {
  2770. "criteria": {
  2771. "has_raw_gold": "2024-06-16 10:34:30 +0900"
  2772. },
  2773. "done": true
  2774. },
  2775. "minecraft:recipes/misc/gold_ingot_from_gold_block": {
  2776. "criteria": {
  2777. "has_gold_block": "2024-06-16 10:44:01 +0900"
  2778. },
  2779. "done": true
  2780. },
  2781. "minecraft:recipes/misc/coal": {
  2782. "criteria": {
  2783. "has_coal_block": "2024-06-16 10:44:05 +0900"
  2784. },
  2785. "done": true
  2786. },
  2787. "minecraft:recipes/transportation/carrot_on_a_stick": {
  2788. "criteria": {
  2789. "has_carrot": "2024-06-16 10:47:10 +0900"
  2790. },
  2791. "done": true
  2792. },
  2793. "minecraft:recipes/building_blocks/blackstone_stairs": {
  2794. "criteria": {
  2795. "has_blackstone": "2024-06-16 11:00:15 +0900"
  2796. },
  2797. "done": true
  2798. },
  2799. "minecraft:recipes/building_blocks/blackstone_slab_from_blackstone_stonecutting": {
  2800. "criteria": {
  2801. "has_blackstone": "2024-06-16 11:00:15 +0900"
  2802. },
  2803. "done": true
  2804. },
  2805. "minecraft:recipes/decorations/polished_blackstone_brick_wall_from_blackstone_stonecutting": {
  2806. "criteria": {
  2807. "has_blackstone": "2024-06-16 11:00:15 +0900"
  2808. },
  2809. "done": true
  2810. },
  2811. "minecraft:recipes/building_blocks/polished_blackstone_slab_from_blackstone_stonecutting": {
  2812. "criteria": {
  2813. "has_blackstone": "2024-06-16 11:00:15 +0900"
  2814. },
  2815. "done": true
  2816. },
  2817. "minecraft:recipes/building_blocks/polished_blackstone": {
  2818. "criteria": {
  2819. "has_blackstone": "2024-06-16 11:00:15 +0900"
  2820. },
  2821. "done": true
  2822. },
  2823. "minecraft:recipes/decorations/blackstone_wall": {
  2824. "criteria": {
  2825. "has_blackstone": "2024-06-16 11:00:15 +0900"
  2826. },
  2827. "done": true
  2828. },
  2829. "minecraft:recipes/building_blocks/blackstone_slab": {
  2830. "criteria": {
  2831. "has_blackstone": "2024-06-16 11:00:15 +0900"
  2832. },
  2833. "done": true
  2834. },
  2835. "minecraft:recipes/building_blocks/polished_blackstone_brick_slab_from_blackstone_stonecutting": {
  2836. "criteria": {
  2837. "has_blackstone": "2024-06-16 11:00:15 +0900"
  2838. },
  2839. "done": true
  2840. },
  2841. "minecraft:recipes/building_blocks/polished_blackstone_from_blackstone_stonecutting": {
  2842. "criteria": {
  2843. "has_blackstone": "2024-06-16 11:00:15 +0900"
  2844. },
  2845. "done": true
  2846. },
  2847. "minecraft:recipes/building_blocks/polished_blackstone_brick_stairs_from_blackstone_stonecutting": {
  2848. "criteria": {
  2849. "has_blackstone": "2024-06-16 11:00:15 +0900"
  2850. },
  2851. "done": true
  2852. },
  2853. "minecraft:recipes/building_blocks/polished_blackstone_bricks_from_blackstone_stonecutting": {
  2854. "criteria": {
  2855. "has_blackstone": "2024-06-16 11:00:15 +0900"
  2856. },
  2857. "done": true
  2858. },
  2859. "minecraft:recipes/decorations/blackstone_wall_from_blackstone_stonecutting": {
  2860. "criteria": {
  2861. "has_blackstone": "2024-06-16 11:00:15 +0900"
  2862. },
  2863. "done": true
  2864. },
  2865. "minecraft:recipes/building_blocks/polished_blackstone_stairs_from_blackstone_stonecutting": {
  2866. "criteria": {
  2867. "has_blackstone": "2024-06-16 11:00:15 +0900"
  2868. },
  2869. "done": true
  2870. },
  2871. "minecraft:recipes/decorations/polished_blackstone_wall_from_blackstone_stonecutting": {
  2872. "criteria": {
  2873. "has_blackstone": "2024-06-16 11:00:15 +0900"
  2874. },
  2875. "done": true
  2876. },
  2877. "minecraft:recipes/building_blocks/chiseled_polished_blackstone_from_blackstone_stonecutting": {
  2878. "criteria": {
  2879. "has_blackstone": "2024-06-16 11:00:15 +0900"
  2880. },
  2881. "done": true
  2882. },
  2883. "minecraft:recipes/building_blocks/blackstone_stairs_from_blackstone_stonecutting": {
  2884. "criteria": {
  2885. "has_blackstone": "2024-06-16 11:00:15 +0900"
  2886. },
  2887. "done": true
  2888. },
  2889. "minecraft:recipes/building_blocks/smooth_basalt": {
  2890. "criteria": {
  2891. "has_basalt": "2024-06-16 11:03:16 +0900"
  2892. },
  2893. "done": true
  2894. },
  2895. "minecraft:recipes/building_blocks/polished_basalt_from_basalt_stonecutting": {
  2896. "criteria": {
  2897. "has_basalt": "2024-06-16 11:03:16 +0900"
  2898. },
  2899. "done": true
  2900. },
  2901. "minecraft:recipes/building_blocks/polished_basalt": {
  2902. "criteria": {
  2903. "has_basalt": "2024-06-16 11:03:16 +0900"
  2904. },
  2905. "done": true
  2906. },
  2907. "minecraft:recipes/building_blocks/cherry_slab": {
  2908. "criteria": {
  2909. "has_planks": "2024-06-16 11:33:04 +0900"
  2910. },
  2911. "done": true
  2912. },
  2913. "minecraft:recipes/redstone/cherry_fence_gate": {
  2914. "criteria": {
  2915. "has_planks": "2024-06-16 11:33:04 +0900"
  2916. },
  2917. "done": true
  2918. },
  2919. "minecraft:recipes/decorations/cherry_sign": {
  2920. "criteria": {
  2921. "has_planks": "2024-06-16 11:33:04 +0900"
  2922. },
  2923. "done": true
  2924. },
  2925. "minecraft:recipes/redstone/cherry_pressure_plate": {
  2926. "criteria": {
  2927. "has_planks": "2024-06-16 11:33:04 +0900"
  2928. },
  2929. "done": true
  2930. },
  2931. "minecraft:recipes/decorations/cherry_fence": {
  2932. "criteria": {
  2933. "has_planks": "2024-06-16 11:33:04 +0900"
  2934. },
  2935. "done": true
  2936. },
  2937. "minecraft:recipes/building_blocks/cherry_stairs": {
  2938. "criteria": {
  2939. "has_planks": "2024-06-16 11:33:04 +0900"
  2940. },
  2941. "done": true
  2942. },
  2943. "minecraft:recipes/redstone/cherry_trapdoor": {
  2944. "criteria": {
  2945. "has_planks": "2024-06-16 11:33:04 +0900"
  2946. },
  2947. "done": true
  2948. },
  2949. "minecraft:recipes/redstone/cherry_button": {
  2950. "criteria": {
  2951. "has_planks": "2024-06-16 11:33:04 +0900"
  2952. },
  2953. "done": true
  2954. },
  2955. "minecraft:recipes/redstone/cherry_door": {
  2956. "criteria": {
  2957. "has_planks": "2024-06-16 11:33:04 +0900"
  2958. },
  2959. "done": true
  2960. },
  2961. "minecraft:recipes/building_blocks/cherry_planks": {
  2962. "criteria": {
  2963. "has_log": "2024-06-16 11:33:05 +0900"
  2964. },
  2965. "done": true
  2966. },
  2967. "minecraft:recipes/building_blocks/cherry_wood": {
  2968. "criteria": {
  2969. "has_log": "2024-06-16 11:33:05 +0900"
  2970. },
  2971. "done": true
  2972. },
  2973. "minecraft:recipes/brewing/magma_cream": {
  2974. "criteria": {
  2975. "has_blaze_powder": "2024-06-16 12:28:32 +0900"
  2976. },
  2977. "done": true
  2978. },
  2979. "minecraft:recipes/misc/ender_eye": {
  2980. "criteria": {
  2981. "has_blaze_powder": "2024-06-16 12:28:32 +0900"
  2982. },
  2983. "done": true
  2984. },
  2985. "minecraft:recipes/misc/fire_charge": {
  2986. "criteria": {
  2987. "has_blaze_powder": "2024-06-16 12:28:32 +0900"
  2988. },
  2989. "done": true
  2990. },
  2991. "minecraft:recipes/decorations/lime_stained_glass_pane_from_glass_pane": {
  2992. "criteria": {
  2993. "has_glass_pane": "2024-06-16 12:36:04 +0900"
  2994. },
  2995. "done": true
  2996. },
  2997. "minecraft:recipes/decorations/purple_stained_glass_pane_from_glass_pane": {
  2998. "criteria": {
  2999. "has_glass_pane": "2024-06-16 12:36:04 +0900"
  3000. },
  3001. "done": true
  3002. },
  3003. "minecraft:recipes/decorations/blue_stained_glass_pane_from_glass_pane": {
  3004. "criteria": {
  3005. "has_glass_pane": "2024-06-16 12:36:04 +0900"
  3006. },
  3007. "done": true
  3008. },
  3009. "minecraft:recipes/decorations/black_stained_glass_pane_from_glass_pane": {
  3010. "criteria": {
  3011. "has_glass_pane": "2024-06-16 12:36:04 +0900"
  3012. },
  3013. "done": true
  3014. },
  3015. "minecraft:recipes/decorations/light_gray_stained_glass_pane_from_glass_pane": {
  3016. "criteria": {
  3017. "has_glass_pane": "2024-06-16 12:36:04 +0900"
  3018. },
  3019. "done": true
  3020. },
  3021. "minecraft:recipes/decorations/yellow_stained_glass_pane_from_glass_pane": {
  3022. "criteria": {
  3023. "has_glass_pane": "2024-06-16 12:36:04 +0900"
  3024. },
  3025. "done": true
  3026. },
  3027. "minecraft:recipes/decorations/brown_stained_glass_pane_from_glass_pane": {
  3028. "criteria": {
  3029. "has_glass_pane": "2024-06-16 12:36:04 +0900"
  3030. },
  3031. "done": true
  3032. },
  3033. "minecraft:recipes/decorations/red_stained_glass_pane_from_glass_pane": {
  3034. "criteria": {
  3035. "has_glass_pane": "2024-06-16 12:36:04 +0900"
  3036. },
  3037. "done": true
  3038. },
  3039. "minecraft:recipes/decorations/magenta_stained_glass_pane_from_glass_pane": {
  3040. "criteria": {
  3041. "has_glass_pane": "2024-06-16 12:36:04 +0900"
  3042. },
  3043. "done": true
  3044. },
  3045. "minecraft:recipes/decorations/cyan_stained_glass_pane_from_glass_pane": {
  3046. "criteria": {
  3047. "has_glass_pane": "2024-06-16 12:36:04 +0900"
  3048. },
  3049. "done": true
  3050. },
  3051. "minecraft:recipes/decorations/orange_stained_glass_pane_from_glass_pane": {
  3052. "criteria": {
  3053. "has_glass_pane": "2024-06-16 12:36:04 +0900"
  3054. },
  3055. "done": true
  3056. },
  3057. "minecraft:recipes/decorations/light_blue_stained_glass_pane_from_glass_pane": {
  3058. "criteria": {
  3059. "has_glass_pane": "2024-06-16 12:36:04 +0900"
  3060. },
  3061. "done": true
  3062. },
  3063. "minecraft:recipes/decorations/green_stained_glass_pane_from_glass_pane": {
  3064. "criteria": {
  3065. "has_glass_pane": "2024-06-16 12:36:04 +0900"
  3066. },
  3067. "done": true
  3068. },
  3069. "minecraft:recipes/decorations/pink_stained_glass_pane_from_glass_pane": {
  3070. "criteria": {
  3071. "has_glass_pane": "2024-06-16 12:36:04 +0900"
  3072. },
  3073. "done": true
  3074. },
  3075. "minecraft:recipes/decorations/white_stained_glass_pane_from_glass_pane": {
  3076. "criteria": {
  3077. "has_glass_pane": "2024-06-16 12:36:04 +0900"
  3078. },
  3079. "done": true
  3080. },
  3081. "minecraft:recipes/decorations/gray_stained_glass_pane_from_glass_pane": {
  3082. "criteria": {
  3083. "has_glass_pane": "2024-06-16 12:36:04 +0900"
  3084. },
  3085. "done": true
  3086. },
  3087. "minecraft:recipes/misc/map": {
  3088. "criteria": {
  3089. "has_compass": "2024-06-16 12:41:24 +0900"
  3090. },
  3091. "done": true
  3092. },
  3093. "minecraft:nether/obtain_blaze_rod": {
  3094. "criteria": {
  3095. "blaze_rod": "2024-06-16 12:42:12 +0900"
  3096. },
  3097. "done": true
  3098. },
  3099. "minecraft:recipes/brewing/blaze_powder": {
  3100. "criteria": {
  3101. "has_blaze_rod": "2024-06-16 12:42:12 +0900"
  3102. },
  3103. "done": true
  3104. },
  3105. "minecraft:recipes/brewing/brewing_stand": {
  3106. "criteria": {
  3107. "has_blaze_rod": "2024-06-16 12:42:12 +0900"
  3108. },
  3109. "done": true
  3110. },
  3111. "minecraft:recipes/decorations/end_crystal": {
  3112. "criteria": {
  3113. "has_ender_eye": "2024-06-16 12:42:19 +0900"
  3114. },
  3115. "done": true
  3116. },
  3117. "minecraft:recipes/decorations/ender_chest": {
  3118. "criteria": {
  3119. "has_ender_eye": "2024-06-16 12:42:19 +0900"
  3120. },
  3121. "done": true
  3122. },
  3123. "minecraft:story/enchant_item": {
  3124. "criteria": {
  3125. "enchanted_item": "2024-06-16 12:48:54 +0900"
  3126. },
  3127. "done": true
  3128. },
  3129. "minecraft:recipes/building_blocks/polished_granite_stairs": {
  3130. "criteria": {
  3131. "has_polished_granite": "2024-06-16 13:09:41 +0900"
  3132. },
  3133. "done": true
  3134. },
  3135. "minecraft:recipes/building_blocks/polished_granite_stairs_from_polished_granite_stonecutting": {
  3136. "criteria": {
  3137. "has_polished_granite": "2024-06-16 13:09:41 +0900"
  3138. },
  3139. "done": true
  3140. },
  3141. "minecraft:recipes/building_blocks/polished_granite_slab_from_polished_granite_stonecutting": {
  3142. "criteria": {
  3143. "has_polished_granite": "2024-06-16 13:09:41 +0900"
  3144. },
  3145. "done": true
  3146. },
  3147. "minecraft:recipes/building_blocks/polished_granite_slab": {
  3148. "criteria": {
  3149. "has_polished_granite": "2024-06-16 13:09:41 +0900"
  3150. },
  3151. "done": true
  3152. },
  3153. "minecraft:recipes/building_blocks/mossy_stone_brick_stairs": {
  3154. "criteria": {
  3155. "has_mossy_stone_bricks": "2024-06-16 13:10:05 +0900"
  3156. },
  3157. "done": true
  3158. },
  3159. "minecraft:recipes/building_blocks/stone_brick_slab": {
  3160. "criteria": {
  3161. "has_stone_bricks": "2024-06-16 13:10:05 +0900"
  3162. },
  3163. "done": true
  3164. },
  3165. "minecraft:recipes/building_blocks/stone_brick_stairs": {
  3166. "criteria": {
  3167. "has_stone_bricks": "2024-06-16 13:10:05 +0900"
  3168. },
  3169. "done": true
  3170. },
  3171. "minecraft:recipes/building_blocks/chiseled_stone_bricks": {
  3172. "criteria": {
  3173. "has_tag": "2024-06-16 13:10:05 +0900"
  3174. },
  3175. "done": true
  3176. },
  3177. "minecraft:recipes/decorations/mossy_stone_brick_wall": {
  3178. "criteria": {
  3179. "has_mossy_stone_bricks": "2024-06-16 13:10:05 +0900"
  3180. },
  3181. "done": true
  3182. },
  3183. "minecraft:recipes/building_blocks/mossy_stone_brick_slab": {
  3184. "criteria": {
  3185. "has_mossy_stone_bricks": "2024-06-16 13:10:05 +0900"
  3186. },
  3187. "done": true
  3188. },
  3189. "minecraft:recipes/building_blocks/mossy_stone_brick_stairs_from_mossy_stone_brick_stonecutting": {
  3190. "criteria": {
  3191. "has_mossy_stone_bricks": "2024-06-16 13:10:05 +0900"
  3192. },
  3193. "done": true
  3194. },
  3195. "minecraft:recipes/decorations/mossy_stone_brick_wall_from_mossy_stone_brick_stonecutting": {
  3196. "criteria": {
  3197. "has_mossy_stone_bricks": "2024-06-16 13:10:05 +0900"
  3198. },
  3199. "done": true
  3200. },
  3201. "minecraft:recipes/building_blocks/mossy_stone_brick_slab_from_mossy_stone_brick_stonecutting": {
  3202. "criteria": {
  3203. "has_mossy_stone_bricks": "2024-06-16 13:10:05 +0900"
  3204. },
  3205. "done": true
  3206. },
  3207. "minecraft:recipes/misc/stick_from_bamboo_item": {
  3208. "criteria": {
  3209. "has_bamboo": "2024-06-16 13:25:52 +0900"
  3210. },
  3211. "done": true
  3212. },
  3213. "minecraft:recipes/building_blocks/bamboo_block": {
  3214. "criteria": {
  3215. "has_bamboo": "2024-06-16 13:25:52 +0900"
  3216. },
  3217. "done": true
  3218. },
  3219. "minecraft:recipes/decorations/scaffolding": {
  3220. "criteria": {
  3221. "has_bamboo": "2024-06-16 13:25:52 +0900"
  3222. },
  3223. "done": true
  3224. },
  3225. "minecraft:recipes/misc/brown_dye": {
  3226. "criteria": {
  3227. "has_cocoa_beans": "2024-06-16 13:26:10 +0900"
  3228. },
  3229. "done": true
  3230. },
  3231. "minecraft:recipes/food/cookie": {
  3232. "criteria": {
  3233. "has_cocoa": "2024-06-16 13:26:10 +0900"
  3234. },
  3235. "done": true
  3236. },
  3237. "minecraft:recipes/misc/wild_armor_trim_smithing_template": {
  3238. "criteria": {
  3239. "has_wild_armor_trim_smithing_template": "2024-06-16 13:28:14 +0900"
  3240. },
  3241. "done": true
  3242. },
  3243. "minecraft:recipes/misc/wild_armor_trim_smithing_template_smithing_trim": {
  3244. "criteria": {
  3245. "has_smithing_trim_template": "2024-06-16 13:28:14 +0900"
  3246. },
  3247. "done": true
  3248. },
  3249. "minecraft:recipes/decorations/mossy_cobblestone_wall": {
  3250. "criteria": {
  3251. "has_mossy_cobblestone": "2024-06-16 13:28:38 +0900"
  3252. },
  3253. "done": true
  3254. },
  3255. "minecraft:recipes/building_blocks/mossy_cobblestone_slab_from_mossy_cobblestone_stonecutting": {
  3256. "criteria": {
  3257. "has_mossy_cobblestone": "2024-06-16 13:28:38 +0900"
  3258. },
  3259. "done": true
  3260. },
  3261. "minecraft:recipes/building_blocks/mossy_cobblestone_stairs_from_mossy_cobblestone_stonecutting": {
  3262. "criteria": {
  3263. "has_mossy_cobblestone": "2024-06-16 13:28:38 +0900"
  3264. },
  3265. "done": true
  3266. },
  3267. "minecraft:recipes/decorations/mossy_cobblestone_wall_from_mossy_cobblestone_stonecutting": {
  3268. "criteria": {
  3269. "has_mossy_cobblestone": "2024-06-16 13:28:38 +0900"
  3270. },
  3271. "done": true
  3272. },
  3273. "minecraft:recipes/building_blocks/mossy_cobblestone_slab": {
  3274. "criteria": {
  3275. "has_mossy_cobblestone": "2024-06-16 13:28:38 +0900"
  3276. },
  3277. "done": true
  3278. },
  3279. "minecraft:recipes/building_blocks/mossy_cobblestone_stairs": {
  3280. "criteria": {
  3281. "has_mossy_cobblestone": "2024-06-16 13:28:38 +0900"
  3282. },
  3283. "done": true
  3284. },
  3285. "minecraft:recipes/building_blocks/nether_wart_block": {
  3286. "criteria": {
  3287. "has_nether_wart": "2024-06-16 13:41:05 +0900"
  3288. },
  3289. "done": true
  3290. },
  3291. "minecraft:recipes/building_blocks/red_nether_bricks": {
  3292. "criteria": {
  3293. "has_nether_wart": "2024-06-16 13:41:05 +0900"
  3294. },
  3295. "done": true
  3296. },
  3297. "minecraft:nether/brew_potion": {
  3298. "criteria": {
  3299. "potion": "2024-06-16 13:46:25 +0900"
  3300. },
  3301. "done": true
  3302. },
  3303. "minecraft:recipes/redstone/repeater": {
  3304. "criteria": {
  3305. "has_redstone_torch": "2024-06-16 13:47:46 +0900"
  3306. },
  3307. "done": true
  3308. },
  3309. "minecraft:recipes/misc/coast_armor_trim_smithing_template": {
  3310. "criteria": {
  3311. "has_coast_armor_trim_smithing_template": "2024-06-16 14:16:42 +0900"
  3312. },
  3313. "done": true
  3314. },
  3315. "minecraft:recipes/misc/coast_armor_trim_smithing_template_smithing_trim": {
  3316. "criteria": {
  3317. "has_smithing_trim_template": "2024-06-16 14:16:42 +0900"
  3318. },
  3319. "done": true
  3320. },
  3321. "minecraft:recipes/building_blocks/copper_block": {
  3322. "criteria": {
  3323. "has_copper_ingot": "2024-06-16 14:23:30 +0900"
  3324. },
  3325. "done": true
  3326. },
  3327. "minecraft:recipes/tools/brush": {
  3328. "criteria": {
  3329. "has_copper_ingot": "2024-06-16 14:23:30 +0900"
  3330. },
  3331. "done": true
  3332. },
  3333. "minecraft:recipes/redstone/lightning_rod": {
  3334. "criteria": {
  3335. "has_copper_ingot": "2024-06-16 14:23:30 +0900"
  3336. },
  3337. "done": true
  3338. },
  3339. "minecraft:recipes/misc/black_dye": {
  3340. "criteria": {
  3341. "has_ink_sac": "2024-06-16 14:34:39 +0900"
  3342. },
  3343. "done": true
  3344. },
  3345. "minecraft:recipes/food/cooked_cod_from_smoking": {
  3346. "criteria": {
  3347. "has_cod": "2024-06-16 17:02:09 +0900"
  3348. },
  3349. "done": true
  3350. },
  3351. "minecraft:recipes/food/cooked_cod_from_campfire_cooking": {
  3352. "criteria": {
  3353. "has_cod": "2024-06-16 17:02:09 +0900"
  3354. },
  3355. "done": true
  3356. },
  3357. "minecraft:recipes/food/cooked_cod": {
  3358. "criteria": {
  3359. "has_cod": "2024-06-16 17:02:09 +0900"
  3360. },
  3361. "done": true
  3362. },
  3363. "minecraft:recipes/building_blocks/netherite_block": {
  3364. "criteria": {
  3365. "has_netherite_ingot": "2024-06-16 17:08:20 +0900"
  3366. },
  3367. "done": true
  3368. },
  3369. "minecraft:recipes/combat/netherite_boots_smithing": {
  3370. "criteria": {
  3371. "has_netherite_ingot": "2024-06-16 17:08:20 +0900"
  3372. },
  3373. "done": true
  3374. },
  3375. "minecraft:recipes/tools/netherite_shovel_smithing": {
  3376. "criteria": {
  3377. "has_netherite_ingot": "2024-06-16 17:08:20 +0900"
  3378. },
  3379. "done": true
  3380. },
  3381. "minecraft:recipes/combat/netherite_chestplate_smithing": {
  3382. "criteria": {
  3383. "has_netherite_ingot": "2024-06-16 17:08:20 +0900"
  3384. },
  3385. "done": true
  3386. },
  3387. "minecraft:recipes/combat/netherite_sword_smithing": {
  3388. "criteria": {
  3389. "has_netherite_ingot": "2024-06-16 17:08:20 +0900"
  3390. },
  3391. "done": true
  3392. },
  3393. "minecraft:recipes/combat/netherite_leggings_smithing": {
  3394. "criteria": {
  3395. "has_netherite_ingot": "2024-06-16 17:08:20 +0900"
  3396. },
  3397. "done": true
  3398. },
  3399. "minecraft:recipes/tools/netherite_axe_smithing": {
  3400. "criteria": {
  3401. "has_netherite_ingot": "2024-06-16 17:08:20 +0900"
  3402. },
  3403. "done": true
  3404. },
  3405. "minecraft:recipes/tools/netherite_hoe_smithing": {
  3406. "criteria": {
  3407. "has_netherite_ingot": "2024-06-16 17:08:20 +0900"
  3408. },
  3409. "done": true
  3410. },
  3411. "minecraft:recipes/tools/netherite_pickaxe_smithing": {
  3412. "criteria": {
  3413. "has_netherite_ingot": "2024-06-16 17:08:20 +0900"
  3414. },
  3415. "done": true
  3416. },
  3417. "minecraft:recipes/decorations/lodestone": {
  3418. "criteria": {
  3419. "has_netherite_ingot": "2024-06-16 17:08:20 +0900"
  3420. },
  3421. "done": true
  3422. },
  3423. "minecraft:recipes/combat/netherite_helmet_smithing": {
  3424. "criteria": {
  3425. "has_netherite_ingot": "2024-06-16 17:08:20 +0900"
  3426. },
  3427. "done": true
  3428. },
  3429. "minecraft:recipes/misc/netherite_upgrade_smithing_template": {
  3430. "criteria": {
  3431. "has_netherite_upgrade_smithing_template": "2024-06-16 17:08:25 +0900"
  3432. },
  3433. "done": true
  3434. },
  3435. "minecraft:recipes/misc/quartz": {
  3436. "criteria": {
  3437. "has_nether_quartz_ore": "2024-06-16 17:26:49 +0900"
  3438. },
  3439. "done": true
  3440. },
  3441. "minecraft:recipes/misc/quartz_from_blasting": {
  3442. "criteria": {
  3443. "has_nether_quartz_ore": "2024-06-16 17:26:49 +0900"
  3444. },
  3445. "done": true
  3446. },
  3447. "minecraft:recipes/building_blocks/quartz_stairs": {
  3448. "criteria": {
  3449. "has_quartz_block": "2024-06-16 17:39:05 +0900"
  3450. },
  3451. "done": true
  3452. },
  3453. "minecraft:recipes/building_blocks/smooth_quartz": {
  3454. "criteria": {
  3455. "has_quartz_block": "2024-06-16 17:39:05 +0900"
  3456. },
  3457. "done": true
  3458. },
  3459. "minecraft:recipes/building_blocks/quartz_slab": {
  3460. "criteria": {
  3461. "has_quartz_block": "2024-06-16 17:39:05 +0900"
  3462. },
  3463. "done": true
  3464. },
  3465. "minecraft:recipes/building_blocks/chiseled_quartz_block": {
  3466. "criteria": {
  3467. "has_quartz_block": "2024-06-16 17:39:05 +0900"
  3468. },
  3469. "done": true
  3470. },
  3471. "minecraft:recipes/building_blocks/quartz_bricks": {
  3472. "criteria": {
  3473. "has_quartz_block": "2024-06-16 17:39:05 +0900"
  3474. },
  3475. "done": true
  3476. },
  3477. "minecraft:recipes/building_blocks/quartz_bricks_from_quartz_block_stonecutting": {
  3478. "criteria": {
  3479. "has_quartz_block": "2024-06-16 17:39:05 +0900"
  3480. },
  3481. "done": true
  3482. },
  3483. "minecraft:recipes/building_blocks/chiseled_quartz_block_from_quartz_block_stonecutting": {
  3484. "criteria": {
  3485. "has_quartz_block": "2024-06-16 17:39:05 +0900"
  3486. },
  3487. "done": true
  3488. },
  3489. "minecraft:recipes/building_blocks/quartz_pillar_from_quartz_block_stonecutting": {
  3490. "criteria": {
  3491. "has_quartz_block": "2024-06-16 17:39:05 +0900"
  3492. },
  3493. "done": true
  3494. },
  3495. "minecraft:recipes/building_blocks/quartz_slab_from_stonecutting": {
  3496. "criteria": {
  3497. "has_quartz_block": "2024-06-16 17:39:05 +0900"
  3498. },
  3499. "done": true
  3500. },
  3501. "minecraft:recipes/building_blocks/quartz_pillar": {
  3502. "criteria": {
  3503. "has_quartz_block": "2024-06-16 17:39:05 +0900"
  3504. },
  3505. "done": true
  3506. },
  3507. "minecraft:recipes/building_blocks/quartz_stairs_from_quartz_block_stonecutting": {
  3508. "criteria": {
  3509. "has_quartz_block": "2024-06-16 17:39:05 +0900"
  3510. },
  3511. "done": true
  3512. },
  3513. "minecraft:recipes/building_blocks/bamboo_planks": {
  3514. "criteria": {
  3515. "has_logs": "2024-06-16 17:46:58 +0900"
  3516. },
  3517. "done": true
  3518. },
  3519. "minecraft:recipes/redstone/bamboo_trapdoor": {
  3520. "criteria": {
  3521. "has_planks": "2024-06-16 17:47:00 +0900"
  3522. },
  3523. "done": true
  3524. },
  3525. "minecraft:recipes/redstone/bamboo_pressure_plate": {
  3526. "criteria": {
  3527. "has_planks": "2024-06-16 17:47:00 +0900"
  3528. },
  3529. "done": true
  3530. },
  3531. "minecraft:recipes/building_blocks/bamboo_slab": {
  3532. "criteria": {
  3533. "has_planks": "2024-06-16 17:47:00 +0900"
  3534. },
  3535. "done": true
  3536. },
  3537. "minecraft:recipes/redstone/bamboo_button": {
  3538. "criteria": {
  3539. "has_planks": "2024-06-16 17:47:00 +0900"
  3540. },
  3541. "done": true
  3542. },
  3543. "minecraft:recipes/redstone/bamboo_fence_gate": {
  3544. "criteria": {
  3545. "has_planks": "2024-06-16 17:47:00 +0900"
  3546. },
  3547. "done": true
  3548. },
  3549. "minecraft:recipes/building_blocks/bamboo_stairs": {
  3550. "criteria": {
  3551. "has_planks": "2024-06-16 17:47:00 +0900"
  3552. },
  3553. "done": true
  3554. },
  3555. "minecraft:recipes/decorations/bamboo_sign": {
  3556. "criteria": {
  3557. "has_planks": "2024-06-16 17:47:00 +0900"
  3558. },
  3559. "done": true
  3560. },
  3561. "minecraft:recipes/redstone/bamboo_door": {
  3562. "criteria": {
  3563. "has_planks": "2024-06-16 17:47:00 +0900"
  3564. },
  3565. "done": true
  3566. },
  3567. "minecraft:recipes/decorations/bamboo_fence": {
  3568. "criteria": {
  3569. "has_planks": "2024-06-16 17:47:00 +0900"
  3570. },
  3571. "done": true
  3572. },
  3573. "minecraft:recipes/decorations/pink_bed": {
  3574. "criteria": {
  3575. "has_pink_wool": "2024-06-16 17:47:15 +0900"
  3576. },
  3577. "done": true
  3578. },
  3579. "minecraft:recipes/decorations/pink_carpet": {
  3580. "criteria": {
  3581. "has_pink_wool": "2024-06-16 17:47:15 +0900"
  3582. },
  3583. "done": true
  3584. },
  3585. "minecraft:recipes/decorations/pink_banner": {
  3586. "criteria": {
  3587. "has_pink_wool": "2024-06-16 17:47:15 +0900"
  3588. },
  3589. "done": true
  3590. },
  3591. "minecraft:recipes/misc/copper_ingot_from_smelting_copper_ore": {
  3592. "criteria": {
  3593. "has_copper_ore": "2024-06-16 18:30:22 +0900"
  3594. },
  3595. "done": true
  3596. },
  3597. "minecraft:recipes/misc/copper_ingot_from_blasting_copper_ore": {
  3598. "criteria": {
  3599. "has_copper_ore": "2024-06-16 18:30:22 +0900"
  3600. },
  3601. "done": true
  3602. },
  3603. "minecraft:recipes/misc/coal_from_blasting_coal_ore": {
  3604. "criteria": {
  3605. "has_coal_ore": "2024-06-16 18:37:23 +0900"
  3606. },
  3607. "done": true
  3608. },
  3609. "minecraft:recipes/misc/coal_from_smelting_coal_ore": {
  3610. "criteria": {
  3611. "has_coal_ore": "2024-06-16 18:37:23 +0900"
  3612. },
  3613. "done": true
  3614. },
  3615. "minecraft:recipes/misc/emerald_from_smelting_emerald_ore": {
  3616. "criteria": {
  3617. "has_emerald_ore": "2024-06-16 18:49:07 +0900"
  3618. },
  3619. "done": true
  3620. },
  3621. "minecraft:recipes/misc/emerald_from_blasting_emerald_ore": {
  3622. "criteria": {
  3623. "has_emerald_ore": "2024-06-16 18:49:07 +0900"
  3624. },
  3625. "done": true
  3626. },
  3627. "minecraft:recipes/decorations/yellow_banner": {
  3628. "criteria": {
  3629. "has_yellow_wool": "2024-06-16 21:09:17 +0900"
  3630. },
  3631. "done": true
  3632. },
  3633. "minecraft:recipes/decorations/yellow_bed": {
  3634. "criteria": {
  3635. "has_yellow_wool": "2024-06-16 21:09:17 +0900"
  3636. },
  3637. "done": true
  3638. },
  3639. "minecraft:recipes/decorations/yellow_carpet": {
  3640. "criteria": {
  3641. "has_yellow_wool": "2024-06-16 21:09:17 +0900"
  3642. },
  3643. "done": true
  3644. },
  3645. "minecraft:recipes/building_blocks/dark_oak_planks": {
  3646. "criteria": {
  3647. "has_log": "2024-06-16 22:55:15 +0900"
  3648. },
  3649. "done": true
  3650. },
  3651. "minecraft:recipes/building_blocks/dark_oak_wood": {
  3652. "criteria": {
  3653. "has_log": "2024-06-16 22:55:15 +0900"
  3654. },
  3655. "done": true
  3656. },
  3657. "minecraft:recipes/building_blocks/dark_oak_slab": {
  3658. "criteria": {
  3659. "has_planks": "2024-06-16 22:58:09 +0900"
  3660. },
  3661. "done": true
  3662. },
  3663. "minecraft:recipes/redstone/dark_oak_door": {
  3664. "criteria": {
  3665. "has_planks": "2024-06-16 22:58:09 +0900"
  3666. },
  3667. "done": true
  3668. },
  3669. "minecraft:recipes/redstone/dark_oak_fence_gate": {
  3670. "criteria": {
  3671. "has_planks": "2024-06-16 22:58:09 +0900"
  3672. },
  3673. "done": true
  3674. },
  3675. "minecraft:recipes/redstone/dark_oak_trapdoor": {
  3676. "criteria": {
  3677. "has_planks": "2024-06-16 22:58:09 +0900"
  3678. },
  3679. "done": true
  3680. },
  3681. "minecraft:recipes/redstone/dark_oak_button": {
  3682. "criteria": {
  3683. "has_planks": "2024-06-16 22:58:09 +0900"
  3684. },
  3685. "done": true
  3686. },
  3687. "minecraft:recipes/building_blocks/dark_oak_stairs": {
  3688. "criteria": {
  3689. "has_planks": "2024-06-16 22:58:09 +0900"
  3690. },
  3691. "done": true
  3692. },
  3693. "minecraft:recipes/decorations/dark_oak_sign": {
  3694. "criteria": {
  3695. "has_planks": "2024-06-16 22:58:09 +0900"
  3696. },
  3697. "done": true
  3698. },
  3699. "minecraft:recipes/redstone/dark_oak_pressure_plate": {
  3700. "criteria": {
  3701. "has_planks": "2024-06-16 22:58:09 +0900"
  3702. },
  3703. "done": true
  3704. },
  3705. "minecraft:recipes/decorations/dark_oak_fence": {
  3706. "criteria": {
  3707. "has_planks": "2024-06-16 22:58:09 +0900"
  3708. },
  3709. "done": true
  3710. },
  3711. "minecraft:recipes/misc/conduit": {
  3712. "criteria": {
  3713. "has_nautilus_core": "2024-06-16 23:07:57 +0900"
  3714. },
  3715. "done": true
  3716. },
  3717. "minecraft:recipes/food/cooked_mutton_from_smoking": {
  3718. "criteria": {
  3719. "has_mutton": "2024-06-16 23:10:26 +0900"
  3720. },
  3721. "done": true
  3722. },
  3723. "minecraft:recipes/food/cooked_mutton": {
  3724. "criteria": {
  3725. "has_mutton": "2024-06-16 23:10:26 +0900"
  3726. },
  3727. "done": true
  3728. },
  3729. "minecraft:recipes/food/cooked_mutton_from_campfire_cooking": {
  3730. "criteria": {
  3731. "has_mutton": "2024-06-16 23:10:26 +0900"
  3732. },
  3733. "done": true
  3734. },
  3735. "minecraft:recipes/building_blocks/sea_lantern": {
  3736. "criteria": {
  3737. "has_prismarine_crystals": "2024-06-16 23:21:27 +0900"
  3738. },
  3739. "done": true
  3740. },
  3741. "minecraft:recipes/building_blocks/jack_o_lantern": {
  3742. "criteria": {
  3743. "has_carved_pumpkin": "2024-06-17 00:17:19 +0900"
  3744. },
  3745. "done": true
  3746. },
  3747. "minecraft:recipes/redstone/dispenser": {
  3748. "criteria": {
  3749. "has_bow": "2024-06-18 20:52:46 +0900"
  3750. },
  3751. "done": true
  3752. },
  3753. "minecraft:recipes/building_blocks/bricks": {
  3754. "criteria": {
  3755. "has_brick": "2024-06-18 22:29:28 +0900"
  3756. },
  3757. "done": true
  3758. },
  3759. "minecraft:recipes/decorations/flower_pot": {
  3760. "criteria": {
  3761. "has_brick": "2024-06-18 22:29:28 +0900"
  3762. },
  3763. "done": true
  3764. },
  3765. "minecraft:recipes/decorations/decorated_pot_simple": {
  3766. "criteria": {
  3767. "has_brick": "2024-06-18 22:29:28 +0900"
  3768. },
  3769. "done": true
  3770. },
  3771. "minecraft:recipes/decorations/red_glazed_terracotta": {
  3772. "criteria": {
  3773. "has_red_terracotta": "2024-06-18 22:30:32 +0900"
  3774. },
  3775. "done": true
  3776. },
  3777. "minecraft:recipes/misc/lime_dye": {
  3778. "criteria": {
  3779. "has_white_dye": "2024-06-18 22:33:07 +0900"
  3780. },
  3781. "done": true
  3782. },
  3783. "minecraft:recipes/misc/light_blue_dye_from_blue_white_dye": {
  3784. "criteria": {
  3785. "has_white_dye": "2024-06-18 22:33:07 +0900"
  3786. },
  3787. "done": true
  3788. },
  3789. "minecraft:recipes/misc/light_gray_dye_from_gray_white_dye": {
  3790. "criteria": {
  3791. "has_white_dye": "2024-06-18 22:33:07 +0900"
  3792. },
  3793. "done": true
  3794. },
  3795. "minecraft:recipes/building_blocks/dye_white_carpet": {
  3796. "criteria": {
  3797. "has_needed_dye": "2024-06-18 22:33:07 +0900"
  3798. },
  3799. "done": true
  3800. },
  3801. "minecraft:recipes/building_blocks/dye_white_wool": {
  3802. "criteria": {
  3803. "has_needed_dye": "2024-06-18 22:33:07 +0900"
  3804. },
  3805. "done": true
  3806. },
  3807. "minecraft:recipes/decorations/white_candle": {
  3808. "criteria": {
  3809. "has_white_dye": "2024-06-18 22:33:07 +0900"
  3810. },
  3811. "done": true
  3812. },
  3813. "minecraft:recipes/misc/pink_dye_from_red_white_dye": {
  3814. "criteria": {
  3815. "has_white_dye": "2024-06-18 22:33:07 +0900"
  3816. },
  3817. "done": true
  3818. },
  3819. "minecraft:recipes/misc/gray_dye": {
  3820. "criteria": {
  3821. "has_white_dye": "2024-06-18 22:33:07 +0900"
  3822. },
  3823. "done": true
  3824. },
  3825. "minecraft:recipes/misc/light_gray_dye_from_black_white_dye": {
  3826. "criteria": {
  3827. "has_white_dye": "2024-06-18 22:33:07 +0900"
  3828. },
  3829. "done": true
  3830. },
  3831. "minecraft:recipes/building_blocks/dye_white_bed": {
  3832. "criteria": {
  3833. "has_needed_dye": "2024-06-18 22:33:07 +0900"
  3834. },
  3835. "done": true
  3836. },
  3837. "minecraft:recipes/misc/magenta_dye_from_blue_red_white_dye": {
  3838. "criteria": {
  3839. "has_white_dye": "2024-06-18 22:33:07 +0900"
  3840. },
  3841. "done": true
  3842. },
  3843. "minecraft:recipes/redstone/birch_button": {
  3844. "criteria": {
  3845. "has_planks": "2024-06-18 23:06:24 +0900"
  3846. },
  3847. "done": true
  3848. },
  3849. "minecraft:recipes/redstone/birch_door": {
  3850. "criteria": {
  3851. "has_planks": "2024-06-18 23:06:24 +0900"
  3852. },
  3853. "done": true
  3854. },
  3855. "minecraft:recipes/decorations/birch_fence": {
  3856. "criteria": {
  3857. "has_planks": "2024-06-18 23:06:24 +0900"
  3858. },
  3859. "done": true
  3860. },
  3861. "minecraft:recipes/redstone/birch_trapdoor": {
  3862. "criteria": {
  3863. "has_planks": "2024-06-18 23:06:24 +0900"
  3864. },
  3865. "done": true
  3866. },
  3867. "minecraft:recipes/decorations/birch_sign": {
  3868. "criteria": {
  3869. "has_planks": "2024-06-18 23:06:24 +0900"
  3870. },
  3871. "done": true
  3872. },
  3873. "minecraft:recipes/redstone/birch_fence_gate": {
  3874. "criteria": {
  3875. "has_planks": "2024-06-18 23:06:24 +0900"
  3876. },
  3877. "done": true
  3878. },
  3879. "minecraft:recipes/redstone/birch_pressure_plate": {
  3880. "criteria": {
  3881. "has_planks": "2024-06-18 23:06:24 +0900"
  3882. },
  3883. "done": true
  3884. },
  3885. "minecraft:recipes/building_blocks/birch_slab": {
  3886. "criteria": {
  3887. "has_planks": "2024-06-18 23:06:24 +0900"
  3888. },
  3889. "done": true
  3890. },
  3891. "minecraft:recipes/building_blocks/birch_stairs": {
  3892. "criteria": {
  3893. "has_planks": "2024-06-18 23:06:24 +0900"
  3894. },
  3895. "done": true
  3896. },
  3897. "minecraft:husbandry/bred_all_animals": {
  3898. "criteria": {
  3899. "minecraft:cow": "2024-06-20 21:31:39 +0900",
  3900. "minecraft:turtle": "2024-06-18 23:45:19 +0900"
  3901. },
  3902. "done": false
  3903. },
  3904. "minecraft:husbandry/breed_an_animal": {
  3905. "criteria": {
  3906. "bred": "2024-06-18 23:45:19 +0900"
  3907. },
  3908. "done": true
  3909. },
  3910. "minecraft:adventure/voluntary_exile": {
  3911. "criteria": {
  3912. "voluntary_exile": "2024-06-18 23:49:40 +0900"
  3913. },
  3914. "done": true
  3915. },
  3916. "minecraft:recipes/building_blocks/glowstone": {
  3917. "criteria": {
  3918. "has_glowstone_dust": "2024-06-19 00:11:27 +0900"
  3919. },
  3920. "done": true
  3921. },
  3922. "minecraft:recipes/combat/spectral_arrow": {
  3923. "criteria": {
  3924. "has_glowstone_dust": "2024-06-19 00:11:27 +0900"
  3925. },
  3926. "done": true
  3927. },
  3928. "minecraft:recipes/redstone/redstone_lamp": {
  3929. "criteria": {
  3930. "has_glowstone": "2024-06-19 00:11:31 +0900"
  3931. },
  3932. "done": true
  3933. },
  3934. "minecraft:recipes/transportation/detector_rail": {
  3935. "criteria": {
  3936. "has_rail": "2024-06-19 00:59:46 +0900"
  3937. },
  3938. "done": true
  3939. },
  3940. "minecraft:recipes/transportation/activator_rail": {
  3941. "criteria": {
  3942. "has_rail": "2024-06-19 00:59:46 +0900"
  3943. },
  3944. "done": true
  3945. },
  3946. "minecraft:recipes/transportation/powered_rail": {
  3947. "criteria": {
  3948. "has_rail": "2024-06-19 00:59:46 +0900"
  3949. },
  3950. "done": true
  3951. },
  3952. "minecraft:recipes/redstone/sticky_piston": {
  3953. "criteria": {
  3954. "has_slime_ball": "2024-06-19 17:19:18 +0900"
  3955. },
  3956. "done": true
  3957. },
  3958. "minecraft:recipes/redstone/slime_block": {
  3959. "criteria": {
  3960. "has_slime_ball": "2024-06-19 17:19:18 +0900"
  3961. },
  3962. "done": true
  3963. },
  3964. "minecraft:recipes/tools/lead": {
  3965. "criteria": {
  3966. "has_slime_ball": "2024-06-19 17:19:18 +0900"
  3967. },
  3968. "done": true
  3969. },
  3970. "minecraft:recipes/misc/red_dye_from_beetroot": {
  3971. "criteria": {
  3972. "has_beetroot": "2024-06-19 17:22:29 +0900"
  3973. },
  3974. "done": true
  3975. },
  3976. "minecraft:recipes/food/beetroot_soup": {
  3977. "criteria": {
  3978. "has_beetroot": "2024-06-19 17:22:29 +0900"
  3979. },
  3980. "done": true
  3981. },
  3982. "minecraft:nether/use_lodestone": {
  3983. "criteria": {
  3984. "use_lodestone": "2024-06-19 17:53:59 +0900"
  3985. },
  3986. "done": true
  3987. },
  3988. "minecraft:adventure/throw_trident": {
  3989. "criteria": {
  3990. "shot_trident": "2024-06-19 18:19:44 +0900"
  3991. },
  3992. "done": true
  3993. },
  3994. "minecraft:recipes/decorations/prismarine_wall_from_prismarine_stonecutting": {
  3995. "criteria": {
  3996. "has_prismarine": "2024-06-19 18:20:09 +0900"
  3997. },
  3998. "done": true
  3999. },
  4000. "minecraft:recipes/building_blocks/prismarine_stairs": {
  4001. "criteria": {
  4002. "has_prismarine": "2024-06-19 18:20:09 +0900"
  4003. },
  4004. "done": true
  4005. },
  4006. "minecraft:recipes/decorations/prismarine_wall": {
  4007. "criteria": {
  4008. "has_prismarine": "2024-06-19 18:20:09 +0900"
  4009. },
  4010. "done": true
  4011. },
  4012. "minecraft:recipes/building_blocks/prismarine_slab_from_prismarine_stonecutting": {
  4013. "criteria": {
  4014. "has_prismarine": "2024-06-19 18:20:09 +0900"
  4015. },
  4016. "done": true
  4017. },
  4018. "minecraft:recipes/building_blocks/prismarine_slab": {
  4019. "criteria": {
  4020. "has_prismarine": "2024-06-19 18:20:09 +0900"
  4021. },
  4022. "done": true
  4023. },
  4024. "minecraft:recipes/building_blocks/prismarine_stairs_from_prismarine_stonecutting": {
  4025. "criteria": {
  4026. "has_prismarine": "2024-06-19 18:20:09 +0900"
  4027. },
  4028. "done": true
  4029. },
  4030. "minecraft:recipes/building_blocks/sponge": {
  4031. "criteria": {
  4032. "has_wet_sponge": "2024-06-19 18:20:39 +0900"
  4033. },
  4034. "done": true
  4035. },
  4036. "minecraft:recipes/misc/tide_armor_trim_smithing_template_smithing_trim": {
  4037. "criteria": {
  4038. "has_smithing_trim_template": "2024-06-19 18:20:39 +0900"
  4039. },
  4040. "done": true
  4041. },
  4042. "minecraft:recipes/misc/tide_armor_trim_smithing_template": {
  4043. "criteria": {
  4044. "has_tide_armor_trim_smithing_template": "2024-06-19 18:20:39 +0900"
  4045. },
  4046. "done": true
  4047. },
  4048. "minecraft:recipes/building_blocks/prismarine": {
  4049. "criteria": {
  4050. "has_prismarine_shard": "2024-06-19 18:21:00 +0900"
  4051. },
  4052. "done": true
  4053. },
  4054. "minecraft:recipes/building_blocks/prismarine_bricks": {
  4055. "criteria": {
  4056. "has_prismarine_shard": "2024-06-19 18:21:00 +0900"
  4057. },
  4058. "done": true
  4059. },
  4060. "minecraft:recipes/building_blocks/dark_prismarine": {
  4061. "criteria": {
  4062. "has_prismarine_shard": "2024-06-19 18:21:00 +0900"
  4063. },
  4064. "done": true
  4065. },
  4066. "minecraft:recipes/building_blocks/prismarine_brick_stairs_from_prismarine_stonecutting": {
  4067. "criteria": {
  4068. "has_prismarine_brick": "2024-06-19 18:24:02 +0900"
  4069. },
  4070. "done": true
  4071. },
  4072. "minecraft:recipes/building_blocks/prismarine_brick_stairs": {
  4073. "criteria": {
  4074. "has_prismarine_bricks": "2024-06-19 18:24:02 +0900"
  4075. },
  4076. "done": true
  4077. },
  4078. "minecraft:recipes/building_blocks/prismarine_brick_slab_from_prismarine_stonecutting": {
  4079. "criteria": {
  4080. "has_prismarine_brick": "2024-06-19 18:24:02 +0900"
  4081. },
  4082. "done": true
  4083. },
  4084. "minecraft:recipes/building_blocks/prismarine_brick_slab": {
  4085. "criteria": {
  4086. "has_prismarine_bricks": "2024-06-19 18:24:02 +0900"
  4087. },
  4088. "done": true
  4089. },
  4090. "minecraft:recipes/building_blocks/dark_prismarine_stairs_from_dark_prismarine_stonecutting": {
  4091. "criteria": {
  4092. "has_dark_prismarine": "2024-06-19 18:26:18 +0900"
  4093. },
  4094. "done": true
  4095. },
  4096. "minecraft:recipes/building_blocks/dark_prismarine_stairs": {
  4097. "criteria": {
  4098. "has_dark_prismarine": "2024-06-19 18:26:18 +0900"
  4099. },
  4100. "done": true
  4101. },
  4102. "minecraft:recipes/building_blocks/dark_prismarine_slab_from_dark_prismarine_stonecutting": {
  4103. "criteria": {
  4104. "has_dark_prismarine": "2024-06-19 18:26:18 +0900"
  4105. },
  4106. "done": true
  4107. },
  4108. "minecraft:recipes/building_blocks/dark_prismarine_slab": {
  4109. "criteria": {
  4110. "has_dark_prismarine": "2024-06-19 18:26:18 +0900"
  4111. },
  4112. "done": true
  4113. },
  4114. "minecraft:recipes/misc/iron_ingot_from_smelting_iron_ore": {
  4115. "criteria": {
  4116. "has_iron_ore": "2024-06-19 18:30:57 +0900"
  4117. },
  4118. "done": true
  4119. },
  4120. "minecraft:recipes/misc/iron_ingot_from_blasting_iron_ore": {
  4121. "criteria": {
  4122. "has_iron_ore": "2024-06-19 18:30:57 +0900"
  4123. },
  4124. "done": true
  4125. },
  4126. "minecraft:recipes/misc/diamond": {
  4127. "criteria": {
  4128. "has_diamond_block": "2024-06-19 19:06:48 +0900"
  4129. },
  4130. "done": true
  4131. },
  4132. "minecraft:recipes/misc/netherite_scrap_from_blasting": {
  4133. "criteria": {
  4134. "has_ancient_debris": "2024-06-19 19:18:22 +0900"
  4135. },
  4136. "done": true
  4137. },
  4138. "minecraft:recipes/misc/netherite_scrap": {
  4139. "criteria": {
  4140. "has_ancient_debris": "2024-06-19 19:18:22 +0900"
  4141. },
  4142. "done": true
  4143. },
  4144. "minecraft:nether/obtain_ancient_debris": {
  4145. "criteria": {
  4146. "ancient_debris": "2024-06-19 19:18:22 +0900"
  4147. },
  4148. "done": true
  4149. },
  4150. "minecraft:recipes/misc/netherite_ingot": {
  4151. "criteria": {
  4152. "has_netherite_scrap": "2024-06-19 19:37:35 +0900"
  4153. },
  4154. "done": true
  4155. },
  4156. "minecraft:recipes/building_blocks/magma_block": {
  4157. "criteria": {
  4158. "has_magma_cream": "2024-06-19 19:43:09 +0900"
  4159. },
  4160. "done": true
  4161. },
  4162. "minecraft:recipes/misc/gold_ingot_from_blasting_nether_gold_ore": {
  4163. "criteria": {
  4164. "has_nether_gold_ore": "2024-06-19 19:58:16 +0900"
  4165. },
  4166. "done": true
  4167. },
  4168. "minecraft:recipes/misc/gold_ingot_from_smelting_nether_gold_ore": {
  4169. "criteria": {
  4170. "has_nether_gold_ore": "2024-06-19 19:58:16 +0900"
  4171. },
  4172. "done": true
  4173. },
  4174. "minecraft:recipes/redstone/calibrated_sculk_sensor": {
  4175. "criteria": {
  4176. "has_amethyst_shard": "2024-06-19 20:17:39 +0900"
  4177. },
  4178. "done": true
  4179. },
  4180. "minecraft:recipes/building_blocks/tinted_glass": {
  4181. "criteria": {
  4182. "has_amethyst_shard": "2024-06-19 20:17:39 +0900"
  4183. },
  4184. "done": true
  4185. },
  4186. "minecraft:recipes/tools/spyglass": {
  4187. "criteria": {
  4188. "has_amethyst_shard": "2024-06-19 20:17:39 +0900"
  4189. },
  4190. "done": true
  4191. },
  4192. "minecraft:recipes/building_blocks/amethyst_block": {
  4193. "criteria": {
  4194. "has_amethyst_shard": "2024-06-19 20:17:39 +0900"
  4195. },
  4196. "done": true
  4197. },
  4198. "minecraft:recipes/misc/pink_dye_from_pink_petals": {
  4199. "criteria": {
  4200. "has_pink_petals": "2024-06-19 20:32:31 +0900"
  4201. },
  4202. "done": true
  4203. },
  4204. "minecraft:recipes/decorations/stone_brick_wall": {
  4205. "criteria": {
  4206. "has_stone_bricks": "2024-06-19 23:10:03 +0900"
  4207. },
  4208. "done": true
  4209. },
  4210. "minecraft:recipes/building_blocks/stone_brick_slab_from_stone_bricks_stonecutting": {
  4211. "criteria": {
  4212. "has_stone_bricks": "2024-06-19 23:10:03 +0900"
  4213. },
  4214. "done": true
  4215. },
  4216. "minecraft:recipes/building_blocks/cracked_stone_bricks": {
  4217. "criteria": {
  4218. "has_stone_bricks": "2024-06-19 23:10:03 +0900"
  4219. },
  4220. "done": true
  4221. },
  4222. "minecraft:recipes/building_blocks/stone_brick_stairs_from_stone_bricks_stonecutting": {
  4223. "criteria": {
  4224. "has_stone_bricks": "2024-06-19 23:10:03 +0900"
  4225. },
  4226. "done": true
  4227. },
  4228. "minecraft:recipes/building_blocks/chiseled_stone_bricks_from_stone_bricks_stonecutting": {
  4229. "criteria": {
  4230. "has_stone_bricks": "2024-06-19 23:10:03 +0900"
  4231. },
  4232. "done": true
  4233. },
  4234. "minecraft:recipes/decorations/stone_brick_wall_from_stone_bricks_stonecutting": {
  4235. "criteria": {
  4236. "has_stone_bricks": "2024-06-19 23:10:03 +0900"
  4237. },
  4238. "done": true
  4239. },
  4240. "minecraft:nether/find_bastion": {
  4241. "criteria": {
  4242. "bastion": "2024-06-21 01:12:00 +0900"
  4243. },
  4244. "done": true
  4245. },
  4246. "minecraft:recipes/misc/wheat": {
  4247. "criteria": {
  4248. "has_hay_block": "2024-06-21 01:33:32 +0900"
  4249. },
  4250. "done": true
  4251. },
  4252. "minecraft:recipes/building_blocks/dye_red_bed": {
  4253. "criteria": {
  4254. "has_needed_dye": "2024-06-21 22:20:26 +0900"
  4255. },
  4256. "done": true
  4257. },
  4258. "minecraft:recipes/building_blocks/dye_red_wool": {
  4259. "criteria": {
  4260. "has_needed_dye": "2024-06-21 22:20:26 +0900"
  4261. },
  4262. "done": true
  4263. },
  4264. "minecraft:recipes/misc/purple_dye": {
  4265. "criteria": {
  4266. "has_red_dye": "2024-06-21 22:20:26 +0900"
  4267. },
  4268. "done": true
  4269. },
  4270. "minecraft:recipes/misc/orange_dye_from_red_yellow": {
  4271. "criteria": {
  4272. "has_red_dye": "2024-06-21 22:20:26 +0900"
  4273. },
  4274. "done": true
  4275. },
  4276. "minecraft:recipes/decorations/red_candle": {
  4277. "criteria": {
  4278. "has_red_dye": "2024-06-21 22:20:26 +0900"
  4279. },
  4280. "done": true
  4281. },
  4282. "minecraft:recipes/misc/magenta_dye_from_blue_red_pink": {
  4283. "criteria": {
  4284. "has_red_dye": "2024-06-21 22:20:26 +0900"
  4285. },
  4286. "done": true
  4287. },
  4288. "minecraft:recipes/building_blocks/dye_red_carpet": {
  4289. "criteria": {
  4290. "has_needed_dye": "2024-06-21 22:20:26 +0900"
  4291. },
  4292. "done": true
  4293. },
  4294. "minecraft:recipes/building_blocks/dried_kelp_block": {
  4295. "criteria": {
  4296. "has_dried_kelp": "2024-06-21 22:28:57 +0900"
  4297. },
  4298. "done": true
  4299. },
  4300. "minecraft:recipes/food/dried_kelp": {
  4301. "criteria": {
  4302. "has_dried_kelp_block": "2024-06-21 22:28:58 +0900"
  4303. },
  4304. "done": true
  4305. },
  4306. "minecraft:recipes/building_blocks/warped_planks": {
  4307. "criteria": {
  4308. "has_logs": "2024-06-21 23:03:25 +0900"
  4309. },
  4310. "done": true
  4311. },
  4312. "minecraft:recipes/building_blocks/warped_hyphae": {
  4313. "criteria": {
  4314. "has_log": "2024-06-21 23:03:25 +0900"
  4315. },
  4316. "done": true
  4317. },
  4318. "minecraft:recipes/building_blocks/birch_planks": {
  4319. "criteria": {
  4320. "has_logs": "2024-06-22 00:00:38 +0900"
  4321. },
  4322. "done": true
  4323. },
  4324. "minecraft:recipes/building_blocks/birch_wood": {
  4325. "criteria": {
  4326. "has_log": "2024-06-22 00:00:38 +0900"
  4327. },
  4328. "done": true
  4329. },
  4330. "minecraft:end/root": {
  4331. "criteria": {
  4332. "entered_end": "2024-06-22 23:00:01 +0900"
  4333. },
  4334. "done": true
  4335. },
  4336. "minecraft:story/enter_the_end": {
  4337. "criteria": {
  4338. "entered_end": "2024-06-22 23:00:01 +0900"
  4339. },
  4340. "done": true
  4341. },
  4342. "minecraft:end/dragon_breath": {
  4343. "criteria": {
  4344. "dragon_breath": "2024-06-22 23:03:46 +0900"
  4345. },
  4346. "done": true
  4347. },
  4348. "minecraft:recipes/decorations/yellow_candle": {
  4349. "criteria": {
  4350. "has_yellow_dye": "2024-06-22 23:06:40 +0900"
  4351. },
  4352. "done": true
  4353. },
  4354. "minecraft:recipes/building_blocks/dye_yellow_carpet": {
  4355. "criteria": {
  4356. "has_needed_dye": "2024-06-22 23:06:40 +0900"
  4357. },
  4358. "done": true
  4359. },
  4360. "minecraft:recipes/building_blocks/dye_yellow_wool": {
  4361. "criteria": {
  4362. "has_needed_dye": "2024-06-22 23:06:40 +0900"
  4363. },
  4364. "done": true
  4365. },
  4366. "minecraft:recipes/building_blocks/dye_yellow_bed": {
  4367. "criteria": {
  4368. "has_needed_dye": "2024-06-22 23:06:40 +0900"
  4369. },
  4370. "done": true
  4371. },
  4372. "minecraft:end/enter_end_gateway": {
  4373. "criteria": {
  4374. "entered_end_gateway": "2024-06-22 23:19:20 +0900"
  4375. },
  4376. "done": true
  4377. },
  4378. "minecraft:recipes/building_blocks/end_stone_brick_slab_from_end_stone_stonecutting": {
  4379. "criteria": {
  4380. "has_end_stone": "2024-06-22 23:34:22 +0900"
  4381. },
  4382. "done": true
  4383. },
  4384. "minecraft:recipes/building_blocks/end_stone_bricks": {
  4385. "criteria": {
  4386. "has_end_stone": "2024-06-22 23:34:22 +0900"
  4387. },
  4388. "done": true
  4389. },
  4390. "minecraft:recipes/decorations/end_stone_brick_wall_from_end_stone_stonecutting": {
  4391. "criteria": {
  4392. "has_end_stone": "2024-06-22 23:34:22 +0900"
  4393. },
  4394. "done": true
  4395. },
  4396. "minecraft:recipes/building_blocks/end_stone_bricks_from_end_stone_stonecutting": {
  4397. "criteria": {
  4398. "has_end_stone": "2024-06-22 23:34:22 +0900"
  4399. },
  4400. "done": true
  4401. },
  4402. "minecraft:recipes/building_blocks/end_stone_brick_stairs_from_end_stone_stonecutting": {
  4403. "criteria": {
  4404. "has_end_stone": "2024-06-22 23:34:22 +0900"
  4405. },
  4406. "done": true
  4407. },
  4408. "minecraft:recipes/combat/wolf_armor": {
  4409. "criteria": {
  4410. "has_armadillo_scute": "2024-06-23 00:15:42 +0900"
  4411. },
  4412. "done": true
  4413. },
  4414. "minecraft:recipes/building_blocks/end_stone_brick_stairs_from_end_stone_brick_stonecutting": {
  4415. "criteria": {
  4416. "has_end_stone_brick": "2024-06-23 02:14:34 +0900"
  4417. },
  4418. "done": true
  4419. },
  4420. "minecraft:recipes/building_blocks/end_stone_brick_slab": {
  4421. "criteria": {
  4422. "has_end_stone_bricks": "2024-06-23 02:14:34 +0900"
  4423. },
  4424. "done": true
  4425. },
  4426. "minecraft:recipes/building_blocks/end_stone_brick_slab_from_end_stone_brick_stonecutting": {
  4427. "criteria": {
  4428. "has_end_stone_brick": "2024-06-23 02:14:34 +0900"
  4429. },
  4430. "done": true
  4431. },
  4432. "minecraft:recipes/decorations/end_stone_brick_wall_from_end_stone_brick_stonecutting": {
  4433. "criteria": {
  4434. "has_end_stone_brick": "2024-06-23 02:14:34 +0900"
  4435. },
  4436. "done": true
  4437. },
  4438. "minecraft:recipes/building_blocks/end_stone_brick_stairs": {
  4439. "criteria": {
  4440. "has_end_stone_bricks": "2024-06-23 02:14:34 +0900"
  4441. },
  4442. "done": true
  4443. },
  4444. "minecraft:recipes/decorations/end_stone_brick_wall": {
  4445. "criteria": {
  4446. "has_end_stone_bricks": "2024-06-23 02:14:34 +0900"
  4447. },
  4448. "done": true
  4449. },
  4450. "minecraft:recipes/decorations/armor_stand": {
  4451. "criteria": {
  4452. "has_stone_slab": "2024-06-23 05:02:20 +0900"
  4453. },
  4454. "done": true
  4455. },
  4456. "minecraft:recipes/building_blocks/dye_blue_wool": {
  4457. "criteria": {
  4458. "has_needed_dye": "2024-06-23 05:19:36 +0900"
  4459. },
  4460. "done": true
  4461. },
  4462. "minecraft:recipes/misc/cyan_dye": {
  4463. "criteria": {
  4464. "has_blue_dye": "2024-06-23 05:19:36 +0900"
  4465. },
  4466. "done": true
  4467. },
  4468. "minecraft:recipes/building_blocks/dye_blue_carpet": {
  4469. "criteria": {
  4470. "has_needed_dye": "2024-06-23 05:19:36 +0900"
  4471. },
  4472. "done": true
  4473. },
  4474. "minecraft:recipes/decorations/blue_candle": {
  4475. "criteria": {
  4476. "has_blue_dye": "2024-06-23 05:19:36 +0900"
  4477. },
  4478. "done": true
  4479. },
  4480. "minecraft:recipes/building_blocks/dye_blue_bed": {
  4481. "criteria": {
  4482. "has_needed_dye": "2024-06-23 05:19:36 +0900"
  4483. },
  4484. "done": true
  4485. },
  4486. "minecraft:recipes/building_blocks/dye_purple_wool": {
  4487. "criteria": {
  4488. "has_needed_dye": "2024-06-23 05:19:37 +0900"
  4489. },
  4490. "done": true
  4491. },
  4492. "minecraft:recipes/building_blocks/dye_purple_carpet": {
  4493. "criteria": {
  4494. "has_needed_dye": "2024-06-23 05:19:37 +0900"
  4495. },
  4496. "done": true
  4497. },
  4498. "minecraft:recipes/decorations/purple_candle": {
  4499. "criteria": {
  4500. "has_purple_dye": "2024-06-23 05:19:37 +0900"
  4501. },
  4502. "done": true
  4503. },
  4504. "minecraft:recipes/misc/magenta_dye_from_purple_and_pink": {
  4505. "criteria": {
  4506. "has_purple_dye": "2024-06-23 05:19:37 +0900"
  4507. },
  4508. "done": true
  4509. },
  4510. "minecraft:recipes/building_blocks/dye_purple_bed": {
  4511. "criteria": {
  4512. "has_needed_dye": "2024-06-23 05:19:37 +0900"
  4513. },
  4514. "done": true
  4515. },
  4516. "minecraft:recipes/building_blocks/dye_lime_wool": {
  4517. "criteria": {
  4518. "has_needed_dye": "2024-06-23 05:40:27 +0900"
  4519. },
  4520. "done": true
  4521. },
  4522. "minecraft:recipes/decorations/lime_candle": {
  4523. "criteria": {
  4524. "has_lime_dye": "2024-06-23 05:40:27 +0900"
  4525. },
  4526. "done": true
  4527. },
  4528. "minecraft:recipes/building_blocks/dye_lime_bed": {
  4529. "criteria": {
  4530. "has_needed_dye": "2024-06-23 05:40:27 +0900"
  4531. },
  4532. "done": true
  4533. },
  4534. "minecraft:recipes/building_blocks/dye_lime_carpet": {
  4535. "criteria": {
  4536. "has_needed_dye": "2024-06-23 05:40:27 +0900"
  4537. },
  4538. "done": true
  4539. },
  4540. "minecraft:recipes/misc/lapis_lazuli": {
  4541. "criteria": {
  4542. "has_lapis_block": "2024-06-23 15:47:59 +0900"
  4543. },
  4544. "done": true
  4545. },
  4546. "minecraft:end/elytra": {
  4547. "criteria": {
  4548. "elytra": "2024-06-26 02:49:55 +0900"
  4549. },
  4550. "done": true
  4551. },
  4552. "minecraft:recipes/misc/red_dye_from_rose_bush": {
  4553. "criteria": {
  4554. "has_rose_bush": "2024-06-26 14:33:36 +0900"
  4555. },
  4556. "done": true
  4557. },
  4558. "minecraft:recipes/building_blocks/polished_andesite_stairs": {
  4559. "criteria": {
  4560. "has_polished_andesite": "2024-06-26 16:40:49 +0900"
  4561. },
  4562. "done": true
  4563. },
  4564. "minecraft:recipes/building_blocks/polished_andesite_slab": {
  4565. "criteria": {
  4566. "has_polished_andesite": "2024-06-26 16:40:49 +0900"
  4567. },
  4568. "done": true
  4569. },
  4570. "minecraft:recipes/building_blocks/polished_andesite_slab_from_polished_andesite_stonecutting": {
  4571. "criteria": {
  4572. "has_polished_andesite": "2024-06-26 16:40:49 +0900"
  4573. },
  4574. "done": true
  4575. },
  4576. "minecraft:recipes/building_blocks/polished_andesite_stairs_from_polished_andesite_stonecutting": {
  4577. "criteria": {
  4578. "has_polished_andesite": "2024-06-26 16:40:49 +0900"
  4579. },
  4580. "done": true
  4581. },
  4582. "minecraft:recipes/decorations/spruce_hanging_sign": {
  4583. "criteria": {
  4584. "has_stripped_logs": "2024-06-26 18:03:38 +0900"
  4585. },
  4586. "done": true
  4587. },
  4588. "minecraft:recipes/building_blocks/stripped_spruce_wood": {
  4589. "criteria": {
  4590. "has_log": "2024-06-26 18:03:38 +0900"
  4591. },
  4592. "done": true
  4593. },
  4594. "minecraft:recipes/building_blocks/exposed_cut_copper_from_exposed_copper_stonecutting": {
  4595. "criteria": {
  4596. "has_exposed_copper": "2024-06-26 18:12:26 +0900"
  4597. },
  4598. "done": true
  4599. },
  4600. "minecraft:recipes/building_blocks/exposed_cut_copper_slab_from_exposed_copper_stonecutting": {
  4601. "criteria": {
  4602. "has_exposed_copper": "2024-06-26 18:12:26 +0900"
  4603. },
  4604. "done": true
  4605. },
  4606. "minecraft:recipes/building_blocks/exposed_cut_copper_stairs_from_exposed_copper_stonecutting": {
  4607. "criteria": {
  4608. "has_exposed_copper": "2024-06-26 18:12:26 +0900"
  4609. },
  4610. "done": true
  4611. },
  4612. "minecraft:recipes/building_blocks/waxed_exposed_copper_from_honeycomb": {
  4613. "criteria": {
  4614. "has_exposed_copper": "2024-06-26 18:12:26 +0900"
  4615. },
  4616. "done": true
  4617. },
  4618. "minecraft:recipes/building_blocks/exposed_cut_copper": {
  4619. "criteria": {
  4620. "has_exposed_copper": "2024-06-26 18:12:26 +0900"
  4621. },
  4622. "done": true
  4623. },
  4624. "minecraft:recipes/food/cooked_chicken_from_campfire_cooking": {
  4625. "criteria": {
  4626. "has_chicken": "2024-06-26 20:24:39 +0900"
  4627. },
  4628. "done": true
  4629. },
  4630. "minecraft:recipes/food/cooked_chicken_from_smoking": {
  4631. "criteria": {
  4632. "has_chicken": "2024-06-26 20:24:39 +0900"
  4633. },
  4634. "done": true
  4635. },
  4636. "minecraft:nether/netherite_armor": {
  4637. "criteria": {
  4638. "netherite_armor": "2024-08-19 03:27:39 +0900"
  4639. },
  4640. "done": true
  4641. },
  4642. "minecraft:recipes/misc/green_dye": {
  4643. "criteria": {
  4644. "has_cactus": "2024-08-20 00:12:50 +0900"
  4645. },
  4646. "done": true
  4647. },
  4648. "minecraft:recipes/decorations/shulker_box": {
  4649. "criteria": {
  4650. "has_shulker_shell": "2024-08-20 00:25:42 +0900"
  4651. },
  4652. "done": true
  4653. },
  4654. "minecraft:recipes/redstone/acacia_button": {
  4655. "criteria": {
  4656. "has_planks": "2024-08-20 00:25:56 +0900"
  4657. },
  4658. "done": true
  4659. },
  4660. "minecraft:recipes/redstone/acacia_pressure_plate": {
  4661. "criteria": {
  4662. "has_planks": "2024-08-20 00:25:56 +0900"
  4663. },
  4664. "done": true
  4665. },
  4666. "minecraft:recipes/decorations/acacia_sign": {
  4667. "criteria": {
  4668. "has_planks": "2024-08-20 00:25:56 +0900"
  4669. },
  4670. "done": true
  4671. },
  4672. "minecraft:recipes/building_blocks/acacia_slab": {
  4673. "criteria": {
  4674. "has_planks": "2024-08-20 00:25:56 +0900"
  4675. },
  4676. "done": true
  4677. },
  4678. "minecraft:recipes/redstone/acacia_trapdoor": {
  4679. "criteria": {
  4680. "has_planks": "2024-08-20 00:25:56 +0900"
  4681. },
  4682. "done": true
  4683. },
  4684. "minecraft:recipes/decorations/acacia_fence": {
  4685. "criteria": {
  4686. "has_planks": "2024-08-20 00:25:56 +0900"
  4687. },
  4688. "done": true
  4689. },
  4690. "minecraft:recipes/building_blocks/acacia_stairs": {
  4691. "criteria": {
  4692. "has_planks": "2024-08-20 00:25:56 +0900"
  4693. },
  4694. "done": true
  4695. },
  4696. "minecraft:recipes/redstone/acacia_door": {
  4697. "criteria": {
  4698. "has_planks": "2024-08-20 00:25:56 +0900"
  4699. },
  4700. "done": true
  4701. },
  4702. "minecraft:recipes/redstone/acacia_fence_gate": {
  4703. "criteria": {
  4704. "has_planks": "2024-08-20 00:25:56 +0900"
  4705. },
  4706. "done": true
  4707. },
  4708. "minecraft:recipes/misc/orange_dye_from_orange_tulip": {
  4709. "criteria": {
  4710. "has_orange_tulip": "2024-08-21 00:31:51 +0900"
  4711. },
  4712. "done": true
  4713. },
  4714. "minecraft:end/dragon_egg": {
  4715. "criteria": {
  4716. "dragon_egg": "2024-08-21 06:48:25 +0900"
  4717. },
  4718. "done": true
  4719. },
  4720. "minecraft:recipes/misc/magenta_dye_from_allium": {
  4721. "criteria": {
  4722. "has_allium": "2024-08-21 06:50:04 +0900"
  4723. },
  4724. "done": true
  4725. },
  4726. "minecraft:recipes/misc/diamond_from_smelting_diamond_ore": {
  4727. "criteria": {
  4728. "has_diamond_ore": "2024-08-31 06:15:44 +0900"
  4729. },
  4730. "done": true
  4731. },
  4732. "minecraft:recipes/misc/diamond_from_blasting_diamond_ore": {
  4733. "criteria": {
  4734. "has_diamond_ore": "2024-08-31 06:15:44 +0900"
  4735. },
  4736. "done": true
  4737. },
  4738. "minecraft:recipes/building_blocks/jungle_wood": {
  4739. "criteria": {
  4740. "has_log": "2024-08-31 09:59:27 +0900"
  4741. },
  4742. "done": true
  4743. },
  4744. "minecraft:recipes/building_blocks/jungle_planks": {
  4745. "criteria": {
  4746. "has_logs": "2024-08-31 09:59:27 +0900"
  4747. },
  4748. "done": true
  4749. },
  4750. "minecraft:recipes/misc/light_gray_dye_from_white_tulip": {
  4751. "criteria": {
  4752. "has_white_tulip": "2024-08-31 15:11:12 +0900"
  4753. },
  4754. "done": true
  4755. },
  4756. "minecraft:recipes/misc/beacon": {
  4757. "criteria": {
  4758. "has_nether_star": "2024-08-31 17:11:33 +0900"
  4759. },
  4760. "done": true
  4761. },
  4762. "minecraft:nether/create_beacon": {
  4763. "criteria": {
  4764. "beacon": "2024-08-31 17:21:27 +0900"
  4765. },
  4766. "done": true
  4767. },
  4768. "minecraft:nether/create_full_beacon": {
  4769. "criteria": {
  4770. "beacon": "2024-08-31 17:21:27 +0900"
  4771. },
  4772. "done": true
  4773. },
  4774. "minecraft:recipes/misc/pink_dye_from_pink_tulip": {
  4775. "criteria": {
  4776. "has_pink_tulip": "2024-09-01 03:23:51 +0900"
  4777. },
  4778. "done": true
  4779. },
  4780. "minecraft:recipes/misc/red_dye_from_tulip": {
  4781. "criteria": {
  4782. "has_red_flower": "2024-09-01 04:09:50 +0900"
  4783. },
  4784. "done": true
  4785. },
  4786. "minecraft:nether/get_wither_skull": {
  4787. "criteria": {
  4788. "wither_skull": "2024-09-01 05:21:57 +0900"
  4789. },
  4790. "done": true
  4791. },
  4792. "minecraft:recipes/misc/skull_banner_pattern": {
  4793. "criteria": {
  4794. "has_wither_skeleton_skull": "2024-09-01 05:21:57 +0900"
  4795. },
  4796. "done": true
  4797. },
  4798. "minecraft:recipes/misc/bone_meal_from_bone_block": {
  4799. "criteria": {
  4800. "has_bone_block": "2024-09-01 05:30:08 +0900"
  4801. },
  4802. "done": true
  4803. },
  4804. "minecraft:recipes/building_blocks/blue_ice": {
  4805. "criteria": {
  4806. "has_packed_ice": "2024-09-01 05:44:44 +0900"
  4807. },
  4808. "done": true
  4809. },
  4810. "minecraft:recipes/decorations/white_stained_glass_pane": {
  4811. "criteria": {
  4812. "has_glass": "2024-09-01 23:25:01 +0900"
  4813. },
  4814. "done": true
  4815. },
  4816. "minecraft:nether/obtain_crying_obsidian": {
  4817. "criteria": {
  4818. "crying_obsidian": "2024-09-02 04:53:30 +0900"
  4819. },
  4820. "done": true
  4821. },
  4822. "minecraft:recipes/decorations/respawn_anchor": {
  4823. "criteria": {
  4824. "has_obsidian": "2024-09-02 04:53:30 +0900"
  4825. },
  4826. "done": true
  4827. },
  4828. "minecraft:nether/summon_wither": {
  4829. "criteria": {
  4830. "summoned": "2024-09-02 19:45:27 +0900"
  4831. },
  4832. "done": true
  4833. },
  4834. "minecraft:recipes/decorations/brown_stained_glass_pane": {
  4835. "criteria": {
  4836. "has_glass": "2024-09-02 20:54:33 +0900"
  4837. },
  4838. "done": true
  4839. },
  4840. "minecraft:recipes/building_blocks/dye_brown_bed": {
  4841. "criteria": {
  4842. "has_needed_dye": "2024-09-02 20:56:26 +0900"
  4843. },
  4844. "done": true
  4845. },
  4846. "minecraft:recipes/building_blocks/dye_brown_carpet": {
  4847. "criteria": {
  4848. "has_needed_dye": "2024-09-02 20:56:26 +0900"
  4849. },
  4850. "done": true
  4851. },
  4852. "minecraft:recipes/decorations/brown_candle": {
  4853. "criteria": {
  4854. "has_brown_dye": "2024-09-02 20:56:26 +0900"
  4855. },
  4856. "done": true
  4857. },
  4858. "minecraft:recipes/building_blocks/dye_brown_wool": {
  4859. "criteria": {
  4860. "has_needed_dye": "2024-09-02 20:56:26 +0900"
  4861. },
  4862. "done": true
  4863. },
  4864. "minecraft:recipes/misc/white_dye_from_lily_of_the_valley": {
  4865. "criteria": {
  4866. "has_lily_of_the_valley": "2024-09-06 19:07:04 +0900"
  4867. },
  4868. "done": true
  4869. },
  4870. "minecraft:recipes/building_blocks/dye_magenta_bed": {
  4871. "criteria": {
  4872. "has_needed_dye": "2024-09-08 03:21:32 +0900"
  4873. },
  4874. "done": true
  4875. },
  4876. "minecraft:recipes/building_blocks/dye_magenta_wool": {
  4877. "criteria": {
  4878. "has_needed_dye": "2024-09-08 03:21:32 +0900"
  4879. },
  4880. "done": true
  4881. },
  4882. "minecraft:recipes/building_blocks/dye_magenta_carpet": {
  4883. "criteria": {
  4884. "has_needed_dye": "2024-09-08 03:21:32 +0900"
  4885. },
  4886. "done": true
  4887. },
  4888. "minecraft:recipes/decorations/magenta_candle": {
  4889. "criteria": {
  4890. "has_magenta_dye": "2024-09-08 03:21:32 +0900"
  4891. },
  4892. "done": true
  4893. },
  4894. "minecraft:recipes/building_blocks/dye_light_gray_bed": {
  4895. "criteria": {
  4896. "has_needed_dye": "2024-09-08 03:21:34 +0900"
  4897. },
  4898. "done": true
  4899. },
  4900. "minecraft:recipes/building_blocks/dye_light_gray_wool": {
  4901. "criteria": {
  4902. "has_needed_dye": "2024-09-08 03:21:34 +0900"
  4903. },
  4904. "done": true
  4905. },
  4906. "minecraft:recipes/decorations/light_gray_candle": {
  4907. "criteria": {
  4908. "has_light_gray_dye": "2024-09-08 03:21:34 +0900"
  4909. },
  4910. "done": true
  4911. },
  4912. "minecraft:recipes/building_blocks/dye_light_gray_carpet": {
  4913. "criteria": {
  4914. "has_needed_dye": "2024-09-08 03:21:34 +0900"
  4915. },
  4916. "done": true
  4917. },
  4918. "minecraft:recipes/decorations/grindstone": {
  4919. "criteria": {
  4920. "has_stone_slab": "2024-09-08 08:49:42 +0900"
  4921. },
  4922. "done": true
  4923. },
  4924. "minecraft:recipes/misc/emerald": {
  4925. "criteria": {
  4926. "has_emerald_block": "2024-09-08 10:12:45 +0900"
  4927. },
  4928. "done": true
  4929. },
  4930. "minecraft:recipes/decorations/gray_bed": {
  4931. "criteria": {
  4932. "has_gray_wool": "2024-09-08 19:00:11 +0900"
  4933. },
  4934. "done": true
  4935. },
  4936. "minecraft:recipes/decorations/gray_banner": {
  4937. "criteria": {
  4938. "has_gray_wool": "2024-09-08 19:00:11 +0900"
  4939. },
  4940. "done": true
  4941. },
  4942. "minecraft:recipes/decorations/gray_carpet": {
  4943. "criteria": {
  4944. "has_gray_wool": "2024-09-08 19:00:11 +0900"
  4945. },
  4946. "done": true
  4947. },
  4948. "minecraft:recipes/building_blocks/dye_gray_carpet": {
  4949. "criteria": {
  4950. "has_needed_dye": "2024-09-08 19:00:32 +0900"
  4951. },
  4952. "done": true
  4953. },
  4954. "minecraft:recipes/building_blocks/dye_gray_wool": {
  4955. "criteria": {
  4956. "has_needed_dye": "2024-09-08 19:00:32 +0900"
  4957. },
  4958. "done": true
  4959. },
  4960. "minecraft:recipes/building_blocks/dye_gray_bed": {
  4961. "criteria": {
  4962. "has_needed_dye": "2024-09-08 19:00:32 +0900"
  4963. },
  4964. "done": true
  4965. },
  4966. "minecraft:recipes/decorations/gray_candle": {
  4967. "criteria": {
  4968. "has_gray_dye": "2024-09-08 19:00:32 +0900"
  4969. },
  4970. "done": true
  4971. },
  4972. "minecraft:recipes/building_blocks/dye_black_bed": {
  4973. "criteria": {
  4974. "has_needed_dye": "2024-09-08 19:01:03 +0900"
  4975. },
  4976. "done": true
  4977. },
  4978. "minecraft:recipes/decorations/black_candle": {
  4979. "criteria": {
  4980. "has_black_dye": "2024-09-08 19:01:03 +0900"
  4981. },
  4982. "done": true
  4983. },
  4984. "minecraft:recipes/building_blocks/dye_black_carpet": {
  4985. "criteria": {
  4986. "has_needed_dye": "2024-09-08 19:01:03 +0900"
  4987. },
  4988. "done": true
  4989. },
  4990. "minecraft:recipes/building_blocks/dye_black_wool": {
  4991. "criteria": {
  4992. "has_needed_dye": "2024-09-08 19:01:03 +0900"
  4993. },
  4994. "done": true
  4995. },
  4996. "minecraft:recipes/misc/black_dye_from_wither_rose": {
  4997. "criteria": {
  4998. "has_wither_rose": "2024-09-08 23:14:52 +0900"
  4999. },
  5000. "done": true
  5001. },
  5002. "minecraft:recipes/decorations/black_stained_glass_pane": {
  5003. "criteria": {
  5004. "has_glass": "2024-09-08 23:15:07 +0900"
  5005. },
  5006. "done": true
  5007. },
  5008. "minecraft:recipes/decorations/brick_wall": {
  5009. "criteria": {
  5010. "has_bricks": "2024-09-08 23:15:46 +0900"
  5011. },
  5012. "done": true
  5013. },
  5014. "minecraft:recipes/building_blocks/brick_stairs": {
  5015. "criteria": {
  5016. "has_bricks": "2024-09-08 23:15:46 +0900"
  5017. },
  5018. "done": true
  5019. },
  5020. "minecraft:recipes/building_blocks/brick_slab": {
  5021. "criteria": {
  5022. "has_bricks": "2024-09-08 23:15:46 +0900"
  5023. },
  5024. "done": true
  5025. },
  5026. "minecraft:recipes/building_blocks/brick_slab_from_bricks_stonecutting": {
  5027. "criteria": {
  5028. "has_bricks": "2024-09-08 23:15:46 +0900"
  5029. },
  5030. "done": true
  5031. },
  5032. "minecraft:recipes/building_blocks/brick_stairs_from_bricks_stonecutting": {
  5033. "criteria": {
  5034. "has_bricks": "2024-09-08 23:15:46 +0900"
  5035. },
  5036. "done": true
  5037. },
  5038. "minecraft:recipes/decorations/brick_wall_from_bricks_stonecutting": {
  5039. "criteria": {
  5040. "has_bricks": "2024-09-08 23:15:46 +0900"
  5041. },
  5042. "done": true
  5043. },
  5044. "minecraft:recipes/building_blocks/polished_diorite_slab": {
  5045. "criteria": {
  5046. "has_polished_diorite": "2024-09-08 23:25:08 +0900"
  5047. },
  5048. "done": true
  5049. },
  5050. "minecraft:recipes/building_blocks/polished_diorite_stairs": {
  5051. "criteria": {
  5052. "has_polished_diorite": "2024-09-08 23:25:08 +0900"
  5053. },
  5054. "done": true
  5055. },
  5056. "minecraft:recipes/building_blocks/polished_diorite_stairs_from_polished_diorite_stonecutting": {
  5057. "criteria": {
  5058. "has_polished_diorite": "2024-09-08 23:25:08 +0900"
  5059. },
  5060. "done": true
  5061. },
  5062. "minecraft:recipes/building_blocks/polished_diorite_slab_from_polished_diorite_stonecutting": {
  5063. "criteria": {
  5064. "has_polished_diorite": "2024-09-08 23:25:08 +0900"
  5065. },
  5066. "done": true
  5067. },
  5068. "minecraft:recipes/building_blocks/smooth_quartz_slab_from_smooth_quartz_stonecutting": {
  5069. "criteria": {
  5070. "has_smooth_quartz": "2024-09-09 01:08:33 +0900"
  5071. },
  5072. "done": true
  5073. },
  5074. "minecraft:recipes/building_blocks/smooth_quartz_slab": {
  5075. "criteria": {
  5076. "has_smooth_quartz": "2024-09-09 01:08:33 +0900"
  5077. },
  5078. "done": true
  5079. },
  5080. "minecraft:recipes/building_blocks/smooth_quartz_stairs": {
  5081. "criteria": {
  5082. "has_smooth_quartz": "2024-09-09 01:08:33 +0900"
  5083. },
  5084. "done": true
  5085. },
  5086. "minecraft:recipes/building_blocks/smooth_quartz_stairs_from_smooth_quartz_stonecutting": {
  5087. "criteria": {
  5088. "has_smooth_quartz": "2024-09-09 01:08:33 +0900"
  5089. },
  5090. "done": true
  5091. },
  5092. "minecraft:recipes/decorations/magenta_glazed_terracotta": {
  5093. "criteria": {
  5094. "has_magenta_terracotta": "2024-09-09 01:33:01 +0900"
  5095. },
  5096. "done": true
  5097. },
  5098. "minecraft:recipes/decorations/cyan_glazed_terracotta": {
  5099. "criteria": {
  5100. "has_cyan_terracotta": "2024-09-09 02:11:32 +0900"
  5101. },
  5102. "done": true
  5103. },
  5104. "minecraft:recipes/decorations/gray_glazed_terracotta": {
  5105. "criteria": {
  5106. "has_gray_terracotta": "2024-09-09 02:11:42 +0900"
  5107. },
  5108. "done": true
  5109. },
  5110. "minecraft:adventure/spyglass_at_parrot": {
  5111. "criteria": {
  5112. "spyglass_at_parrot": "2024-09-09 02:37:16 +0900"
  5113. },
  5114. "done": true
  5115. },
  5116. "minecraft:recipes/decorations/light_blue_bed": {
  5117. "criteria": {
  5118. "has_light_blue_wool": "2024-09-09 02:45:11 +0900"
  5119. },
  5120. "done": true
  5121. },
  5122. "minecraft:recipes/decorations/light_blue_carpet": {
  5123. "criteria": {
  5124. "has_light_blue_wool": "2024-09-09 02:45:11 +0900"
  5125. },
  5126. "done": true
  5127. },
  5128. "minecraft:recipes/decorations/light_blue_banner": {
  5129. "criteria": {
  5130. "has_light_blue_wool": "2024-09-09 02:45:11 +0900"
  5131. },
  5132. "done": true
  5133. },
  5134. "minecraft:recipes/decorations/blue_bed": {
  5135. "criteria": {
  5136. "has_blue_wool": "2024-09-09 02:45:14 +0900"
  5137. },
  5138. "done": true
  5139. },
  5140. "minecraft:recipes/decorations/lime_carpet": {
  5141. "criteria": {
  5142. "has_lime_wool": "2024-09-09 02:45:14 +0900"
  5143. },
  5144. "done": true
  5145. },
  5146. "minecraft:recipes/decorations/blue_carpet": {
  5147. "criteria": {
  5148. "has_blue_wool": "2024-09-09 02:45:14 +0900"
  5149. },
  5150. "done": true
  5151. },
  5152. "minecraft:recipes/decorations/blue_banner": {
  5153. "criteria": {
  5154. "has_blue_wool": "2024-09-09 02:45:14 +0900"
  5155. },
  5156. "done": true
  5157. },
  5158. "minecraft:recipes/decorations/lime_banner": {
  5159. "criteria": {
  5160. "has_lime_wool": "2024-09-09 02:45:14 +0900"
  5161. },
  5162. "done": true
  5163. },
  5164. "minecraft:recipes/decorations/lime_bed": {
  5165. "criteria": {
  5166. "has_lime_wool": "2024-09-09 02:45:14 +0900"
  5167. },
  5168. "done": true
  5169. },
  5170. "minecraft:recipes/decorations/cyan_banner": {
  5171. "criteria": {
  5172. "has_cyan_wool": "2024-09-09 02:45:19 +0900"
  5173. },
  5174. "done": true
  5175. },
  5176. "minecraft:recipes/decorations/cyan_carpet": {
  5177. "criteria": {
  5178. "has_cyan_wool": "2024-09-09 02:45:19 +0900"
  5179. },
  5180. "done": true
  5181. },
  5182. "minecraft:recipes/decorations/cyan_bed": {
  5183. "criteria": {
  5184. "has_cyan_wool": "2024-09-09 02:45:19 +0900"
  5185. },
  5186. "done": true
  5187. },
  5188. "minecraft:recipes/decorations/magenta_carpet": {
  5189. "criteria": {
  5190. "has_magenta_wool": "2024-09-09 02:45:20 +0900"
  5191. },
  5192. "done": true
  5193. },
  5194. "minecraft:recipes/decorations/magenta_banner": {
  5195. "criteria": {
  5196. "has_magenta_wool": "2024-09-09 02:45:20 +0900"
  5197. },
  5198. "done": true
  5199. },
  5200. "minecraft:recipes/decorations/magenta_bed": {
  5201. "criteria": {
  5202. "has_magenta_wool": "2024-09-09 02:45:20 +0900"
  5203. },
  5204. "done": true
  5205. },
  5206. "minecraft:recipes/decorations/green_bed": {
  5207. "criteria": {
  5208. "has_green_wool": "2024-09-09 02:45:22 +0900"
  5209. },
  5210. "done": true
  5211. },
  5212. "minecraft:recipes/decorations/green_banner": {
  5213. "criteria": {
  5214. "has_green_wool": "2024-09-09 02:45:22 +0900"
  5215. },
  5216. "done": true
  5217. },
  5218. "minecraft:recipes/decorations/green_carpet": {
  5219. "criteria": {
  5220. "has_green_wool": "2024-09-09 02:45:22 +0900"
  5221. },
  5222. "done": true
  5223. },
  5224. "minecraft:recipes/decorations/orange_bed": {
  5225. "criteria": {
  5226. "has_orange_wool": "2024-09-09 02:45:23 +0900"
  5227. },
  5228. "done": true
  5229. },
  5230. "minecraft:recipes/decorations/orange_banner": {
  5231. "criteria": {
  5232. "has_orange_wool": "2024-09-09 02:45:23 +0900"
  5233. },
  5234. "done": true
  5235. },
  5236. "minecraft:recipes/decorations/orange_carpet": {
  5237. "criteria": {
  5238. "has_orange_wool": "2024-09-09 02:45:23 +0900"
  5239. },
  5240. "done": true
  5241. },
  5242. "minecraft:recipes/decorations/light_gray_bed": {
  5243. "criteria": {
  5244. "has_light_gray_wool": "2024-09-09 02:46:08 +0900"
  5245. },
  5246. "done": true
  5247. },
  5248. "minecraft:recipes/decorations/light_gray_banner": {
  5249. "criteria": {
  5250. "has_light_gray_wool": "2024-09-09 02:46:08 +0900"
  5251. },
  5252. "done": true
  5253. },
  5254. "minecraft:recipes/decorations/light_gray_carpet": {
  5255. "criteria": {
  5256. "has_light_gray_wool": "2024-09-09 02:46:08 +0900"
  5257. },
  5258. "done": true
  5259. },
  5260. "minecraft:recipes/decorations/brown_banner": {
  5261. "criteria": {
  5262. "has_brown_wool": "2024-09-09 02:47:17 +0900"
  5263. },
  5264. "done": true
  5265. },
  5266. "minecraft:recipes/decorations/brown_bed": {
  5267. "criteria": {
  5268. "has_brown_wool": "2024-09-09 02:47:17 +0900"
  5269. },
  5270. "done": true
  5271. },
  5272. "minecraft:recipes/decorations/brown_carpet": {
  5273. "criteria": {
  5274. "has_brown_wool": "2024-09-09 02:47:17 +0900"
  5275. },
  5276. "done": true
  5277. },
  5278. "minecraft:recipes/decorations/light_gray_stained_glass_pane": {
  5279. "criteria": {
  5280. "has_glass": "2024-09-09 02:53:18 +0900"
  5281. },
  5282. "done": true
  5283. },
  5284. "minecraft:recipes/misc/light_blue_dye_from_blue_orchid": {
  5285. "criteria": {
  5286. "has_blue_orchid": "2024-09-09 17:18:57 +0900"
  5287. },
  5288. "done": true
  5289. },
  5290. "minecraft:recipes/misc/popped_chorus_fruit": {
  5291. "criteria": {
  5292. "has_chorus_fruit": "2024-09-09 22:51:05 +0900"
  5293. },
  5294. "done": true
  5295. },
  5296. "minecraft:recipes/building_blocks/purpur_block": {
  5297. "criteria": {
  5298. "has_chorus_fruit_popped": "2024-09-09 22:54:55 +0900"
  5299. },
  5300. "done": true
  5301. },
  5302. "minecraft:recipes/decorations/end_rod": {
  5303. "criteria": {
  5304. "has_chorus_fruit_popped": "2024-09-09 22:54:55 +0900"
  5305. },
  5306. "done": true
  5307. },
  5308. "minecraft:recipes/decorations/red_carpet": {
  5309. "criteria": {
  5310. "has_red_wool": "2024-09-10 03:45:17 +0900"
  5311. },
  5312. "done": true
  5313. },
  5314. "minecraft:recipes/decorations/red_banner": {
  5315. "criteria": {
  5316. "has_red_wool": "2024-09-10 03:45:17 +0900"
  5317. },
  5318. "done": true
  5319. },
  5320. "minecraft:recipes/decorations/red_bed": {
  5321. "criteria": {
  5322. "has_red_wool": "2024-09-10 03:45:17 +0900"
  5323. },
  5324. "done": true
  5325. },
  5326. "minecraft:recipes/decorations/black_bed": {
  5327. "criteria": {
  5328. "has_black_wool": "2024-09-10 03:45:38 +0900"
  5329. },
  5330. "done": true
  5331. },
  5332. "minecraft:recipes/decorations/black_carpet": {
  5333. "criteria": {
  5334. "has_black_wool": "2024-09-10 03:45:38 +0900"
  5335. },
  5336. "done": true
  5337. },
  5338. "minecraft:recipes/decorations/black_banner": {
  5339. "criteria": {
  5340. "has_black_wool": "2024-09-10 03:45:38 +0900"
  5341. },
  5342. "done": true
  5343. },
  5344. "minecraft:recipes/redstone/mangrove_pressure_plate": {
  5345. "criteria": {
  5346. "has_planks": "2024-09-10 08:29:05 +0900"
  5347. },
  5348. "done": true
  5349. },
  5350. "minecraft:recipes/decorations/mangrove_fence": {
  5351. "criteria": {
  5352. "has_planks": "2024-09-10 08:29:05 +0900"
  5353. },
  5354. "done": true
  5355. },
  5356. "minecraft:recipes/building_blocks/mangrove_stairs": {
  5357. "criteria": {
  5358. "has_planks": "2024-09-10 08:29:05 +0900"
  5359. },
  5360. "done": true
  5361. },
  5362. "minecraft:recipes/redstone/mangrove_trapdoor": {
  5363. "criteria": {
  5364. "has_planks": "2024-09-10 08:29:05 +0900"
  5365. },
  5366. "done": true
  5367. },
  5368. "minecraft:recipes/redstone/mangrove_fence_gate": {
  5369. "criteria": {
  5370. "has_planks": "2024-09-10 08:29:05 +0900"
  5371. },
  5372. "done": true
  5373. },
  5374. "minecraft:recipes/decorations/mangrove_sign": {
  5375. "criteria": {
  5376. "has_planks": "2024-09-10 08:29:05 +0900"
  5377. },
  5378. "done": true
  5379. },
  5380. "minecraft:recipes/redstone/mangrove_button": {
  5381. "criteria": {
  5382. "has_planks": "2024-09-10 08:29:05 +0900"
  5383. },
  5384. "done": true
  5385. },
  5386. "minecraft:recipes/redstone/mangrove_door": {
  5387. "criteria": {
  5388. "has_planks": "2024-09-10 08:29:05 +0900"
  5389. },
  5390. "done": true
  5391. },
  5392. "minecraft:recipes/building_blocks/mangrove_slab": {
  5393. "criteria": {
  5394. "has_planks": "2024-09-10 08:29:05 +0900"
  5395. },
  5396. "done": true
  5397. },
  5398. "minecraft:recipes/redstone/warped_pressure_plate": {
  5399. "criteria": {
  5400. "has_planks": "2024-09-10 08:29:07 +0900"
  5401. },
  5402. "done": true
  5403. },
  5404. "minecraft:recipes/building_blocks/warped_slab": {
  5405. "criteria": {
  5406. "has_planks": "2024-09-10 08:29:07 +0900"
  5407. },
  5408. "done": true
  5409. },
  5410. "minecraft:recipes/redstone/warped_fence_gate": {
  5411. "criteria": {
  5412. "has_planks": "2024-09-10 08:29:07 +0900"
  5413. },
  5414. "done": true
  5415. },
  5416. "minecraft:recipes/decorations/warped_fence": {
  5417. "criteria": {
  5418. "has_planks": "2024-09-10 08:29:07 +0900"
  5419. },
  5420. "done": true
  5421. },
  5422. "minecraft:recipes/redstone/warped_button": {
  5423. "criteria": {
  5424. "has_planks": "2024-09-10 08:29:07 +0900"
  5425. },
  5426. "done": true
  5427. },
  5428. "minecraft:recipes/building_blocks/warped_stairs": {
  5429. "criteria": {
  5430. "has_planks": "2024-09-10 08:29:07 +0900"
  5431. },
  5432. "done": true
  5433. },
  5434. "minecraft:recipes/redstone/warped_trapdoor": {
  5435. "criteria": {
  5436. "has_planks": "2024-09-10 08:29:07 +0900"
  5437. },
  5438. "done": true
  5439. },
  5440. "minecraft:recipes/decorations/warped_sign": {
  5441. "criteria": {
  5442. "has_planks": "2024-09-10 08:29:07 +0900"
  5443. },
  5444. "done": true
  5445. },
  5446. "minecraft:recipes/redstone/warped_door": {
  5447. "criteria": {
  5448. "has_planks": "2024-09-10 08:29:07 +0900"
  5449. },
  5450. "done": true
  5451. },
  5452. "DataVersion": 3839
  5453. }