[JAVA] Site summary to be helpful in Minecraft modding 1.12.2

Introduction

Easy way to install without typing any commands using the intelij IDEA plugin

https://qiita.com/Hiroya_W/items/7ad9bad0387ef3688d1e

You can learn basic mod production with videos (English)

https://www.youtube.com/watch?v=rmWBP5ifDlw&list=PLDhiRTZ_vnoX4bx_BJccGV7MjpXUfVJSn

A site where you can learn a wide range from adding blocks to TileEntitySpecialRender

https://shadowfacts.net/tutorials/forge-modding-112/

Site code

https://github.com/shadowfacts/TutorialMod In 1.12.2, it is necessary to change setUnlocalizedName to setTranslationKey, and adding CreativeTab has many errors, so it may be better to delete it and create it based on another site. There are some annoying changes, but it's a highly recommended site, so be sure to check it out.

Release

Published on Curse Forge https://qiita.com/C6H2Cl2/items/a972d6c25cee66b032c5 ** The project creation has been changed to this address. Please note earnestly. ** ** https://www.curseforge.com/project/create

Recommended Posts

Site summary to be helpful in Minecraft modding 1.12.2
Minecraft Modding 1.12.2
Library summary that seems to be often used in recent Android development (2019/11)
[Modding] An important Side concept in Minecraft
Summary of how to select elements in Selenium
[Ruby] Basic key to be strong in refactoring
Add original weapons to mods in Minecraft Forge 1.15.2
CORBA seems to be removed in Java SE 11. .. ..
There seems to be no else-if in java
I want to be eventually even in kotlin
Minecraft BE server development from PHP to Java
(Article about to be written) Inner class summary
Minecraft BE Tap with a wooden sword to jump
Summary of how to implement default arguments in Java
Be able to write Hamcrest Matchers in lambda expressions
How to write a core mod in Minecraft Forge 1.15.2