You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
Status: Offline
Joined: Oct 22, 201014Year Member
Posts: 8,135
Reputation Power: 340
Status: Offline
Joined: Oct 22, 201014Year Member
Posts: 8,135
Reputation Power: 340
February wrote Ohai there! <3Just type Quesadila in the seed slot and when you search for slimes it will convert into numbers.
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.
- 1useful
- 0not useful
#12. Posted:
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?
- 1useful
- 0not useful
#13. Posted:
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;
}
- 1useful
- 0not useful
#14. Posted:
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
Thanks
- 0useful
- 0not useful
#15. Posted:
Status: Offline
Joined: Oct 22, 201014Year Member
Posts: 8,135
Reputation Power: 340
Status: Offline
Joined: Oct 22, 201014Year Member
Posts: 8,135
Reputation Power: 340
inuyasha555 wroteTry also adding that you if you kill a big or medium slime with a weapon besides the Bow they wont split.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;
}
- 0useful
- 0not useful
#16. Posted:
Status: Offline
Joined: Oct 22, 201014Year Member
Posts: 8,135
Reputation Power: 340
Status: Offline
Joined: Oct 22, 201014Year 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 hereYou 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.
Thanks
- 0useful
- 0not useful
#17. Posted:
Status: Offline
Joined: Feb 21, 201212Year Member
Posts: 528
Reputation Power: 20
Emazing-Lights wroteFebruary wrote Ohai there! <3Just type Quesadila in the seed slot and when you search for slimes it will convert into numbers.
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.
Ite. Thanks <3
- 0useful
- 0not useful
#18. Posted:
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 wroteinuyasha555 wroteTry also adding that you if you kill a big or medium slime with a weapon besides the Bow they wont split.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;
}
Added that for now, I still can't find any evidence of this in the source mostly because I don't speak java.
- 0useful
- 0not useful
#19. Posted:
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!
- 0useful
- 0not useful
#20. Posted:
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.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.