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:20211207T170000
DTEND;TZID=America/Los_Angeles:20211207T180000
DTSTAMP:20260514T232755
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
END:VCALENDAR