
Mr.sKrabs
Members-
Posts
89 -
Joined
-
Last visited
Everything posted by Mr.sKrabs
-
Thanks for the advice. I'll start learning and I'll be back soon.
-
My problem can't be solved unless I learn Proper java?... cause its a pain in the ass already
-
When what I am reading or hearing is clear to me then i'll understand it really quick. I've been programming before the very very basic of it. So I get the point of how it works. Now there is a local book store where I can buy Java book,Should I do that or through the internet cause in the book its in my language.
-
How much can it take? learning it fully,So I would be able to go creative with my mind without problems...like this
-
300 hours and I dont want to freeze the mod progress
-
Bro I really dont need you to tell me that,I know. But I do not want to freeze it. Plus it takes around 300 to understand fully.
-
First of all I appriciate you making a video for my problem. Secondly it did not help me cause I'm dumb. Most likely i'll be back with a problem any time now... But i'll try to progress Edit: Yeah I was right. As I said I lack knowlage and Okay what do I do now with what you gave me. That might be dumb from your point of view. But for me its just code that I understand 50 precent but I dont know how to implement it into my problems
-
I already know that And i've already done that. Thats what i did 7 comments above
-
Searched it for awhile can't find it is it this one? http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Freference%2Fref-menu-search.htm
-
And how do I do that? It doesn't show any leads
-
The only thing I found for WorldGenTallGrass is this. It is in 2 more biomes but it doesn't matter its the same code
-
I want you to answer me. How in this world does Will help me?..I am waiting. His sarcasm is only here to tease me. If you guys want respect,then respect me and if you dare to say you are respsecting me i'll link all the threads i've opened up yet and you can see this guy doing the same thing. over and over and over again. I am here to get help,I dont care about you guys,You guys might have earned your respsect from me if you were respecting me. I want to solve the problem with help nothing more.
-
Ey ey Fuck you too. Do you think that I'll be lazy with a problem that I am stuck with 72 hours?... Yes I did try looked every where can't find 1 block who uses the WorldGenTallGrass.. Even looked at fucking Tall Grass..
-
Can't find...
-
When you says the vanilla uses in that class, what part did you mean the first or the seocnd?
-
We're you reffering the first or the second https://gist.github.com/anonymous/d91cd976fe264a8d49a6
-
We'll now I do. Here is what I made so far https://gist.github.com/anonymous/2e52e08c2813d84f5e46 I am attempting to make a berry bush spawn on ground biome doesn't matter
-
I did not ask for a copy paste,I asked to help me understand is that too hard for you darling?
-
I understood what Im suppose to do but I dont know what to write..go step by step and let me understand whats going on now dont give me the "Learn Java" shit,I dont know what you think but its not a day proccess. And I started the other day and i'm not going to freeze my mod untill I know Java fully...
-
Everything went smootly except one thing https://gist.github.com/anonymous/abdfd33a08c3774ddc37 I dont know what to pass in the new WorldGenTallGrass() Everything i try gives off an error,I went to the class WorldGenTallGrass and it tells me to fill in BlockTallGrass.EnumType
-
Then what should I do?. My berry bush is a block,if WorldGenTallGrass wont generate it then what should I use... I though of WorldGenFlowers but my block needs to be a flower type....
-
Any time now..
-
We'll I've tried a few things... 1.Line 48 https://gist.github.com/anonymous/fdc3d4a47dd6535b2e69 In a world that I have already opened there are chunks not being loaded(a giant hole in earth) When i open a new world i get his error https://gist.github.com/anonymous/67abb6ba4c186036b6d9 Block.tallgrass does not work at all,give me the error which the constructor is undefined. Now the boolean of the generate in the WorldGenTallGrass uses the same of World random Blockpos. But I've understood how it generates,its a boolean returning true or false.. It looks for the block pos if its not in air and does not have leaves it breaks the method. I know how it generates but Still no clue what to pass in,What to write,I know this is not a tutorial of some sort but explain to me slowly what to do
-
Now I've checked WorldGenTallGrass and I know i'm suppose to pass an EnumType. But i am not sure what to write inside...You'll understand in line 48 https://gist.github.com/anonymous/ec147ae3650d84d95800
-
https://gist.github.com/anonymous/de993d247807b28b17b4 Got the regeneration to work,but one problem it seems I can't manage to make us so it will spawn above ground,Not at the sky... On ground