[Game] MineClone2 [0.86]

User avatar
r1bnc
Member
Posts: 38
Joined: Mon Dec 23, 2019 07:57
GitHub: r1bnc
IRC: r1bnc
In-game: r1bnc
Location: Philippines
Contact:

Re: [Game] MineClone 2 [0.57.0]

by r1bnc » Post

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.
cdb_4afce6e9210a
twitch.tv/r1bnc

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

Re: [Game] MineClone 2 [0.57.0]

by Wuzzy » Post

An error message might be helpful.

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

User avatar
jjk1
Member
Posts: 385
Joined: Sun Mar 10, 2019 17:00
GitHub: jjk4
IRC: jjk1
In-game: jjk1
Contact:

Re: Version 0.57.0 released!

by jjk1 » Post

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.

User avatar
Walker
Member
Posts: 1811
Joined: Tue Oct 03, 2017 09:22
In-game: Walker
Contact:

Re: [Game] MineClone 2 [0.57.0]

by Walker » Post

is there any advanced nodes like light, light_source etc. ?

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

Re: [Game] MineClone 2 [0.57.0]

by Wuzzy » Post

I don't know what you mean. Of course there are light sources: torch, sea lantern, jack'o lantern, redstone torch, glowstone.

User avatar
Walker
Member
Posts: 1811
Joined: Tue Oct 03, 2017 09:22
In-game: Walker
Contact:

Re: [Game] MineClone 2 [0.57.0]

by Walker » Post

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)

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

Re: [Game] MineClone 2 [0.57.0]

by Wuzzy » Post

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.

User avatar
Walker
Member
Posts: 1811
Joined: Tue Oct 03, 2017 09:22
In-game: Walker
Contact:

Re: [Game] MineClone 2 [0.57.0]

by Walker » Post

creating a corresponding mod is not difficult for me ...
only I wanted to ask first whether such nodes already exist to avoid redundancies ^^

User avatar
r1bnc
Member
Posts: 38
Joined: Mon Dec 23, 2019 07:57
GitHub: r1bnc
IRC: r1bnc
In-game: r1bnc
Location: Philippines
Contact:

Re: [Game] MineClone 2 [0.57.0]

by r1bnc » Post

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?
cdb_4afce6e9210a
twitch.tv/r1bnc

User avatar
Miniontoby
Member
Posts: 616
Joined: Fri Mar 01, 2019 19:25
GitHub: Miniontoby
IRC: Miniontoby
In-game: Miniontoby
Location: The Netherlands

Re: [Game] MineClone 2 [0.56.2]

by Miniontoby » Post

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.
Working on mtctl ---- Check my mod "Doorbell" -- Stay safe

hajo
Member
Posts: 606
Joined: Thu Oct 13, 2016 10:45
Location: DE
Contact:

Re: [Game] MineClone 2 [0.57.0]

by hajo » Post

Is there a colors.txt to use with minetestmapper, for maps running MC2 ?

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

Re: [Game] MineClone 2 [0.57.0]

by Wuzzy » Post

No.

User avatar
Lone_Wolf
Member
Posts: 2576
Joined: Sun Apr 09, 2017 05:50
GitHub: LoneWolfHT
IRC: LandarVargan
In-game: LandarVargan

Re: [Game] MineClone 2 [0.57.0]

by Lone_Wolf » Post

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
My ContentDB -|- Working on CaptureTheFlag -|- Minetest Forums Dark Theme!! (You need it)

bzt
Member
Posts: 217
Joined: Tue Sep 24, 2019 14:26

Re: [Game] MineClone 2 [0.57.0]

by bzt » Post

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

salvamea
New member
Posts: 8
Joined: Wed Sep 25, 2019 06:03
In-game: Salvamea

Re: [Game] MineClone 2 [0.57.0]

by salvamea » Post

Hi everyone, I wanted to know if it was possible farm gunpowder whit coal e graver?

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

Re: [Game] MineClone 2 [0.57.0]

by Wuzzy » Post

No.

khampf
New member
Posts: 1
Joined: Mon Jan 13, 2020 10:58
GitHub: khampf
In-game: khampf

Re: [Game] MineClone 2 [0.57.0]

by khampf » Post

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.

User avatar
Linuxdirk
Member
Posts: 3216
Joined: Wed Sep 17, 2014 11:21
In-game: Linuxdirk
Location: Germany
Contact:

Re: [Game] MineClone 2 [0.57.0]

by Linuxdirk » Post

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"?

User avatar
Miniontoby
Member
Posts: 616
Joined: Fri Mar 01, 2019 19:25
GitHub: Miniontoby
IRC: Miniontoby
In-game: Miniontoby
Location: The Netherlands

Re: [Game] MineClone 2 [0.57.0]

by Miniontoby » Post

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!!
Working on mtctl ---- Check my mod "Doorbell" -- Stay safe

User avatar
rubenwardy
Moderator
Posts: 6972
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: [Game] MineClone 2 [0.57.0]

by rubenwardy » Post

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
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

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

Version 0.57.1

by Wuzzy » Post

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

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.57.1]

by Chem871 » Post

I was playing 0.57.0, and eternal fire was only created on top of netherrack, not the sides. Is this intentional?
What is SCP-055?

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

Re: [Game] MineClone 2 [0.57.1]

by Wuzzy » Post

Yes.

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.57.1]

by Chem871 » Post

Thx, and are there any sources of light besides daylight that are bright enough to kill zombies?
What is SCP-055?

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

Re: [Game] MineClone 2 [0.57.1]

by Wuzzy » Post

No.

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests