@zanzlanz

Zanzlanz

Ask @zanzlanz

Sort by:

LatestTop

What did you dream about last night?

One of my dreams was that I released a Mine Blocks update before it was finished. When I realized how many things would break, I panicked and tried to undo the update xD!

Do you use Perlin Noise for terrain generation in the MineBlocks games?

PeterGlassJar
I don't! I find that Perlin Noise is too hard to fine tune and control for situations like seamless biomes, cliffs, and other very specific scenarios.
For Mine Blocks 1 it just keeps track of a slope variable and linearly traverses the whole world when it generates.
For Mine Blocks 2, each world genchunk (worth one biome of size, but encompasses half of two adjacent biomes) calculates a start and end height depending on the biomes (this is sort of like Perlin noise, sure). Here's what it looked like in its early stages:
http://zanzlanz.tumblr.com/post/43397340027
But then, for the hills, it uses a stacking and removal technique I "invented" here: https://www.youtube.com/watch?v=e7Dwh9U71lMzanzlanz’s Video 142484577551 e7Dwh9U71lMzanzlanz’s Video 142484577551 e7Dwh9U71lM and first implemented it into this thing: https://youtu.be/3thB8uQ-H6I?t=21szanzlanz’s Video 142484577551 3thB8uQ-H6Izanzlanz’s Video 142484577551 3thB8uQ-H6I
So I guess MB2 *effectively* uses one layer of Perlin noise and fills it in with a custom algorithm :D

View more

zanzlanz’s Video 142484577551 e7Dwh9U71lMzanzlanz’s Video 142484577551 e7Dwh9U71lM

Are you planning anything with the mineblocks redstone system?

fhhghf
Yes, when the block logic is rewritten on the main code, I'm hoping for off-screen redstone updating. This is what is has stopped stuff like command blocks and daylight sensors from being implemented so far. So, HYPE!

Related users

can you make full screen in mineblocks?

marianoantonette’s Profile PhotoAntonette Mariano
I think so! I know there are some nuances with it (the version of Flash that supports it might not work on Linux, for example), but I'll be looking more into this soon!
I'll definitely want to have this working when the game is written in Haxe, because hopefully it wont blur pixels when using its native resolution (and it wouldn't lower FPS I assume). :D
Liked by: Antonette Mariano

Will you change the way redstone works in mineblocks? For example, being able to make it run up walls? Will it be different than the minecraft redstone system??

123
I've definitely thought about stuff like this! Redstone is a lot more limited in 2D, so it makes sense to add this sort of feature. To me, I would feel bad abandoning the limitations of 3D redstone just to make it "easier", because I think 2D redstone has a ton of potential still.
So yeah, short answer is that I'm not sure yet! I think there will be a redstone update probably around 1.32 or 1.33?

Why does it take 54 experience levels to get a max enchantment in Mine Blocks?

Samuel Copeland
It's not, but it's based on a random draw of 5 enchantments for the tool - then it picks the top one. It does this until it uses up as many enchantments as possible.
The highest costing enchantment is fortune 3 on axes (worth 38 levels for some reason). But most of the highest-tier enchantments are around 20-25 levels. ^^
This is somewhat because levels are linear in Mine Blocks (they are essentially exponential in Minecraft).
Hope that makes sense!

Will it be possible to use the right click with haxe?

Yes, because everything that is possible in Flash is also possible in Haxe! :)

How many visits does Mine Blocks currently have?! :0 :D

It's probably around 100000 visits a day, across all versions on all websites. :)
I'm not sure how many visits total though! Many millionz haha xD
Liked by: Crystal ❄️

What qualities do you think are necessary to having a successful career path?

If you want to work for yourself, you should be passionate, adaptive, risky, and clever. Network with people who share your interests, and always seek potentially rewarding opportunities.
It helps to be able to know yourself well, so you can extract these qualities and improve them consciously :) You can't doubt yourself - believe you will succeed!

Have you ever tried to make a small game but in the end the idea turned out badly and decided to cancel it? :0

Yes, sure! Usually happens on the first couple days of development. :)
It happened a lot in 2013. But now I normally don't make new projects without a good idea about what I'm going to do :D
(like, none of these games were released: https://vine.co/v/bT7xWVtpPer)

In the next update of mine blocks 2 will the worlds be deleted automatically after updating? D:

Noo, I wouldn't do that!
If I had to, the worst I would do is drop support for the old files, and have a way for people to still play those worlds in the old version of the game. But I don't think I will even have to do that. :)

Is it possible to add more background songs in mine blocks? it would be great! :D

It would be nice to update the music for sure!
I have to be careful though, since music takes up most of the filesize for the game, which means longer loading times, and bigger download sizes. :]

Is there a crafting recipe for fermented spider eye in Mine Blocks? I tried the Minecraft recipe and several variations and none of them work.

Samuel Copeland
Yes, and the recipe is the same as in Minecraft.
It's possible you're running a slightly older version of the game (in which case, you can find the latest version on: my website, Newgrounds, or Kongregate). :D
Is there a crafting recipe for fermented spider eye in Mine Blocks I tried the

Have you planned for mine blocks 3? :D

Well, sorta! This year has been a huge step towards that, as I've learned shader development and I've started working on my first 3D multiplayer game this month (I'll have more info on that soon! You saw a screenshot on Twitter :D). The next steps would probably be working up to a solid C++ engine.
One of the issues is that a lot of games are coming out that implement some of the design that Mine Blocks 3 was going to have, and I don't want to really resemble them (neither on purpose or on accident). :)
Well anyway, I have a handful of project that should have my attention before I do anything with MB3. It's tough to juggle so many things at once, haha.

Have you thought of an anniversary for the 5 years of mine blocks? I think not since it is a game of minecraft but in 2D is the idea is not original so I probably have not thought any special for the 5 years of mine blocks, but, I do not know, I want to know your answer xD

It's going to be the 6th year anniversary next, since I started the game in 2011. :D
I didn't really plan ahead for the anniversary, it just happened too quickly! I should definitely do something for the 10-year one though!

I tried to download Mine Blocks but when i did and opened the game it kept playing music and sounds from mobs and flashing pictures of blocks. Help please.

i_will _not_tell_you
It seems like the packager I'm using is slowly becoming incompatible with different computers. In 1.29 I'll try to release as an AIR package which should fix it all :)
In terms of fixing your issue, I recommend using the "NON-EXE" version. Sorry for the glitches!

Do you ever get weird or annoying questions and ask yourself, "ugh... why do I even"?

PeterGlassJar
It's mostly the questions asking if I'm going to add multiplayer/villagers/herobrine to Mine Blocks. I've stopped answering and reading those since I've answered them too many times. They are in the FAQ anyway.
The questions here haven't been annoying though, ever since I disabled anonymous questions, haha :D
As for weird questions, I guess I don't get too weird of ones. The ones I delete are normally just suggestions, repeats, or something I have too hard of a time answering.

Hello Zanzlanz, i'm a big fan of Mineblocks! This game is not like Minecraft, is soooooooooooooooooooooooooooooooo better! I want to ask if you can add the Hot Chocolate to Mineblocks. If you drink 3 times (in survival) you take 1 damage beacuse is so much hot. I wait answer. Byeeeeeee

LuckyiCube52’s Profile PhotoLuckyiCube52
Hey Lucky! Thanks man, that's really nice of you to say c:
I like your suggestion btw - I'd love to add some chocolate stuff after cocoa is farmable, and hot chocolate sounds like a fun one! :)

Is ZanzCode? What do you plan to do with your program? :D

The plan is to make a simple cross-platform script + a bunch of tools to make small games. Then allow people to share them with anyone else to play.
I really just wanted something so I could program things on mobile, but I think the idea is can be way bigger than that!

Zanzlanz could you add boats like a titanic?! if the ship could sink with physics like the game sinking simulator?

Fun fact: If the Titanic was placed in Mine Blocks, it would take up a fourth of the size of the world. :)
I was thinking it might be cool to be able to link rafts together or something. I'm not sure how it would work if it wasn't in flat water though.

Will you add armor color like you can color your armor like redstone makes the armor red. Could you? It would make the game a lot more cooler and can you please reply i would really like and answer!

This was already added in the last update: youtu.be/-4gg7NrWhDM?t=1m52s

Do you agree that good things come to those who wait?

Not totally! Surely good things come to those who are not impatient. But taking risks and taking initiatives is a big part in being successful.
Don't wait around to do something that could have amazing results :)

Next

Language: English