10 AM – Minecraft Modding With Java – Gamas
Today We Did we continued learning JSON We learned how to represent class, Map and List in JSON. we added code that will spawn our custom entities in the world. Homework InsideRead More...
Today We Did we continued learning JSON We learned how to represent class, Map and List in JSON. we added code that will spawn our custom entities in the world. Homework InsideRead More...
Today We Did We learned more about JSON file. We started doing Saturn Lightning Arrow. Homework Do one more JSON file creation exercise. Open your SchoolApplication project in IntelliJ. This is projectRead More...
Today We Did We learned more about JSON file structure. We learned how to distribute minecraft forge modding file to other people. We finished our course. Congrats everyone, I hope you guysRead More...
Today We Did We learned how to create Json file for SchoolSystem.java We learned how to use IntelliJ debugger and break point. We learned how to enable lightning when LightningArrowItem strike aRead More...
Today We Did We created Saturn Chestplate and SaturnArmorMaterial. Homework customize your saturn_layer_1.png image so it resemblance your armor customization last week. For reference, this is how I customize mine
Today We Did We went over all the parameters (options) for SaturnArmorMaterial.java We created saturn_helmet, saturn_boots, saturn_leggings, saturn_helmet custom armors. Homework Customize your armor images saturn_boots.png saturn_leggings.png saturn_helmet.png Match the customization withRead More...
Today We Did We started adding saturn_ore so eventually in the survival mode, we can actually craft the many custom Saturn items by mining Saturn ore. If you did not come toRead More...
Homework Configure 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 Nathan, IRead More...
Today We Did We continued and finish adding Saturn Hog creature. We made 3 temptation items for Saturn Hog: carrot, potato and saturn sword. Tell the class about blockbench, the tools toRead More...
Today We Did We created saturn_bear texture and SaturnBearModel.java via blockbench. We started creating SaturnBear entity in IntelliJ but not done Homework Continue with the project to add SaturnBear: Copy SaturnHogRenderer.java andRead More...