Post: Minecraft 1.0.0 Mod Loader Mod Template
12-04-2011, 05:43 AM #1
lallyman
Can’t trickshot me!
(adsbygoogle = window.adsbygoogle || []).push({}); Well.. when Minecraft 1.0.0 was released.. our MCP would not work. So, a new version of MCP (5) was released. You install it like the past versions (the Mod Loader is the same as before) but the Mod Loader Mod Template was changed. Here it is:

    
package net.minecraft.src;
import java.util.Random;

public class mod_YOURMODHERE extends BaseMod
{
public void load()
{

}

public String getVersion()
{
return "3.14159265";
}
}


Not alot changed. Hope this helps Smile
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo