Page 1 of 1

Minecraft map

PostPosted: 15 Jun 2012, 06:06
by DesertStormWolf
This is a map i though to create on my lava server its what i think minecraft classic single player looks like its not 100% accurate but to me its fine

Re: Minecraft map

PostPosted: 15 Jun 2012, 06:07
by DesertStormWolf
DesertStormWolf wrote:This is a map i though to create on my lava server its what i think minecraft classic single player looks like its not 100% accurate but to me its fine

</Map>
<Map name="minecraft" phase1="0" phase2="0" author="DesertStormWolf">
<Source block="creeping" x="106" y="63" z="12" type="" delay="0" />
I forgot to add the coordinates for it i am sorry

Re: Minecraft map

PostPosted: 25 Jun 2012, 11:55
by dzienny
It's a nice map, but a bit too big. The best dimensions are those that meets the following requirement:
Code: Select all
width * height * depth <= 262 144

So the optimal dimensions are for example:
64x64x64 (= 262 144)
32x128x64 (= 262 144)
256x32x32 (= 262 144)
...
...
etc.

Re: Minecraft map

PostPosted: 26 Jun 2012, 11:54
by DesertStormWolf
dzienny wrote:It's a nice map, but a bit too big. The best dimensions are those that meets the following requirement:
Code: Select all
width * height * depth <= 262 144

So the optimal dimensions are for example:
64x64x64 (= 262 144)
32x128x64 (= 262 144)
256x32x32 (= 262 144)
...
...
etc.

thx mate and ik i lag hard core on the map i will remake it in a more smaller map next time thx for the dimensions