American Young Coder (AYC)

AYC logo
Loading Events

« All Events

  • This event has passed.

10 AM – Minecraft Modding with Java – Gamas

October 8, 2022 @ 10:00 am - 11:00 am

Today We Did
  1. We added SATURN_TURTLE custom creature to our minecraft modding project.
  2. We fixed the body and head animation problem
  3. We continued with SATURN_FOX custom creature.
  4. We transfered the SaturnFoxModel.java class from blockbench and fixed all the compilation problems.
Homework
  1. Continue with the rest of the steps to make SATURN_FOX available in the mod. Follow these steps
    1. Create a new Renderer class under src/main/java/com/ayclogic/aycessentials/client/render. Look at HogRenderer or SaturnTurtleRenderer for reference.
    2. Modify ModEntities.java file add SATURN_FOX entry. Look at how we did it for SATURN_TURTLE creature.
    3. Modify ClientEventBusSubscriber.java class. Inside onClientSetup register ModEntities.SATURN_FOX.
    4. Modify AYCEssentialsMod.java. Inside setup method add SATURN_FOX. Look at how we did the SATURN_TURTLE.
    5. Modify en_us.json file, add entity.aycessentials.saturn_fox entry
    6. Run your minecraft mod and summon the saturn_fox creature.

Details

Date:
October 8, 2022
Time:
10:00 am - 11:00 am
Verified by MonsterInsights