Author Topic: Our Minecraft Server Status Updates  (Read 36233 times)

hamsterboy9

  • Scribe of Self
  • Forum Moderator
  • Sr. Member
  • *****
  • Posts: 254
Re: Our Minecraft Server Status Updates
« Reply #45 on: December 08, 2011, 11:33:03 PM »
Hooooow do you make an exp grinder?  I've been waiting for Sparklez to show me, but you're all, "lol, done" and I'm all "Teach me your waaaays."  :C

milesluigi

  • Miles Luigiworth
  • Administrator
  • Hero Member
  • *****
  • Posts: 551
    • Techyoshi.com
Re: Our Minecraft Server Status Updates
« Reply #46 on: December 08, 2011, 11:53:54 PM »
Start off by watching this video. It's a good starting point, and I will be using it as a reference, but don't follow the guide verbatim, as it doesn't work in survival multiplayer: www.youtube.com/watch?v=7QSXWlPvGAo

The key here is to create a mechanism that drops mobs 23 blocks down. Dropping this far causes 9.5 hearts of damage, and leaves any entity that has 10 hearts to have only 0.5 heart; enough to die from a single punch. Mobs don't drop EXP when they die naturally, but do drop exp when in some-way-shape-or-form they are killed by the player.

Now, in the video I shared the guy gains exp by punching skeletons. In survival multiplayer, collisions are buggy, and the skeletons will shoot you if you setup your grinder in the same way in that video. However, there's a solution to this.

A splash potion of instant healing or regeneration will also kill mobs. Furthermore, due to splash potions' radius, it will hit the mobs despite collisions being buggy in SMP, and mobs still drop EXP when killed by a splash potion.

Here is the blueprint: http://vavo.dk/minecraft/xp/xpfarmdropwater.png

In the case of our exp grinder, I actually have the bottom of the chute closed off by a dirt block. Splash potions work through walls, so as long as the wall isn't thick it will still work. I also setup a simple redstone piston circuit that cuts off more skeletons from falling to the bottom of the chute so I can collect exp without being shot by skeletons (it also releases a weak lava stream into the chute to kill any skeletons up above.)

This video was made to be shared with only Evilpoptart and Brit_Brit; however, I trust anyone who reads/lurks this forum board can understand the context I am talking in: http://www.youtube.com/watch?v=EutaqAr-Gvs

Last but not least, it takes time for the chute to fill with mobs. Getting 85EXP in five minutes is FALSE ADVERTISING.

milesluigi

  • Miles Luigiworth
  • Administrator
  • Hero Member
  • *****
  • Posts: 551
    • Techyoshi.com
Re: Our Minecraft Server Status Updates
« Reply #47 on: December 17, 2011, 01:07:40 AM »
Alright, partially because of Evilpoptart's ambition in our Minecraft server, I started work on my first mega project.


I've always wanted to make a dodecahedron in Minecraft. The shape has a lot of symmetry being a platonic solid, and it would let me show my love for geometry.

Given Minecraft's voxel nature, I need to create the shape large enough that it can be identified as a dodecahedron easily. Also, since I want to use it as a part of my house, I should build it large enough to fit my needs.

First off, there's absolutely no way I could "eyeball" the creation of the dodecahedron. I could create a cube or an octahedron by "eyeballing", but I cannot do this for a dodecahedron. Therefore, I need to create a list of vertices that can be used to construct a dodecahedron.

Now, if you had a model dodecahedron in your hands, you could lay it on one of the pentagonal faces. Doing this places one face on the ground, one on the top, and ten others all facing different sides. The dodecahedron has twenty vertices, and placing a dodecahedron in this orientation allows one to easily identify the position of ten of those vertices. Five of them are on the ground, and the other five are sitting on the top, two inscribed radii above the ground pentagon (and rotated 180 degrees.)

As for the other ten vertices, I'll save the math and just link this article if you want to learn more. (You better remember your geometry if you want to understand): http://www.kjmaclean.com/Geometry/dodecahedron.html

From there, I created an excel spreadsheet that would give me all twenty vertices of a dodecahedron laying on one of its faces on the ground, given it's center and side-length:


I choose a side length of 26. It makes the dodecahedron large enough to be recognizable as a dodecahedron. I also choose the coordinates I did, as it would place the dodecahedron's bottom base on-level with the ground level in Minecraft, and the top within the normal limits of Minecraft maps. I also rounded off the coordinates for my own sanity.

Now, it takes more than the knowledge of where the vertices are to create the dodecahedron. Otherwise, all I would have are twenty floating blocks in the ground and sky showing me the vertices of a dodecahedron. I need to create the side lengths as well to create something that is recognizable. I could eyeball the lines from vertex to vertex, but that is not the best possible way.

Instead, I'm going to use what it called Bresenham's Line algorith It's an algorithm made to create a line given a raster space. In other words, the algorithm will allow me to create straight lines in Minecraft.

A dodecahedron has thirty sides (more specifically, edges.) I created a simple program that ran Bresenham's algorithm on every edge, and outputted each line into different text files. Here's an example of one of those files:
Code: [Select]
29,86,21
29,87,20
30,87,19
30,88,18
30,89,17
31,89,16
31,90,15
31,91,14
32,91,13
32,92,12
32,93,11
33,93,10
33,94,9
33,95,8
34,95,7
34,96,6
34,97,5
35,97,4
35,98,3
35,99,2
36,99,1
36,100,0

As you can see, doing this gives me where to place the blocks in Minecraft to create every edge.

On the next post, I will detail gathering the blocks to create the structure, pictures during its creation, and finally I will have a video with Evilpoptart showing both of our houses. Evilpoptart has other mega-plans, and believe me they will show his true character. (However, you guys will probably not see any development pictures of his house, as seeing one picture would spoil the thing he did.)
« Last Edit: December 17, 2011, 03:28:06 AM by milesluigi »

hamsterboy9

  • Scribe of Self
  • Forum Moderator
  • Sr. Member
  • *****
  • Posts: 254
Re: Our Minecraft Server Status Updates
« Reply #48 on: December 17, 2011, 04:55:55 PM »
Yay!  Good luck, guys!

milesluigi

  • Miles Luigiworth
  • Administrator
  • Hero Member
  • *****
  • Posts: 551
    • Techyoshi.com
Re: Our Minecraft Server Status Updates
« Reply #49 on: January 12, 2012, 01:30:16 AM »
Alright. So I knew I needed a lot of materials to build a dodecahedron with a side length of 26. There are 30 sides to a dodecahedron, so some basic math would state that I would need 26*30 of something, or 780 of something.

I decided to collect Obsidian. I made this choice before Jeb changed the time it took to mine Obsidian, so I was calculating it would take two/three good days in Minecraft to collect what I need.

Turns out, I only needed five hours with an Efficiency IV pickaxe.

Next, I had to find a spot. I needed something somewhat flat with nice scenery nearby. This is what I found:


This needed to be flattened a little. I first cut down all of the trees.


After that, it was time to run all the way back to base to make another diamond shovel and diamond pick. It was time to flatten some land.
 
I had some help from Brit_Brit. The diamond equipment did die, so we had to use stone equipment to finish. However, when we were done:

Just before I started, I created a little shelter for myself beside the location for the dodecahedron. I also knew that I wanted wool, so I baited two sheep into my shelter.


Now, it was time to build! I took all of that obsidian I collected, and a little dirt to help me place the obsidian, and got started.


I worked day and night :P


And now time for an image dump:


Mobs could spawn on the top of the structure, but I didn't bother to light it up yet. I had fun sniping zombies and creepers off of the edges.


At some point I installed the Mine Little Pony mod. The mod will give your character a generic pony skin if you don't have one installed. In my case, both Evilpoptart and I look like the Mayor.


After I created the wireframe, I began to ponder how I wanted to layout a house inside. After making up my mind, I've decided I need to create surfaces on my shape. As of this post, I only have two surfaces done.




Finally, yours truly has a proper pony skin now (note to self, take picture without armor:

Mr.HotDog

  • Hotdog master
  • Jr. Member
  • **
  • Posts: 64
Re: Our Minecraft Server Status Updates
« Reply #50 on: June 28, 2012, 06:57:07 AM »
Oh god we need a new Zombie Pigman free hallway Miles:
Mobs now spawn on slabs. (1.3 update)
Any idea's?
My dinner is cookies and my snack is vegetables.

milesluigi

  • Miles Luigiworth
  • Administrator
  • Hero Member
  • *****
  • Posts: 551
    • Techyoshi.com
Re: Our Minecraft Server Status Updates
« Reply #51 on: June 28, 2012, 03:21:23 PM »
I'm going to wait for 1.3 to actually release. It's my understanding that mobs will only spawn on top-positioned slabs, not the bottom position ones. If they spawn on both top and bottom slabs, I'll have to create an addendum video saying to only use stairs and glass. And I have a **** ton of nether to renovate.

Thank you for the heads-up though.

Mr.HotDog

  • Hotdog master
  • Jr. Member
  • **
  • Posts: 64
Re: Our Minecraft Server Status Updates
« Reply #52 on: July 01, 2012, 09:24:48 AM »
If slabs won't do we can try fences or a cake floor  :awesome:
My dinner is cookies and my snack is vegetables.

milesluigi

  • Miles Luigiworth
  • Administrator
  • Hero Member
  • *****
  • Posts: 551
    • Techyoshi.com
Re: Our Minecraft Server Status Updates
« Reply #53 on: February 05, 2013, 03:51:42 PM »
For those of you wondering, Evilpoptart and I will record Minecraft videos sometime soon in a similar vein to the Brutal Doom videos. We plan on starting up a new world and killing the Enderdragon. Along the way, we'll both build some cool things to show off; I also plan on getting back to work on the Dodecahedron. We also plan on doing some custom maps, but that'll be a little bit off.

It's my goal to make this an actually entertaining LP, and by golly, even if I fall flat on my face, I will try damn hard to reach that goal.

I foresee this thread's future will probably start to show more "behind the scenes" of what's going on. Wish I had more to say, but I'm contemplating what pony's name should be our LP world seed.

Mr.HotDog

  • Hotdog master
  • Jr. Member
  • **
  • Posts: 64
Re: Our Minecraft Server Status Updates
« Reply #54 on: February 06, 2013, 09:28:03 AM »
For those of you wondering, Evilpoptart and I will record Minecraft videos sometime soon in a similar vein to the Brutal Doom videos. We plan on starting up a new world and killing the Enderdragon. Along the way, we'll both build some cool things to show off; I also plan on getting back to work on the Dodecahedron. We also plan on doing some custom maps, but that'll be a little bit off.

It's my goal to make this an actually entertaining LP, and by golly, even if I fall flat on my face, I will try damn hard to reach that goal.

I foresee this thread's future will probably start to show more "behind the scenes" of what's going on. Wish I had more to say, but I'm contemplating what pony's name should be our LP world seed.
Did you already said it to Brit Brit? so she can get some time to save the builds she has on the server.
My dinner is cookies and my snack is vegetables.

milesluigi

  • Miles Luigiworth
  • Administrator
  • Hero Member
  • *****
  • Posts: 551
    • Techyoshi.com
Re: Our Minecraft Server Status Updates
« Reply #55 on: February 06, 2013, 11:34:18 AM »
I have multiworld installed on the Minecraft server. When the time comes, I'll make world lp, world lpnether, and world lpend. Each should be obvious; no need to delete old worlds.

Kiritora

  • Jr. Member
  • **
  • Posts: 3
  • Derp
Re: Our Minecraft Server Status Updates
« Reply #56 on: February 21, 2013, 03:21:42 PM »
I've been meaning to get myself a minecraft account soon.

I just need people to play with. xD How much is an account again?