Minecraft PSP LC Mod 2.0 [Last version]
- Darth Agnon
- Posts: 152
- Joined: Wed May 07, 2014 2:41 pm
- Location: United Kingdom
- Contact:
Re: Minecraft PSP LC Mod 1.3.1
Thanks, woolio; I didn't realise there were multiple pages in the Creative inventory. This is great! R+L+[Up] or [Down] to change pages in Creative.
I'm lovin' it! I'm glad you found my report useful. Thank you very much for your hard work on this project; it is amazing
Live long and prosper!
I'm lovin' it! I'm glad you found my report useful. Thank you very much for your hard work on this project; it is amazing
Live long and prosper!
Advertising

Like Wagic? Check out my custom themes, etc. at viewtopic.php?f=2&t=44148
Wololo's article: http://wololo.net/2016/07/14/new-wagic- ... rth-agnon/
- Darth Agnon
- Posts: 152
- Joined: Wed May 07, 2014 2:41 pm
- Location: United Kingdom
- Contact:
Re: Minecraft PSP LC Mod 1.3.1
Just wondering, woolio, you mentioned in the changelog "erosion". What does that mean?
Also, does anyone know a seed that will spawn a world with a dungeon?
Also, does anyone know a seed that will spawn a world with a dungeon?

Like Wagic? Check out my custom themes, etc. at viewtopic.php?f=2&t=44148
Wololo's article: http://wololo.net/2016/07/14/new-wagic- ... rth-agnon/
Re: Minecraft PSP LC Mod 1.3.1
Erosion of the landscape i meantDarth Agnon wrote:Just wondering, woolio, you mentioned in the changelog "erosion". What does that mean?
There are 3 dungeons in each world, but it is quite difficult to find them !Darth Agnon wrote:Also, does anyone know a seed that will spawn a world with a dungeon?
-
Camxpspx123
- Banned
- Posts: 265
- Joined: Sun Jul 15, 2012 6:23 pm
Re: Minecraft PSP LC Mod 1.3.1
I like your mod a lot ^^ !! I've checked the source because I like to see how you made things but for worldgen you make for exemple 5 times the for loop for gen bedrock,
!
Code: Select all
x:0--------->176 and z:0---------->176 = 176*176*5(times) but you can do it like
176*176*1(time) like something like this :
void WorldGenerator::initBedrock(int WORLD_SIZE, CraftWorld *world)
{
for (int z = 0; z < WORLD_SIZE; ++z)
{
for (int x = 0; x < WORLD_SIZE; ++x)
{
world->GetBlock(x, 0, z) = IronBlock::getID();//last one in set
if(rand()%2 == 0)
{
world->GetBlock(x, 1, z) = IronBlock::getID();//last one in set
}
if(rand()%4 == 0)
{
world->GetBlock(x, 2, z) = IronBlock::getID();//last one in set
}
if(rand()%6 == 0)
{
world->GetBlock(x, 3, z) = IronBlock::getID();//last one in set
}
if(rand()%8 == 0)
{
world->GetBlock(x, 4, z) = IronBlock::getID();//last one in set
}
}
}
}
-
Camxpspx123
- Banned
- Posts: 265
- Joined: Sun Jul 15, 2012 6:23 pm
Re: Minecraft PSP LC Mod 1.3.1
no caves ?
-
Georgi Sokolov
- Posts: 2
- Joined: Wed Dec 16, 2015 4:40 pm
Re: Minecraft PSP LC Mod 1.3.1
Dude that mod is simply amazing!!! I know that you said that you are hardly working on new updates, but i ask you if you can add a little more stuff in the game that will make it as good as mcpe or maybe even better. I mean something like adding sheep, chickens, fire, flowing water/lava, creepers , skeletons, bows, oppenable chest, sand that falls when you break the block underneath, working sponge, cactus that brakes when the bottom block is broken or placing a block next to it , stuff like that,
p.s. Some stuff that i can live without but i woud be like mindblown i i see any one of them them ingame. they are bigger maps, a small village with npc villagers on every map(not needed to be able to trade with you just moving around, minding their own bussines, reproducing, getting respawned if they are all killed, getting chased by zombers), pettable dogs(woud not that be just great), infinete worlds(if not maybe just a big map with different biomes that connects its edges to make it feel like infinite), nether(i guess that aint gonna happen but i guess a nether reactor core woud do the trick... probably not)
the one that i want the most are the villagers tho
p.s. Some stuff that i can live without but i woud be like mindblown i i see any one of them them ingame. they are bigger maps, a small village with npc villagers on every map(not needed to be able to trade with you just moving around, minding their own bussines, reproducing, getting respawned if they are all killed, getting chased by zombers), pettable dogs(woud not that be just great), infinete worlds(if not maybe just a big map with different biomes that connects its edges to make it feel like infinite), nether(i guess that aint gonna happen but i guess a nether reactor core woud do the trick... probably not)
the one that i want the most are the villagers tho
-
Georgi Sokolov
- Posts: 2
- Joined: Wed Dec 16, 2015 4:40 pm
Re: Minecraft PSP LC Mod 1.3.1
i forgot to ask for disappearing leaves when a tree is broken
- bronywhocodes
- Posts: 21
- Joined: Mon Dec 07, 2015 7:19 am
Re: Minecraft PSP LC Mod 1.3.1
are all the textures in the texture pack? i dont want to spend hours making a pack only to find that 1.3.2 comes out and i have to redo everything.
I am a coder. Python is My favourite. Also, here's my consoles that I can hack
Wii [unhacked (plz tutorial on how to code for wii)]
Psp go (6.61 pro cfw unbridled)
Wii [unhacked (plz tutorial on how to code for wii)]
Psp go (6.61 pro cfw unbridled)
-
Dzil_Aqlil_14
- Posts: 61
- Joined: Tue Dec 08, 2015 3:16 am
- Location: [MALAYSIA]
- Contact:
Re: Minecraft PSP LC Mod 1.3.1
keep crashing everytime click generate world... Help me, PLEASE !?
Sorry if I misspelled | I'm an Asian | Online Time : 8am-1pm [ UTC / Everyday]
PSP 1000 8 GB 6.61 - PRO-C / ME 2.3 [TA-081 / 01g / PHAT ]
Keeps ur eyes at [Who is online?]Thanks to all PSP users for keep up the PSP scene alive
~|_Sent_Via_PSP_|~
PSP 1000 8 GB 6.61 - PRO-C / ME 2.3 [TA-081 / 01g / PHAT ]
Keeps ur eyes at [Who is online?]Thanks to all PSP users for keep up the PSP scene alive
~|_Sent_Via_PSP_|~

