It was actually a pretty easy fix...
All I had to do was add the following line above the class declaration line, so it would look something like this:
@Mod.EventBusSubscriber
public class CommonProxy {
Hello everyone,
I'm learning how to mod, and I'm making a block currently. When I tried to spawn it in, using the command "/give @p foi:heatgeni", I got nothing!
In fact, it even threw a message saying that the block did not exist!
Any fixes?
Check attachments for the code.
ModBlocks.java
HeatGenI.java
CommonProxy.java