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
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230114T170000
DTEND;TZID=America/Los_Angeles:20230114T180000
DTSTAMP:20260518T163015
CREATED:20230115T020727Z
LAST-MODIFIED:20230115T020727Z
UID:17622-1673715600-1673719200@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe created saturn_bear texture and SaturnBearModel.java via blockbench.\nWe started creating SaturnBear entity in IntelliJ but not done\n\nHomework\n\nContinue with the project to add SaturnBear:\n\nCopy SaturnHogRenderer.java and create SaturnBearRenderer.java\n\nchange from saturn_hog.png to saturn_bear.png\nchange from SaturnHogModel to SaturnBearModel.\nDo not change SaturnHogEntity.\n\n\nInside ModEntities.java add SATURN_BEAR.\n\nLook at how we did SATURN_HOG\nkeep SaturnHogEntity\nchange from saturn_hog to saturn_bear\n\n\nInside ClientEventBusSubscriber.java do the following\n\n\nRenderingRegistry.registerEntityRenderingHandler(\n        ModEntities.SATURN_BEAR.get()\, SaturnBearRenderer::new\n);\n\n\n\nInside AYCEssentialsMod.java\, inside setup method add one line\n\n\nGlobalEntityTypeAttributes.put(ModEntities.SATURN_BEAR.get()\,\n        SaturnHogEntity.createAttribute().build());
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-15/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230107T170000
DTEND;TZID=America/Los_Angeles:20230107T180000
DTSTAMP:20260518T163015
CREATED:20230108T024843Z
LAST-MODIFIED:20230108T024843Z
UID:17442-1673110800-1673114400@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe continued and finish adding Saturn Hog creature.\nWe made 3 temptation items for Saturn Hog: carrot\, potato and saturn sword.\nTell the class about blockbench\, the tools to create textures and model java class for Minecraft custom entities.\n\nHomework\n\nDownload and install blockbench from https://www.blockbench.net/ 
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-14/
CATEGORIES:Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221203T170000
DTEND;TZID=America/Los_Angeles:20221203T180000
DTSTAMP:20260518T163015
CREATED:20221204T034845Z
LAST-MODIFIED:20221210T232036Z
UID:16881-1670086800-1670090400@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Homework\n\nConfigure the saturn_ore drop\, so it can drop either minecraft:diamond\, aycessentials:saturn or minecraft:gold_ingot. If you are confused how to do it\, Take a look at the following documentation. https://learn.microsoft.com/en-us/minecraft/creator/documents/introductiontoloottables\nNathan\, I fixed your saturn_ore texture problem\, you have to fix your src/main/resources/assets/aycessentials/models/block/saturn_ore.json to be like below \nLogan\, I fixed your saturn_ore texture problem\, you have to fix one of the saturn_ore.json like below
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-12/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221119T170000
DTEND;TZID=America/Los_Angeles:20221119T180000
DTSTAMP:20260518T163015
CREATED:20221120T024327Z
LAST-MODIFIED:20221120T024327Z
UID:16505-1668877200-1668880800@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding With Java - Gamas
DESCRIPTION:Today We Did\n\nWe started adding saturn_ore so eventually in the survival mode\, we can actually craft the many custom Saturn items by mining Saturn ore.\nIf you did not come to the class\, you can get the saturn_ore.png from here\n\n\n\n\n\nHomework\n\nthere is no class on Nov 26 because of thanksgiving week. Our class resume on Nov 3.\nFor your homework\, please do the following\n\nInside ModItems.java\, add the following codes\n\n\npublic static final RegistryObject<Item> SATURN_ORE = ITEMS.register("saturn_ore"\n        \, ()-> new BlockItem(ModBlocks.SATURN_ORE.get()\n                \, new Item.Properties().tab(AYCEssentialsMod.AYC_ITEM_GROUP_TAB)));\n\n\n\nInside src/main/resources/assets/aycessentials/model/item/saturn_ore.json\n\n\n{\n  "parent": "aycessentials:block/saturn_ore"\n}\n\n\n\nStart your minecraft and go to inventory\, now you should see your saturn_ore cube like below
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-11/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221112T170000
DTEND;TZID=America/Los_Angeles:20221112T180000
DTSTAMP:20260518T163015
CREATED:20221113T020700Z
LAST-MODIFIED:20221113T020834Z
UID:16379-1668272400-1668276000@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe went over all the parameters (options) for SaturnArmorMaterial.java\nWe created saturn_helmet\, saturn_boots\, saturn_leggings\, saturn_helmet custom armors.\n\nHomework\n\nCustomize your armor images\n\nsaturn_boots.png\nsaturn_leggings.png\nsaturn_helmet.png\nMatch the customization with your saturn_layer_1.png\n\n\nCreate recipes for all 4 of your saturn armors. Just a reminder you need to create one json file per recipe under src/resources/data/aycessentials/recipes/
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-10/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221105T170000
DTEND;TZID=America/Los_Angeles:20221105T180000
DTSTAMP:20260518T163015
CREATED:20221106T011544Z
LAST-MODIFIED:20221106T011544Z
UID:16249-1667667600-1667671200@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe created Saturn Chestplate and SaturnArmorMaterial.\n\nHomework\n\ncustomize your saturn_layer_1.png image so it resemblance your armor customization last week. For reference\, this is how I customize mine
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-9/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221029T170000
DTEND;TZID=America/Los_Angeles:20221029T180000
DTSTAMP:20260518T163015
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
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221029T100000
DTEND;TZID=America/Los_Angeles:20221029T110000
DTSTAMP:20260518T163015
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:20221022T170000
DTEND;TZID=America/Los_Angeles:20221022T180000
DTSTAMP:20260518T163015
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:20221022T100000
DTEND;TZID=America/Los_Angeles:20221022T110000
DTSTAMP:20260518T163015
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:20221015T170000
DTEND;TZID=America/Los_Angeles:20221015T180000
DTSTAMP:20260518T163015
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:20221015T100000
DTEND;TZID=America/Los_Angeles:20221015T110000
DTSTAMP:20260518T163015
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:20221001T170000
DTEND;TZID=America/Los_Angeles:20221001T180000
DTSTAMP:20260518T163015
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:20221001T090000
DTEND;TZID=America/Los_Angeles:20221001T100000
DTSTAMP:20260518T163015
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:20220917T170000
DTEND;TZID=America/Los_Angeles:20220917T180000
DTSTAMP:20260518T163015
CREATED:20220918T020439Z
LAST-MODIFIED:20220918T020439Z
UID:15025-1663434000-1663437600@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe were able to successfully added Saturn Sword.\nWe were able to understand the attributes of Saturn Sword\, attack damage and the attack speed.\nWe started with Saturn Fireball Axe.\n\nHomework\n\nCreate Jupiter Sword by looking at how you created Saturn Sword.\nGo to src/main/resources/assets/aycessentials/textures/items and create a copy of saturn_sword.png into jupiter_sword.png.\nUse an image editor like Fire Alpaca or other that you use to modify the image of jupiter_sword.png to be different than before.\nGo to src/main/resources/assets/aycessentials/lang/en_us.json and add this line at the end. Don’t forget to add comma (\,) at the end of the previous line.\n"item.aycessentials.jupiter_sword": "Jupiter Sword"\n\nGo to src/main/resources/assets/aycessentials/models/item and add a new file jupiter_sword.json and inside the file\, should be very similar to saturn_sword.json. Just copy the content of saturn_sword.json and modify accordingly.\nUnder ModItems.java add one more entry similar to SATURN_SWORD\, but make it JUPITER_SWORD this time. Anywhere you see “saturn_sword” in the JUPITER_SWORD entry\, change to “jupiter_sword”.
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-2/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220917T100000
DTEND;TZID=America/Los_Angeles:20220917T110000
DTSTAMP:20260518T163015
CREATED:20220917T182952Z
LAST-MODIFIED:20220917T182952Z
UID:14996-1663408800-1663412400@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding With Java - Gamas
DESCRIPTION:Today We Did\n\nWe finished adding a custom animal entity into minecraft.\nWe added animation to this custom animal\nWe added temptation goals.\n\nHomework\n\nGo to src/main/resources/assets/aycessentials/textures/entity/hog.png and modify this texture according to your liking. Maybe change the eye into different color. Change the skin into something else\, etc.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-with-java-gamas-7/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220910T180000
DTEND;TZID=America/Los_Angeles:20220910T190000
DTSTAMP:20260518T163015
CREATED:20220911T021956Z
LAST-MODIFIED:20220911T021956Z
UID:14884-1662832800-1662836400@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe started doing Saturn Sword custom weapon. But we were stuck\, we were not able to display the Saturn Sword in the combat section properly.\n\nHomework\n\nFix the Saturn Sword not displayed properly by doing the following.\n\nGo to this file resources/assets/aycessentials/models/items/saturn_sword.json\nChange from “layers0” to “layer0”.\nChange from “aycessentials:items/saturn_sword.png” into “aycessentials:items/saturn_sword”.\nRerun your minecraft program and see if you can see your custom sword now.\nIf you can see it\, then equip the sword to your player and see if you can kill powerful enemy by summoning let say wither skeleton. Type this to summon whither “/summon minecraft:whither_skeleton.” . Count how many hit it take to kill whither skeleton using Saturn Sword. After this\, get Nether Sword from your inventory\, summon whiter skeleton again and see how many hit it takes you to kill this enemy.
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas/
CATEGORIES:Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220827T100000
DTEND;TZID=America/Los_Angeles:20220827T110000
DTSTAMP:20260518T163015
CREATED:20220827T182813Z
LAST-MODIFIED:20220827T182813Z
UID:14576-1661594400-1661598000@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe started creating a new custom Entity Hog.\nWe created Hog texture skin.\nWe learned that HogModel class is generated by BlockBench application.\n\nHomework\n\nNext week (09/03) is labor day weekend so no class next week.\nIn your IntelliJ go to Navigate menu > Class > Class > type in GhastEntity and then press enter. Study in this GhastEntity class\, what actions can this GhastEntity do? to know what GhastEntity can do\, you have to know its goals.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-with-java-gamas-6/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220820T100000
DTEND;TZID=America/Los_Angeles:20220820T110000
DTSTAMP:20260518T163015
CREATED:20220820T180125Z
LAST-MODIFIED:20220820T180125Z
UID:14464-1660989600-1660993200@www.ayclogic.com
SUMMARY:10 AM - Minecraft Mod With Java - Gamas
DESCRIPTION:Today We Did\n\nWe were able to generate new minecraft world where Saturn Ore can be mined in Y:10 to Y:50.\n\nHomework\n\nCreate recipes inside /src/resources/data/aycessentials/recipes folder for the following items\n\nsaturn_helmet\nsaturn_chestplate\nsaturn_legging\nsaturn_boots\n\n\nIn each of the recipes\, you have to at least use one saturn item.
URL:https://www.ayclogic.com/event/10-am-minecraft-mod-with-java-gamas/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220813T100000
DTEND;TZID=America/Los_Angeles:20220813T110000
DTSTAMP:20260518T163015
CREATED:20220813T193238Z
LAST-MODIFIED:20220813T193238Z
UID:14343-1660384800-1660388400@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding - Gamas
DESCRIPTION:Today We Did\n\nWe learned about static variables and method.\nWe started creating Ore generation to minecraft world.\n\nHomework\n\nDownload and install https://www.blockbench.net/\nDo the quickstart tutorial\n\nhttps://www.youtube.com/watch?v=xC81Q3HGraE
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-gamas/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220806T100000
DTEND;TZID=America/Los_Angeles:20220806T110000
DTSTAMP:20260518T163015
CREATED:20220813T043329Z
LAST-MODIFIED:20220813T043329Z
UID:14337-1659780000-1659783600@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding with Java - Gamas
DESCRIPTION:Homework\n\nAdd saturn_layer_2.png into your Minecraft project. Place the image into src/main/resources/assets/aycessentials/textures/models/armor/ folder. You can find saturn_layer_2.png image below.\n\nCustomize saturn_layer_2.png so it match your saturn_leggings armor.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-with-java-gamas-5/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220730T100000
DTEND;TZID=America/Los_Angeles:20220730T110000
DTSTAMP:20260518T163015
CREATED:20220730T182318Z
LAST-MODIFIED:20220730T182318Z
UID:14139-1659175200-1659178800@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding Java - Gamas
DESCRIPTION:Today We Did\n\nWe learned how to customize our custom armor looks like. This is by modifying saturn_layer_1.png.\nWe learned about the attributes of SaturnArmorMaterial.java\n\nHomework\n\nCustomize your saturn_layer_1.png according to the technique we have learned in the class.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-java-gamas-2/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220723T100000
DTEND;TZID=America/Los_Angeles:20220723T110000
DTSTAMP:20260518T163015
CREATED:20220723T182346Z
LAST-MODIFIED:20220723T182346Z
UID:14042-1658570400-1658574000@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding Java - Gamas
DESCRIPTION:Homework\n\nAdd saturn_boots\, saturn_leggings\, saturn_helmet to your project.\nGet the images from External Libraries > Gradle:net.minecraft:client:extra:1.16.5 > assets/minecraft/textures/item folder. Copy the images from here to your project src/main/resources/assets/aycessentials/textures/items\nAdd all the necessary json files.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-java-gamas/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220716T100000
DTEND;TZID=America/Los_Angeles:20220716T110000
DTSTAMP:20260518T163015
CREATED:20220716T180535Z
LAST-MODIFIED:20220716T180535Z
UID:13962-1657965600-1657969200@www.ayclogic.com
SUMMARY:10 - Minecraft Modding Java - Gamas
DESCRIPTION:Today We Do\n\nWe fixed the Saturn Ore loot_table configuration to be able to drop Saturn and Diamond.\nWe learned how to configure loot_table configuration.\nWe added Saturn Chestplate to our aycessentials mod items.\nWe learned how to get based images from minecraft library.\n\nHomework\n\nChange the saturn_layer_1.png so the front side of the chestplate look like your saturn_chestplate.png image which you guys customized as part of your last week homework. For reference\, this is how mine looks like\nsaturn_chestplate.png\n\n\n\n\nsaturn_layer_1.png
URL:https://www.ayclogic.com/event/10-minecraft-modding-java-gamas/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220709T100000
DTEND;TZID=America/Los_Angeles:20220709T110000
DTSTAMP:20260518T163015
CREATED:20220709T183410Z
LAST-MODIFIED:20220709T183410Z
UID:13868-1657360800-1657364400@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Do\n\nWe fixed displaying Saturn Ore properly in minecraft game.\nWe tried adding drop loot for Saturn Ore.\n\nHomework\n\nWe are going to create Saturn Armor next week. Please copy below image to your minecraft project. Place this image in the same location as your saturn_sword.png and saturn_axe.png.\n\nOnce you place the image in the correct location\, modify the image according to your desire. This will be your saturn armor.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-with-java-gamas-4/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220625T100000
DTEND;TZID=America/Los_Angeles:20220625T110000
DTSTAMP:20260518T163015
CREATED:20220625T183359Z
LAST-MODIFIED:20220625T183359Z
UID:13765-1656151200-1656154800@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding in Java
DESCRIPTION:Today We Do\n\nWe started creating saturn_ore block.\n\nAnnouncement\n\nThere is no class on July 2nd because of July 4 weekend. Please look at this page for list of observed holidays for my school: https://www.ayclogic.com/observed-holidays/ class will resume on July 9th.\n\nHomework\n\nNo homework.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-in-java/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220611T100000
DTEND;TZID=America/Los_Angeles:20220611T110000
DTSTAMP:20260518T163015
CREATED:20220611T182717Z
LAST-MODIFIED:20220611T182717Z
UID:13469-1654941600-1654945200@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding With Java - Gamas
DESCRIPTION:Today We Do\n\nWe added Saturn Dragon Fireball Axe\nWe added Saturn Lightning Axe which can smite nearby enemies (within 10 spaces) with lightning.\n\nHomework\n\nChange the image for saturn_dragon_fireball_axe.png to be different than the saturn_lightning_axe.png.\nCreate NeptuneAxe class which can make nearby enemies floats and be on fire for 10 seconds when you right click on the axe. Create your own image.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-with-java-gamas-2/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220507T100000
DTEND;TZID=America/Los_Angeles:20220507T110000
DTSTAMP:20260518T163015
CREATED:20220507T175804Z
LAST-MODIFIED:20220507T175804Z
UID:12886-1651917600-1651921200@www.ayclogic.com
SUMMARY:10 AM - Java Minecraft Modding - Gamas
DESCRIPTION:Today We Do\n\nWe added saturn_sword to aycessentials mod.\nWe added AYCLOGIC tab in minecraft inventory.\n\nHomework\n\nUsing an image editor\, change the jupiter_sword.png so it looks different than saturn_sword.png\nMake the jupiter_sword appear in your minecraft:\n\na. ModItems.java\nb. en_us.json\nc. create jupiter_sword.json under src/main/resources/assets/aycessentials/models/items
URL:https://www.ayclogic.com/event/10-am-java-minecraft-modding-gamas/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220423T100000
DTEND;TZID=America/Los_Angeles:20220423T110000
DTSTAMP:20260518T163015
CREATED:20220423T190925Z
LAST-MODIFIED:20220423T190925Z
UID:12644-1650708000-1650711600@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding With Java
DESCRIPTION:Today We Do\n\nWe started installation of Forge Minecraft modding framework.\n\nHomework\n\nNo homework.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-with-java/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220129T090000
DTEND;TZID=America/Los_Angeles:20220129T100000
DTSTAMP:20260518T163015
CREATED:20220129T192207Z
LAST-MODIFIED:20220129T192340Z
UID:11363-1643446800-1643450400@www.ayclogic.com
SUMMARY:9 AM - Android Game Development With Java
DESCRIPTION:Today We Do\n\nWe control the game sound (on or off) from the setting Sound switch. When we disable the sound\, when the player launch the fireball\, it will not make any sound.\nWe created a new attribute in GameView.java called “score” to keep track of player score. Whenever the fireball hit the bird increase the score. And we display the score on the middle top of the screen.\n\nHomework\n\nRight now whenever the fireball is launched\, the fireball is kind of launch on the top of the red dragon. We want to change the code so the fireball is launched in the front of the dragon’s mouth.\nSimilar to displaying the “Score”\, we want to add a new text “High Score” on the top right corner of the screen. This is just a static text\, next week we will put the actual player’s high score
URL:https://www.ayclogic.com/event/9-am-android-game-development-with-java-8/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
END:VCALENDAR