BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221001T090000
DTEND;TZID=America/Los_Angeles:20221001T100000
DTSTAMP:20260607T104158
CREATED:20221001T180925Z
LAST-MODIFIED:20221001T180925Z
UID:15368-1664614800-1664618400@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Did\n\nWe added a custom spinner OnItemSelectedListener\n\nHomework\n\nDo the Driver System practice test that was sent in the class today.
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-19/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221001T170000
DTEND;TZID=America/Los_Angeles:20221001T180000
DTSTAMP:20260607T104158
CREATED:20221002T011014Z
LAST-MODIFIED:20221002T011014Z
UID:15398-1664643600-1664647200@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding With Java - Gamas
DESCRIPTION:Today We Did\n\nWe added Saturn item and use it as the AYC Essential mod tab.\nWe added SaturnLightningAxe.java but running out of time to add it completely in the game.\n\nHomework\n\nComplete adding the Saturn Lightning Axe to your minecraft mod.\n\nAdd SATURN_LIGHTNING_AXE into ModItems.java\nAdd an entry in en_us.json\nAdd an saturn_lightning_axe.json inside src/main/resources/assets/aycessentials/models/item directory\n\n\nrun your program\, equip the Saturn Lightning Axe into your hand.\nsummon a couple of enemies around you and do right click. If everything is good\, you should see the lightning striking enemies around you.
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-4/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221015T100000
DTEND;TZID=America/Los_Angeles:20221015T110000
DTSTAMP:20260607T104158
CREATED:20221015T180058Z
LAST-MODIFIED:20221015T180255Z
UID:15788-1665828000-1665831600@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe finished adding SATURN_FOX creature along with its animation.\nWe learned about JSON file structure.\n\nHomework\n\nIn MonsterInheritance project create these 3 json files. This should be very similar to monster_griffin.json which we have done in the class today.\n\nmonster_dragon.json\nmonster_troll.json\nmonster_water_golem\,json\n\n\nOpen BlockBench\n\nFile > New > CEM Template Loader\nSelect Dragon\nCheck the checkbox that says “Load Vanilla texture”\nMake dragon skin customization.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-with-java-gamas-11/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221015T170000
DTEND;TZID=America/Los_Angeles:20221015T180000
DTSTAMP:20260607T104158
CREATED:20221016T030204Z
LAST-MODIFIED:20221016T030204Z
UID:15811-1665853200-1665856800@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding With Java - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed Minecraft crafting recipes.\nWe learned about JSON\n\nWe learned about String and integer fields.\nWe learned about how to represent Class/object or Dictionary inside a Json file.\nWe learned about how to represent List inside Json file.\n\n\n\nHomework\n\nCreate JSON file (saturn_ore.json). The content of the file has to be according to LootTable.java class. Please go here to find the definition of LootTable java class. Also look at the public static final void main(String args) to see an instance of LootTable class. https://www.ayclogic.com/minecraft-json-practice/
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-6/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T100000
DTEND;TZID=America/Los_Angeles:20221022T110000
DTSTAMP:20260607T104158
CREATED:20221022T202744Z
LAST-MODIFIED:20221022T202744Z
UID:15962-1666432800-1666436400@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding With Java - Gamas
DESCRIPTION:Today We Did\n\nwe continued learning JSON\n\nWe learned how to represent class\, Map and List in JSON.\n\n\nwe added code that will spawn our custom entities in the world.\n\nHomework\n\nInside SchoolApplication project\, continue adding more attributes in school_main_application.json\n\nAdd teachers attribute\nAdd studentMap attribute\nAdd teacherMap attribute.\n\n\nLook at how we did monster_system.json in the MonsterInheritance project.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-with-java-gamas-12/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T170000
DTEND;TZID=America/Los_Angeles:20221022T180000
DTSTAMP:20260607T104158
CREATED:20221023T011548Z
LAST-MODIFIED:20221023T011548Z
UID:15979-1666458000-1666461600@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding With Java - Gamas
DESCRIPTION:Today We Did\n\nWe learned more about JSON file.\nWe started doing Saturn Lightning Arrow.\n\nHomework\n\nDo one more JSON file creation exercise.\n\nOpen your SchoolApplication project in IntelliJ. This is project from “Intro To Java” class. In it\, you can find SchoolSystem.java. Create school_system.json and inside this json\, it should have 2 attributes: studentList and teacherList\, which is what SchoolSystem.java has. Regarding which students and teachers data you should have\, use the following:\n\nstudentList:\n\nAidan Chau\, 14\nAusten Yao\, 13\nBrandon Truong\, 15.\n\n\nteacherList\n\nGamas Chang\, 100\, Java\nJohn Cheng\, 40\, Python\n\n\n\n\n\n\nCreate a new entry in ModItems.java for SATURN_LIGHTNING_ARROW. The class you should use is SaturnLightningArrowItem.\nYou need to add/modify a couple of JSONs:\n\nModify en_us.json\nCreate saturn_lightning_arrow.json under src/main/resources/assets/aycessentials/models/item
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-7/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221029T100000
DTEND;TZID=America/Los_Angeles:20221029T110000
DTSTAMP:20260607T104158
CREATED:20221029T202108Z
LAST-MODIFIED:20221029T202108Z
UID:16074-1667037600-1667041200@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe learned more about JSON file structure.\nWe learned how to distribute minecraft forge modding file to other people.\nWe finished our course. Congrats everyone\, I hope you guys enjoyed creating custom armor\, custom weapons\, custom ore and lastly custom mob.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-with-java-gamas-13/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221029T170000
DTEND;TZID=America/Los_Angeles:20221029T180000
DTSTAMP:20260607T104158
CREATED:20221030T012651Z
LAST-MODIFIED:20221030T012651Z
UID:16087-1667062800-1667066400@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe learned how to create Json file for SchoolSystem.java\nWe learned how to use IntelliJ debugger and break point.\nWe learned how to enable lightning when LightningArrowItem strike a creature.\n\nHomework\n\nNext week we are going to create a SaturnChestplate. Modify the following image so it can be according to your customization
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-8/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
END:VCALENDAR