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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
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:20221015T170000
DTEND;TZID=America/Los_Angeles:20221015T180000
DTSTAMP:20260518T171749
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:20260518T171749
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:20260518T171749
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:20260518T171749
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:20260518T171749
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:20260518T171749
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:20260518T171749
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:20260518T171749
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:20260518T171749
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:20260518T171749
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:20260518T171749
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:20260518T171749
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:20260518T171749
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:20260518T171749
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:20260518T171749
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:20260518T171749
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:20260518T171749
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:20260518T171749
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:20260518T171749
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:20260518T171749
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
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220125T170000
DTEND;TZID=America/Los_Angeles:20220125T180000
DTSTAMP:20260518T171749
CREATED:20220126T051041Z
LAST-MODIFIED:20220126T051041Z
UID:11321-1643130000-1643133600@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding With Java
DESCRIPTION:Today We Do\n\nWe added Saturn Chestplate so it appear in the inventory.\nWe added Saturn Chestplate texture so when the player wear it\, it will show properly during play.
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-6/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220118T170000
DTEND;TZID=America/Los_Angeles:20220118T180000
DTSTAMP:20260518T171749
CREATED:20220119T020820Z
LAST-MODIFIED:20220119T020820Z
UID:11178-1642525200-1642528800@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding With Java
DESCRIPTION:Today We Do\n\nWe added Saturn Ore to the AYCESSENTIALS inventory tab.\nWe added saturn_ore loottable configuration to control what can be drop when player harvest saturn ore using Iron\, Diamond or Netherite pickaxe.\n\nHomework\n\nAdd one more drop in saturn_ore loottables\, aside from “aycessentials:saturn’ and “minecraft:diamond”\, drop one more item: “minecraft:torch”.\nModify the 2 images I provided in the class\, so it will be a custom chestplate image and custom layer image. We are going to use this custom image for our saturn chestplace next week.
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-5/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220104T170000
DTEND;TZID=America/Los_Angeles:20220104T180000
DTSTAMP:20260518T171749
CREATED:20220105T015456Z
LAST-MODIFIED:20220105T015456Z
UID:10922-1641315600-1641319200@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding With Java
DESCRIPTION:Today We Do\n\nWe finished creating SaturnLightningAxe.java. When we right click all living creature nearby will be smite by Lightning.\n\nHomework\n\nCreate a new Item JupiterSword and create a new class called JupiterSword.java. The class should be very similar to SaturnLightningAxe.java. When you right click the sword\, it will burn all enemies near by.\nCreate a new image for the JupiterSword.
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-4/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211214T170000
DTEND;TZID=America/Los_Angeles:20211214T180000
DTSTAMP:20260518T171749
CREATED:20211215T020354Z
LAST-MODIFIED:20211215T020354Z
UID:10775-1639501200-1639504800@www.ayclogic.com
SUMMARY:6 PM - Minecraft Modding With Java
DESCRIPTION:Homework:\n\n\n\nCreate crafting recipes for saturn_axe and saturn_lightning_axe. You need to create 2 json files under resources/data/aycessentials/recipes/ . Follow the existing example that we did in saturn_sword.json.
URL:https://www.ayclogic.com/event/6-pm-minecraft-modding-with-java/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211207T170000
DTEND;TZID=America/Los_Angeles:20211207T180000
DTSTAMP:20260518T171749
CREATED:20211210T042638Z
LAST-MODIFIED:20211210T042638Z
UID:10679-1638896400-1638900000@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding With Java
DESCRIPTION:Homework\nIn the class\, we were trying to add SaturnFireballAxe.java to launch fireball when we hit right click. In addition\, we also try to be able to craft SaturnSword using crafting table. Unfortunately\, both attempts failed because I was not aware the minecraft 1.16.4 codes are not compatible with minecraft 1.16.5. But luckily\, I was able to resolve this problem. Please follow the following instructions: \n\nTo fix SaturnSword crafting\, inside src/main/resources/data/aycessentials/recipes/saturn_sword.json file\, we need to rename from “items”:”aycessentials:saturn_sword”  into “item”:”aycessentials:saturn_sword” . After this\, try running the minecraft and see if you can get the Saturn sword\, but putting the diamond in the following pattern \nTo enable the SaturnFireballAxe.java to launch fireball\, there are multiple steps that we have to do. I will ask you guys to do the first step only as part of the homework and we will do the rest of it in the class.\n\nFind build.gradle file in your project \nOpen build.gradle file and replace this line\nmappings channel: 'official'\, version: '1.16.5'\ninto \nmappings channel: 'snapshot'\, version: '20210309-1.16.5'\n\nAfter this\, you will see an elephant-like icon near the top right corner. Click that icon to reload gradle changes that you just made. After you click this\, it can take a long time. Once this is done\, unfortunately\, there will be some compilation errors in your project now and you cannot run your minecraft. Don’t worry we will fix these errors in the class.
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-3/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211116T170000
DTEND;TZID=America/Los_Angeles:20211116T180000
DTSTAMP:20260518T171749
CREATED:20211117T030130Z
LAST-MODIFIED:20211117T030130Z
UID:10480-1637082000-1637085600@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding With Java
DESCRIPTION:Today We Do\n\nWe added a custom SwordItem saturn_sword using a custom image that we did.\n\nHomework\n\nCreate a new sword image. Create a copy of saturn_sword.png and name it jupiter_sword.png and change the image so it will look different than saturn_sword.png.\nSimilar when you added saturn_sword\, add a jupiter_sword to minecraft.\nNo class on Thanksgiving week (Nov 22 to Nov 28).
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-2/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20211109T170000
DTEND;TZID=America/Los_Angeles:20211109T180000
DTSTAMP:20260518T171749
CREATED:20211113T050944Z
LAST-MODIFIED:20211113T050944Z
UID:10429-1636477200-1636480800@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding With Java
DESCRIPTION:Homework:\n\nYou need to create a custom sword image for minecraft.\nDownload this sword image: \nUsing your favorite image editor\, change the looks of this sword to according to your heart desire.\nWe are going to use this new custom image for our saturn sword next week.
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210424T140000
DTEND;TZID=America/Los_Angeles:20210424T150000
DTSTAMP:20260518T171749
CREATED:20210425T022718Z
LAST-MODIFIED:20210425T022718Z
UID:7281-1619272800-1619276400@www.ayclogic.com
SUMMARY:2 PM - Minecraft Modding using Java
DESCRIPTION:We added custom saturn breastplate\, helmet\, legging and boots.\nHomework:\n\nMake recipes for all of 4 of these new items. So we can make these items via crafting table. The Recipes shape can be up to you\, but it needs to use at least 1 Saturn item.
URL:https://www.ayclogic.com/event/2-pm-minecraft-modding-using-java/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210417T140000
DTEND;TZID=America/Los_Angeles:20210417T150000
DTSTAMP:20260518T171749
CREATED:20210418T022808Z
LAST-MODIFIED:20210418T022808Z
UID:7163-1618668000-1618671600@www.ayclogic.com
SUMMARY:2 PM - Minecraft Modding With Java
DESCRIPTION:We created Saturn Armor.\nWe based Saturn Armor using Netherite armor.\nHomework:\n\nchange saturn_layer_1.png in your favorite image editor so it will look more like saturn_breastplate.png.
URL:https://www.ayclogic.com/event/2-pm-minecraft-modding-with-java-11/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210410T140000
DTEND;TZID=America/Los_Angeles:20210410T150000
DTSTAMP:20260518T171749
CREATED:20210411T022249Z
LAST-MODIFIED:20210411T022249Z
UID:7035-1618063200-1618066800@www.ayclogic.com
SUMMARY:2 PM - Minecraft Modding with Java
DESCRIPTION:We went over how to generate your custom saturn ore in the minecraft world.
URL:https://www.ayclogic.com/event/2-pm-minecraft-modding-with-java-10/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
END:VCALENDAR