Team Modshine
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Team Modshine

Team Modshine's forums
 
HomeLatest imagesSearchRegisterLog in

 

 Racing mod beginnings

Go down 
4 posters
AuthorMessage
Murdlih




Posts : 1
Join date : 2012-03-11

Racing mod beginnings Empty
PostSubject: Racing mod beginnings   Racing mod beginnings I_icon_minitimeFri Mar 16, 2012 7:38 pm

item slick wheel codingpackage
net.minecraft.src;

public class itemSlickWheel extends item
{
public itemSlickWheel (int i)
{
super (i);
maxStackSize =64;
}

}










mod_item

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

public class mod_item extends mod_item
{
public static final Item itemSlickWheel = new itemSlickWheel(2000).setItemName("asdf");

public void load()
{
itemSlickWheel.iconIndex = ModLoader.addOverride("/gui/items.png");
ModLoader.AddName(itemSlickWheel, "itemSlickWheel");
ModLoader.AddRecipe(new ItemStack(itemSlickWheel,4), new Object[]{
"**", Character.valueOf('*'), Block.Iron

}
}
}

public String getVersion()
{
return "3.14159265";
}
}
Back to top Go down
opiop65




Posts : 18
Join date : 2012-03-12

Racing mod beginnings Empty
PostSubject: Re: Racing mod beginnings   Racing mod beginnings I_icon_minitimeFri Mar 16, 2012 7:55 pm

alright its giving me a whole bunch of errors but ill figure them out..
Back to top Go down
opiop65




Posts : 18
Join date : 2012-03-12

Racing mod beginnings Empty
PostSubject: Re: Racing mod beginnings   Racing mod beginnings I_icon_minitimeFri Mar 16, 2012 7:58 pm

can you give me your mod_item class file to?
Back to top Go down
Admin
Admin



Posts : 21
Join date : 2012-03-11

Racing mod beginnings Empty
PostSubject: Re: Racing mod beginnings   Racing mod beginnings I_icon_minitimeFri Mar 16, 2012 9:09 pm

Well we don't have a texture for it yet
Back to top Go down
https://mm-moding.forumotion.com
opiop65




Posts : 18
Join date : 2012-03-12

Racing mod beginnings Empty
PostSubject: Re: Racing mod beginnings   Racing mod beginnings I_icon_minitimeFri Mar 16, 2012 9:47 pm

Yah I know but i wanted to start the coding. I just need to do something to feel apart of this team
Back to top Go down
ALinkToTheFuture

ALinkToTheFuture


Posts : 24
Join date : 2012-03-11

Racing mod beginnings Empty
PostSubject: Re: Racing mod beginnings   Racing mod beginnings I_icon_minitimeFri Mar 16, 2012 11:09 pm

if you were ever on Skype you'd have the texture already. plus i don't see why you need it so badly to continue with the mod

Racing mod beginnings Rubber

^^^^ that's it BTW
Back to top Go down
Admin
Admin



Posts : 21
Join date : 2012-03-11

Racing mod beginnings Empty
PostSubject: Re: Racing mod beginnings   Racing mod beginnings I_icon_minitimeSat Mar 17, 2012 12:15 pm

Well we have the texture now hahaha
Back to top Go down
https://mm-moding.forumotion.com
Sponsored content





Racing mod beginnings Empty
PostSubject: Re: Racing mod beginnings   Racing mod beginnings I_icon_minitime

Back to top Go down
 
Racing mod beginnings
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Team Modshine :: Coders :: General Projects-
Jump to: