Page 66 of 121

Re: [Game] MineClone 2 [0.57.0]

Posted: Sun Dec 29, 2019 13:39
by r1bnc
I've just discovered this game (mineclone2), it works on my GNU+Linux but not on my Android 7 (LineageOS) the minetest just crashes/exists after initialization of the game.

Re: [Game] MineClone 2 [0.57.0]

Posted: Sun Dec 29, 2019 14:18
by Wuzzy
An error message might be helpful.

Or the last 100 lines of debug.txt (if you can access this file somehow).

Re: Version 0.57.0 released!

Posted: Sun Dec 29, 2019 17:46
by jjk1
Wuzzy wrote: Add dried kelp, the cheapest food
Solange man es nicht züchten kann, ist es ehrlich gesagt eins der schlechtesten Essen, die es gibt. es sollte so wachsen, wie Zuckerrohr oder Kakteen.

Re: [Game] MineClone 2 [0.57.0]

Posted: Mon Dec 30, 2019 07:43
by Walker
is there any advanced nodes like light, light_source etc. ?

Re: [Game] MineClone 2 [0.57.0]

Posted: Mon Dec 30, 2019 10:30
by Wuzzy
I don't know what you mean. Of course there are light sources: torch, sea lantern, jack'o lantern, redstone torch, glowstone.

Re: [Game] MineClone 2 [0.57.0]

Posted: Mon Dec 30, 2019 11:29
by Walker
oh sorry ^^

i mean nodes that looks like air ( not visible ) but emit light

would be important to illuminate a cave without having visible light sources (for ambience)

Re: [Game] MineClone 2 [0.57.0]

Posted: Mon Dec 30, 2019 11:46
by Wuzzy
No, such a thing doesn't exist in MCL2. But it would be fairly trivial to write a mod that does that. But I won't do it because I don't care. :P Maybe you're lucky and such a mod already exists somewhere.

Re: [Game] MineClone 2 [0.57.0]

Posted: Mon Dec 30, 2019 12:41
by Walker
creating a corresponding mod is not difficult for me ...
only I wanted to ask first whether such nodes already exist to avoid redundancies ^^

Re: [Game] MineClone 2 [0.57.0]

Posted: Tue Dec 31, 2019 06:08
by r1bnc
Wuzzy wrote:An error message might be helpful.

Or the last 100 lines of debug.txt (if you can access this file somehow).
disregard, it was a missing file.
How to import my existing world from minetest game to mineclone2?

Re: [Game] MineClone 2 [0.56.2]

Posted: Sat Jan 04, 2020 15:50
by Miniontoby
Wuzzy wrote:
Miniontoby wrote:Is there an elytra for flying and fireworks for a boost
No. Or at least: Not yet.
I will help you with the code, because I am now making a code for it.

Re: [Game] MineClone 2 [0.57.0]

Posted: Wed Jan 08, 2020 10:00
by hajo
Is there a colors.txt to use with minetestmapper, for maps running MC2 ?

Re: [Game] MineClone 2 [0.57.0]

Posted: Wed Jan 08, 2020 12:12
by Wuzzy
No.

Re: [Game] MineClone 2 [0.57.0]

Posted: Wed Jan 08, 2020 17:40
by Lone_Wolf
hajo wrote:Is there a colors.txt to use with minetestmapper, for maps running MC2 ?
I'm pretty sure minetestmapper provides a mod for generating a colors.txt

Re: [Game] MineClone 2 [0.57.0]

Posted: Sat Jan 11, 2020 09:30
by bzt
hajo wrote:Is there a colors.txt to use with minetestmapper, for maps running MC2 ?
I've uploaded one in the other topic where you asked the same question.
r1bnc wrote:How to import my existing world from minetest game to mineclone2?
I'm unaware of a script that does that. In theory, it is enough to use sqlite3 on your map.sqlite and issue a few "UPDATE" commands to replace nodes (for example "default:andesite" => "mcl_core:andesite"), but the problem is, the data is zlib compressed and there's no one-to-one relation between MTG and MCL2 nodes. That is especially true if you have used lots of mods in MTG which all define their own node types. @Sokomine's handle_schematics mod is capable of such a conversion (to some extent), so I suppose you could try to save the entire world in an mts file and then import it (but I doubt it would work without glitches, and you'd have to use exactly the same mapgen with exactly the same seed). It worths a shot.

Cheers,
bzt

Re: [Game] MineClone 2 [0.57.0]

Posted: Sat Jan 11, 2020 10:42
by salvamea
Hi everyone, I wanted to know if it was possible farm gunpowder whit coal e graver?

Re: [Game] MineClone 2 [0.57.0]

Posted: Sat Jan 11, 2020 18:09
by Wuzzy
No.

Re: [Game] MineClone 2 [0.57.0]

Posted: Mon Jan 13, 2020 11:10
by khampf
Hi! I looked into setting up MineClone2 on Minetest on a couple of Android-tablets but the modinstaller Minetest Mods for Android is not able to find it on ContentDB. I am going to troubleshoot but if anyone has gotten further already I would love to know.

Re: [Game] MineClone 2 [0.57.0]

Posted: Mon Jan 13, 2020 11:35
by Linuxdirk
khampf wrote:Hi! I looked into setting up MineClone2 on Minetest on a couple of Android-tablets
Have you searched it like "MineClone2" or like "MineClone 2"?

Re: [Game] MineClone 2 [0.57.0]

Posted: Mon Jan 13, 2020 14:07
by Miniontoby
khampf wrote:Hi! I looked into setting up MineClone2 on Minetest on a couple of Android-tablets but the modinstaller Minetest Mods for Android is not able to find it on ContentDB. I am going to troubleshoot but if anyone has gotten further already I would love to know.
The Minetest mods for Android app is only for mods, not for games!!

Re: [Game] MineClone 2 [0.57.0]

Posted: Tue Jan 14, 2020 01:40
by rubenwardy
khampf wrote:Hi! I looked into setting up MineClone2 on Minetest on a couple of Android-tablets but the modinstaller Minetest Mods for Android is not able to find it on ContentDB. I am going to troubleshoot but if anyone has gotten further already I would love to know.
Minetest mods only supports mods, this is a game

Version 0.57.1

Posted: Sat Jan 18, 2020 03:59
by Wuzzy
Version 0.57.1 released!

Changelog:
  • Sea pickles added (only in Creative Mode). They grow on dead brain coral blocks underwater, have 4 possible sizes and make some light
  • Fix some recipes not being shown in crafting guide
  • Remove “awd” and “awpl” commands
  • Fix crash related to achievements
  • Add message when trying to spawn hostile mob when only peaceful mobs are allowed
  • Add workaround for when mobs try to glitch through walls (thanks, MysticTempest!)
  • Destroy end portal when neighboring bedrock is destroyed
  • Fix mob highlight sometimes not resetting
  • Fix shulker box losing all its contents when recoloring

Re: [Game] MineClone 2 [0.57.1]

Posted: Mon Jan 20, 2020 02:27
by Chem871
I was playing 0.57.0, and eternal fire was only created on top of netherrack, not the sides. Is this intentional?

Re: [Game] MineClone 2 [0.57.1]

Posted: Mon Jan 20, 2020 13:18
by Wuzzy
Yes.

Re: [Game] MineClone 2 [0.57.1]

Posted: Mon Jan 20, 2020 15:56
by Chem871
Thx, and are there any sources of light besides daylight that are bright enough to kill zombies?

Re: [Game] MineClone 2 [0.57.1]

Posted: Tue Jan 21, 2020 13:08
by Wuzzy
No.