[Game] VoxeLibre (formerly known as MineClone2) [0.86]

User avatar
Wuzzy
Member
Posts: 4800
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Game] MineClone 2 [0.33.0]

by Wuzzy » Post

I think the existing help is pretty extensive already?!
There's even a large help button in the command block formspec which explains pretty much everything. I don't know what else I am supposed to do.

If you actually meant the wiki block from the wiki block mod, the answer is no. The wiki block will not be added.

User avatar
GamingAssociation39
Member
Posts: 858
Joined: Mon Apr 25, 2016 16:09
GitHub: Gerold55
IRC: Gerold55
In-game: Gerold55
Location: Maryland, USA

Re: [Game] MineClone 2 [0.33.0]

by GamingAssociation39 » Post

Image
Attachments
Screenshot (232).png
Screenshot (232).png (617.79 KiB) Viewed 622 times
Jesus Is Lord and Savior!!!

Chem871
Member
Posts: 999
Joined: Sat Aug 19, 2017 21:49
GitHub: Chemguy99
In-game: Chem Nyx
Location: My Basement's Attic

Re: [Game] MineClone 2 [0.33.0]

by Chem871 » Post

What's the context of the screenshot?
What is SCP-055?

User avatar
GamingAssociation39
Member
Posts: 858
Joined: Mon Apr 25, 2016 16:09
GitHub: Gerold55
IRC: Gerold55
In-game: Gerold55
Location: Maryland, USA

Re: [Game] MineClone 2 [0.33.0]

by GamingAssociation39 » Post

Chem871 wrote:What's the context of the screenshot?
The error at the top.
Jesus Is Lord and Savior!!!

User avatar
Wuzzy
Member
Posts: 4800
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Game] MineClone 2 [0.33.0]

by Wuzzy » Post

Did you still not click on the help button? :P What's your problem?

By the way, the UTF-8 failure is not my fault.

User avatar
GamingAssociation39
Member
Posts: 858
Joined: Mon Apr 25, 2016 16:09
GitHub: Gerold55
IRC: Gerold55
In-game: Gerold55
Location: Maryland, USA

Re: [Game] MineClone 2 [0.33.0]

by GamingAssociation39 » Post

Wuzzy wrote:Did you still not click on the help button? :P What's your problem?

By the way, the UTF-8 failure is not my fault.
I did click it and tried to use it and I got that same error

I put in:

@nearest give default:apple
Jesus Is Lord and Savior!!!

User avatar
GamingAssociation39
Member
Posts: 858
Joined: Mon Apr 25, 2016 16:09
GitHub: Gerold55
IRC: Gerold55
In-game: Gerold55
Location: Maryland, USA

Re: [Game] MineClone 2 [0.33.0]

by GamingAssociation39 » Post

Idk if this is something you can fix. It's minor though to say the least.
Image
Attachments
Screenshot (241).png
Screenshot (241).png (728.56 KiB) Viewed 622 times
Jesus Is Lord and Savior!!!

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [Game] MineClone 2 [0.33.0]

by azekill_DIABLO » Post

that dark squid?
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
GamingAssociation39
Member
Posts: 858
Joined: Mon Apr 25, 2016 16:09
GitHub: Gerold55
IRC: Gerold55
In-game: Gerold55
Location: Maryland, USA

Re: [Game] MineClone 2 [0.33.0]

by GamingAssociation39 » Post

azekill_DIABLO wrote:that dark squid?
I have no idea what that is :(
Jesus Is Lord and Savior!!!

User avatar
Wuzzy
Member
Posts: 4800
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Answers!

by Wuzzy » Post

Oh. Sorry about command block confusion. You used the command block completely wrong. Apparently the help text is too complicated / poorly written. I just noticed I didn't even make an example, but I should.

So, this syntax is wrong:

Code: Select all

@nearest give default:apple
You are supposed to enter in a command just like you would in the F10 console, minus the leading slash. Use “/help all” in console for the list of commands.
This means, the command name comes always first!

Since “@nearest” is not a command, that's why it errors.
If you want to give an apple to the nearest player, you are supposed to write:

Code: Select all

give @nearest mcl_core:apple
(Also note the different itemstring for the apple!)

Well, probably I made the mob spawner and command block available too early in Creative Inventory. ;-) Sorry about that.

Yeah, this black thing in the screenshot is a squid. It's a strange bug, they seem to appear out of nowhere. There's a bug in the Mobs Redo mod (which I use) which allows swimming mobs to swim onto land quite far: https://github.com/tenplus1/mobs_redo/issues/129

Chem871
Member
Posts: 999
Joined: Sat Aug 19, 2017 21:49
GitHub: Chemguy99
In-game: Chem Nyx
Location: My Basement's Attic

Re: [Game] MineClone 2 [0.33.0]

by Chem871 » Post

Aren't command blocks like cheating?
What is SCP-055?

User avatar
PEAK
Member
Posts: 187
Joined: Mon Jun 08, 2015 20:32
In-game: PEAK
Contact:

Re: [Game] MineClone 2 [0.33.0]

by PEAK » Post

Either the doors open to the wrong side or the textures are mirrored:ImageImage
Attachments
MC_Doors_02.png
MC_Doors_02.png (95.89 KiB) Viewed 622 times
MC_Doors_01.png
MC_Doors_01.png (93.41 KiB) Viewed 622 times
I am okay with using the screenshots in all my posts for the website of Minetest (http://minetest.net).

User avatar
GamingAssociation39
Member
Posts: 858
Joined: Mon Apr 25, 2016 16:09
GitHub: Gerold55
IRC: Gerold55
In-game: Gerold55
Location: Maryland, USA

Re: [Game] MineClone 2 [0.33.0]

by GamingAssociation39 » Post

I've had that same issue so I've had to flip the textures.
Jesus Is Lord and Savior!!!

User avatar
Wuzzy
Member
Posts: 4800
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Game] MineClone 2 [0.33.0]

by Wuzzy » Post

Command blocks are not cheats as they can only be gotten in Creative Mode or via commands.
I just fixed the spruce door textures. xD

User avatar
GamingAssociation39
Member
Posts: 858
Joined: Mon Apr 25, 2016 16:09
GitHub: Gerold55
IRC: Gerold55
In-game: Gerold55
Location: Maryland, USA

Re: [Game] MineClone 2 [0.33.0]

by GamingAssociation39 » Post

All the doors were doing the same thing to me except for the iron door so...
Jesus Is Lord and Savior!!!

zargulthewizard
Member
Posts: 249
Joined: Wed Jul 26, 2017 18:10
In-game: zargul

Re: [Game] MineClone 2 [0.33.0]

by zargulthewizard » Post

How come nobody noticed when I posted the squid bug?

Probably because I put it in a boring and uninformed list :P

Note: sometimes they turn black, but recently a few don't.
May God be with you, always.

User avatar
GamingAssociation39
Member
Posts: 858
Joined: Mon Apr 25, 2016 16:09
GitHub: Gerold55
IRC: Gerold55
In-game: Gerold55
Location: Maryland, USA

Re: [Game] MineClone 2 [0.33.0]

by GamingAssociation39 » Post

The bug has been noticed.
Jesus Is Lord and Savior!!!

zargulthewizard
Member
Posts: 249
Joined: Wed Jul 26, 2017 18:10
In-game: zargul

Re: [Game] MineClone 2 [0.33.0]

by zargulthewizard » Post

Will the extermination of the amphibian squids be too much to ask for Christmas (and, yes, I know it's only 23.3 days till Christmas at the time of this post).

Err, Minetest days, that is.

They are 24 minutes long, right?
May God be with you, always.

Sokomine
Member
Posts: 4287
Joined: Sun Sep 09, 2012 17:31
GitHub: Sokomine
IRC: Sokomine
In-game: Sokomine

Re: [Game] MineClone 2 [0.33.0]

by Sokomine » Post

zargulthewizard wrote: Will the extermination of the amphibian squids be too much to ask for Christmas (and, yes, I know it's only 23.3 days till Christmas at the time of this post).
Oh no! Let them live! The sunbathing squids are a very entertaining sight. You can't condemn them to stay in water after all this time they've been on land. They seem to prefer air by now.
A list of my mods can be found here.

zargulthewizard
Member
Posts: 249
Joined: Wed Jul 26, 2017 18:10
In-game: zargul

Re: [Game] MineClone 2 [0.33.0]

by zargulthewizard » Post

*Chuckles*
May God be with you, always.

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [Game] MineClone 2 [0.33.0]

by azekill_DIABLO » Post

*squid evolution*
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

zargulthewizard
Member
Posts: 249
Joined: Wed Jul 26, 2017 18:10
In-game: zargul

Re: [Game] MineClone 2 [0.33.0]

by zargulthewizard » Post

Well, just give them a nature reserve or two with access from the ocean. I got attacked by one on another website 'cause he thought I was wearing sunglasses, so I'm not exactly all that sympathetic.
May God be with you, always.

blackbomberman
New member
Posts: 1
Joined: Thu Dec 28, 2017 22:15

Error on piston?

by blackbomberman » Post

Hello.

Congratulations for your great job.

My son and I enjoy a lot learning with your game. :)

I think I found a error. when I use a piston (or sticky piston) horizontal, and I add a redstone block (or redstone torch), it works well regardless of which face I put the block. However when I put the piston verticaly there is a face that never activates the piston.
Image
Image

is it ok?

User avatar
Wuzzy
Member
Posts: 4800
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Game] MineClone 2 [0.33.0]

by Wuzzy » Post

Whoops! Okay, I just fixed the piston bug. Thanks for finding it.

zargulthewizard
Member
Posts: 249
Joined: Wed Jul 26, 2017 18:10
In-game: zargul

Re: [Game] MineClone 2 [0.33.0]

by zargulthewizard » Post

I dunno if this helps, but I've been watching several Lego Minecraft animation videos on youtube and they actually seem to tell you some useful stuff while being entertaining. One thing I (hopefully) learned is that there are apparently master spawners for each type of monster, guarded by a king monster. If that master spawner is destroyed, that monster never spawns again.
May God be with you, always.

Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests