BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210123T140000
DTEND;TZID=America/Los_Angeles:20210123T150000
DTSTAMP:20260515T091016
CREATED:20210123T234856Z
LAST-MODIFIED:20210123T234856Z
UID:6031-1611410400-1611414000@www.ayclogic.com
SUMMARY:2 PM - Minecraft Modding With Java
DESCRIPTION:We worked on adding Saturn Sword on our “aycessential” mod.\nWe had an error when we tried to run the minecraft because I forgot to add one more thing.\n\nTo fix the error\, you need to follow these instructions\n\nGo to AYCEssentialMod.java\nGo to the constructor. The constructor\, is part of your code that look like below\n\nAnd we want to add the following code at the end of the constructor\n\nModItems.ITEMS.register(FMLJavaModLoadingContext.get().getModEventBus());\n\n\nIf you see red under line under “ModItems.ITEMS”\, you probably need to add the import lines on the top of the page like the following\n\n\nimport com.ayclogic.aycessential.init.ModItems;\n \n\n\nAfter adding the code do the following\n\nrun the Gradle > ayc_minecraft_1.16 >Tasks > fg_runs > runClient.\nOpen your Minecraft saved file. And look into your minecraft inventory by click “e” on your keyboard.\nThere should be one more new tab called “saturn” with your new sword.\n\n\n\nI have uploaded the latest code to the google drive.\n\n\n\n\nHomework:\n\nReview the code and next week we want you to add one more new Sword in our minecraft mod.
URL:https://www.ayclogic.com/event/2-pm-minecraft-modding-with-java-3/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
END:VCALENDAR