Hello people of Minecraft Forge forums. I'm currently working on a project that requires me to know how to instantiate many of Minecraft's blocks, register them into the GameRegistry, and also add appropriate textures. I'm fairly new to modding but I believe I can achieve this goal. Currently, I'm a little confused how the .json files work. However, I'll learn them more in-depth eventually. What I'm asking is this: "Is there a list of minecraft objects that states how to correctly implement them into a mod". For example. I was trying to add a DoorBlock into the game. Once I had added everything and loaded the game I placed down the block and only the bottom part of the door appeared. Also it didn't have the assigned texture on it.
TL;DR I need to know how to implement most of minecraft's blocks into my mod correctly. (Possibly a list explaning how to implement each block)
Thanks for any help.