You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
Emazed
  • Video King
Status: Offline
Joined: Oct 22, 201013Year Member
Posts: 8,135
Reputation Power: 340
Status: Offline
Joined: Oct 22, 201013Year Member
Posts: 8,135
Reputation Power: 340
February wrote Ohai there! <3
Ok. My seed is Quesadila.. Do I put that in the tool for the seed or the seed numbers they added before starting the game.

Just type Quesadila in the seed slot and when you search for slimes it will convert into numbers.
#12. Posted:
Gekko
  • TTG Senior
Status: Offline
Joined: Feb 19, 201212Year Member
Posts: 1,121
Reputation Power: 45
Status: Offline
Joined: Feb 19, 201212Year Member
Posts: 1,121
Reputation Power: 45
I saw a topic of a guy asking how to get the slimeballs after he built his farm, might i suggest adding that?
#13. Posted:
inuyasha555
  • TTG Champion
Status: Offline
Joined: Sep 19, 201014Year Member
Posts: 8,159
Reputation Power: 394
Status: Offline
Joined: Sep 19, 201014Year Member
Posts: 8,159
Reputation Power: 394
EdaDixon wrote I saw a topic of a guy asking how to get the slimeballs after he built his farm, might i suggest adding that?


I'll put that in now. According to the source code, only slimes that are size 1 drop slime balls.

protected int getDropItemId()
{
if(getSlimeSize() == 1)
{
return Item.slimeBall.shiftedIndex;
} else
{
return 0;
}
#14. Posted:
--revo19--
  • New Member
Status: Offline
Joined: Jun 05, 201212Year Member
Posts: 39
Reputation Power: 1
Status: Offline
Joined: Jun 05, 201212Year Member
Posts: 39
Reputation Power: 1
I've done everything, have my farm in the right spot, but still no slime, if anyone can help please message me in here
Thanks
#15. Posted:
Emazed
  • TTG Champion
Status: Offline
Joined: Oct 22, 201013Year Member
Posts: 8,135
Reputation Power: 340
Status: Offline
Joined: Oct 22, 201013Year Member
Posts: 8,135
Reputation Power: 340
inuyasha555 wrote
EdaDixon wrote I saw a topic of a guy asking how to get the slimeballs after he built his farm, might i suggest adding that?


I'll put that in now. According to the source code, only slimes that are size 1 drop slime balls.

protected int getDropItemId()
{
if(getSlimeSize() == 1)
{
return Item.slimeBall.shiftedIndex;
} else
{
return 0;
}
Try also adding that you if you kill a big or medium slime with a weapon besides the Bow they wont split.
#16. Posted:
Emazed
  • Video King
Status: Offline
Joined: Oct 22, 201013Year Member
Posts: 8,135
Reputation Power: 340
Status: Offline
Joined: Oct 22, 201013Year Member
Posts: 8,135
Reputation Power: 340
--revo19-- wrote I've done everything, have my farm in the right spot, but still no slime, if anyone can help please message me in here
Thanks
You must be at least 24 blocks away from the slime chunk and also you have to be patient with slimes since they spawn more rarely then regular mobs.
#17. Posted:
Mumps
  • Wise One
Status: Offline
Joined: Feb 21, 201212Year Member
Posts: 528
Reputation Power: 20
Status: Offline
Joined: Feb 21, 201212Year Member
Posts: 528
Reputation Power: 20
Emazing-Lights wrote
February wrote Ohai there! <3
Ok. My seed is Quesadila.. Do I put that in the tool for the seed or the seed numbers they added before starting the game.

Just type Quesadila in the seed slot and when you search for slimes it will convert into numbers.


Ite. Thanks <3
#18. Posted:
inuyasha555
  • TTG Champion
Status: Offline
Joined: Sep 19, 201014Year Member
Posts: 8,159
Reputation Power: 394
Status: Offline
Joined: Sep 19, 201014Year Member
Posts: 8,159
Reputation Power: 394
Emazing-Lights wrote
inuyasha555 wrote
EdaDixon wrote I saw a topic of a guy asking how to get the slimeballs after he built his farm, might i suggest adding that?


I'll put that in now. According to the source code, only slimes that are size 1 drop slime balls.

protected int getDropItemId()
{
if(getSlimeSize() == 1)
{
return Item.slimeBall.shiftedIndex;
} else
{
return 0;
}
Try also adding that you if you kill a big or medium slime with a weapon besides the Bow they wont split.


Added that for now, I still can't find any evidence of this in the source mostly because I don't speak java.
#19. Posted:
AdamSandler
  • New Member
Status: Offline
Joined: Jul 08, 201212Year Member
Posts: 23
Reputation Power: 0
Status: Offline
Joined: Jul 08, 201212Year Member
Posts: 23
Reputation Power: 0
Great post, I finally found slime in my world!
#20. Posted:
HungerGames123
  • Resident Elite
Status: Offline
Joined: Jul 01, 201212Year Member
Posts: 228
Reputation Power: 8
Status: Offline
Joined: Jul 01, 201212Year Member
Posts: 228
Reputation Power: 8
Nice info mate. Thanks.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.