Everything posted by M1kep
-
Advantages/differneces in using Scala?
Off topic: gotta love when the mod replies, it's like an official formatted response On topic: thank you for you explanation I'll make sure to look into that link, also what's kotlin?
-
Advantages/differneces in using Scala?
So what are the advantages and disadvantages of using Scala to write a mod?
-
Chatting a string into chat?
Oh, ok makes sense So can you post the code your having problems with?
-
Chatting a string into chat?
Ohhhhhhh......I though we were talking about the player? There are tutorials regarding TickHandlers out there. Is there a reason why you did not want to go that route?
-
Chatting a string into chat?
What is the need to do that? Will it make a noticeable difference?
-
Chatting a string into chat?
uhhhh.... What?
-
Chatting a string into chat?
I would do it using events: @ForgeSubscribe public void VersionChecker(EntityJoinWorldEvent ev) { if (ev.entity instanceof EntityPlayer) { if (!VersionCheckerClass.isUpToDate) { //Get player and send chat message } } } But that's just my opinion
-
Generating a world gen structure
Okie dokie, will do
-
Generating a world gen structure
I still can't seem to find tr converter you talk of....
-
Generating a world gen structure
Lol, well that's probably what was giving me trouble
-
Generating a world gen structure
I can't seem to find the video you are talking about, think you could post a link?
-
Generating a world gen structure
Ok, well, if it starts making any sense to you just let me know, please :DD And thank you for all of your help so far
-
Generating a world gen structure
ok, so villages, they are using "components" and what not, so how do i go about getting those to generate? Because in his tutorial he uses world.setBlockWithNotify
-
Generating a world gen structure
Is this the video your talking about?
-
Generating a world gen structure
Ok! Thank you so much If i have any more questions ill post here
-
Generating a world gen structure
Ive looked into the classes, I dont understand how to make a class that will generate a village Can you point me in the right direction?
-
Generating a world gen structure
uhhhh..... what? Can you please explain?
-
Generating a world gen structure
Ok, so Im attempting to generate a village and im running into some problems, i cant seem to figure out what the Array Of Bytes is for and also i dont really see how to go about generating the village, heres my code: @Override public ItemStack onItemRightClick(ItemStack par1ItemStack, World par2World, EntityPlayer par3EntityPlayer) { IChunkProvider chunk = par2World.getChunkProvider(); MapGenVillage gen = new MapGenVillage(); byte[] par5ArrayOfByte; gen.generate(chunk, par2World, 10, 10, par5ArrayOfByte); return par1ItemStack; } Any idea??
-
Generating a world gen structure
Thank you do you mind if I pm you when I get to that point?
-
Generating a world gen structure
Hi, so im trying to generate a world gen structure whenever i use an item. for example, if i right click with my item i want it to generate a mine shaft right there. Does anybody have any tips for where to start?
-
Calling function on game start OUTSIDE the main mod class
Hmmm, I really wish I was next to my computer right now so that I could try and help some more, but for now I don't know what to say I'm really sorry :'(
-
Calling function on game start OUTSIDE the main mod class
Can you post the actual crash log?
-
Calling function on game start OUTSIDE the main mod class
Well, if your looking to do the @init you need to use FMLPreInitialisatiomevent, not FMLInitiliaztionEvent
-
Cant create item stack in Event Hook Container Class, please help
Ok, so to start off thank you But now theres another problem that i have NO IDEA where to start The game crashes weather i right click with a bone, or my item. Here's the crash log Here is my Event Class: And my Main Class:
-
Cant create item stack in Event Hook Container Class, please help
I was following a tutorial when learning forge And ok ill look at what you have to say and see if i can figure it out.
IPS spam blocked by CleanTalk.