[Game] MineClone2 [0.86]

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

Re: [Game] MineClone 2 [0.40.0]

by Wuzzy » Post

See 0.40.0 release notes.

Do /clearobjects to get rid of outdated mobs. Sorry, I just cannot guarantee 100% backwards-compability of mobs yet, but this can be fixed by doing /clearobjects. (or /clearobjects quick)

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

by GamingAssociation39 » Post

Oh, and we don't have a cream horse but MC does so... :(
Jesus Is Lord and Savior!!!

markodon
Member
Posts: 39
Joined: Fri Apr 06, 2018 14:25
In-game: mark

Re: [Game] MineClone 2 [0.40.0]

by markodon » Post

How to disable creeper explosion that they don't destroy build and terrain dirt, disable fire - enoying storm when hit trees they get fire than they spread on other trees and you get woods with no trees, initial stuff in inventory? - when new player enter the game get initial stuff, default minetest doesn't work. Set home? Too many mobs in game, limit mobs spawn? Protection build? When i use name tag server crashed Thats all for now ;)

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

Re: [Game] MineClone 2 [0.40.0]

by Wuzzy » Post

Oh, and we don't have a cream horse but MC does so... :(
I initially thought the creamy horse texture was unused in MC, or reserved for donkey/mule, but I checked again. Looks like I was wrong.
Creamy horse texture will be in next version.
How to disable creeper explosion that they don't destroy build and terrain dirt,
Normally, you should be able to disable this in advanced settings (mobs change blocks), but there's a bug in 0.40.0 which makes this setting useless for exploding mobs.

In the next version, this should be fixed. If you disable said settings, mobs will be unable to affect any blocks around them.

You find the advanced settings somewhere in the main menu.
disable fire - enoying storm when hit trees they get fire than they spread on other trees and you get woods with no trees,
Can be disabled in advanced settings.
initial stuff in inventory? - when new player enter the game get initial stuff, default minetest doesn't work.
There is no initial stuff.
Set home?
No.
Too many mobs in game, limit mobs spawn?
Known problem. The mob spawning algorithm needs a complete rework. I agree this is a complete clusterfuck right now.
Protection build?
MCL2 has almost no protection support for now. The only thing you can use are mods, maybe. I don't know whether they will work properly.
When i use name tag server crashed
Not for me. Without a crash log, I can't do much … :-(
Please give me the debug.txt the next time it crashes. Also, please tell me if you renamed the name tag at an anvil before and on which mob you tried to use it.

Also, markodon, your post was extremely hard to read.

markodon
Member
Posts: 39
Joined: Fri Apr 06, 2018 14:25
In-game: mark

Re: [Game] MineClone 2 [0.40.0]

by markodon » Post

Sorry my English is not native language.

Here is crash log for name tag. Yes i rename it with anvil.

Code: Select all

2018-06-10 18:37:01: ERROR[Main]: ServerError: AsyncErr: ServerThread::run Lua: Runtime error from mod 'mobs_mc' in callback ScriptApiEntity::luaentity_Rightclick(): ...test-0.4.16-win32-msvc\bin\..\mods\ENTITIES\mobs/api.lua:30: Invalid core.check_player_privs argument type: nil
2018-06-10 18:37:01: ERROR[Main]: stack traceback:
2018-06-10 18:37:01: ERROR[Main]: 	[C]: in function 'error'
2018-06-10 18:37:01: ERROR[Main]: 	...\minetest-0.4.16-win32-msvc\bin\..\builtin\game\misc.lua:13: in function 'check_player_privs'
2018-06-10 18:37:01: ERROR[Main]: 	...test-0.4.16-win32-msvc\bin\..\mods\ENTITIES\mobs/api.lua:30: in function 'is_creative'
2018-06-10 18:37:01: ERROR[Main]: 	...test-0.4.16-win32-msvc\bin\..\mods\ENTITIES\mobs/api.lua:3745: in function 'feed_tame'
2018-06-10 18:37:01: ERROR[Main]: 	...0.4.16-win32-msvc\bin\..\mods\ENTITIES\mobs_mc/horse.lua:173: in function <...0.4.16-win32-msvc\bin\..\mods\ENTITIES\mobs_mc/horse.lua:159>
For all mods in public server most important is protection mod.
And some dumb question how to set advanced settings i can't see it in main menu.

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

Re: [Game] MineClone 2 [0.40.0]

by Wuzzy » Post

Please update to version 0.40.0 of MineClone 2 and try again.

Advanced Settings:

1) Start Minetest
2) Go to tab “Settings”
3) Click on button “Advanced Settings” (bottom left corner)

programmerjake
New member
Posts: 2
Joined: Mon Jun 11, 2018 03:39
GitHub: programmerjake

Re: [Game] MineClone 2 [0.40.0]

by programmerjake » Post

The bug-tracker GitHub repo was set to read-only. Should we submit bug reports here instead? Also, do I need to create an account on repo.or.cz to send pull requests?

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

Re: [Game] MineClone 2 [0.40.0]

by Wuzzy » Post

Yeah, at the moment you can report bugs here in the meantime, especially if they're important. I am still in the search of a new bugtracker and hope to open a new bugtracker soonish (TM). I made it read-only so I could archive and backup it properly.

There is no such thing as a pull request on repo.or.cz, it's just a Git repo hoster, that's all. Super simple.

I may accept changes either in the form of patches or (for big changes) by forking my project, making the new feature in a Git branch, then uploading your fork anywhere where I can find it, and then (very important) telling me about that branch.

Note there's no guarantee that I will accept your changes. When you plan to do big changes, better talk to me first.

markodon
Member
Posts: 39
Joined: Fri Apr 06, 2018 14:25
In-game: mark

Re: [Game] MineClone 2 [0.40.0]

by markodon » Post

error when i start server, something with mods...

Code: Select all

2018-06-11 01:21:33: ERROR[Main]: mod "drippingwater" has unsatisfied dependencies:  "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_boats" has unsatisfied dependencies:  "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_minecarts" has unsatisfied dependencies:  "mcl_tnt" "mcl_hoppers" "mesecons_commandblock" "mcl_core" "mcl_furnaces" "mesecons" "mcl_chests"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_mobs" has unsatisfied dependencies:  "mcl_tnt" "mcl_core" "mcl_weather"
2018-06-11 01:21:33: ERROR[Main]: mod "mobs_mc" has unsatisfied dependencies:  "mcl_fishing" "mcl_mobs" "mcl_tnt" "mobs_mc_gameconfig" "mcl_bows" "mcl_throwing"
2018-06-11 01:21:33: ERROR[Main]: mod "mobs_mc_gameconfig" has unsatisfied dependencies:  "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "lightning" has unsatisfied dependencies:  "mcl_fire"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_weather" has unsatisfied dependencies:  "lightning"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_craftguide" has unsatisfied dependencies:  "mcl_clock" "mcl_core" "mcl_compass"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_doc" has unsatisfied dependencies:  "doc_items"
2018-06-11 01:21:33: ERROR[Main]: mod "hbarmor" has unsatisfied dependencies:  "3d_armor"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_inventory" has unsatisfied dependencies:  "3d_armor"
2018-06-11 01:21:33: ERROR[Main]: mod "3d_armor" has unsatisfied dependencies:  "mcl_fire" "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_anvils" has unsatisfied dependencies:  "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_banners" has unsatisfied dependencies:  "mcl_core" "mcl_cauldrons"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_beds" has unsatisfied dependencies:  "mcl_tnt" "mcl_weather" "mcl_dye"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_books" has unsatisfied dependencies:  "mcl_mobitems" "mcl_core" "mcl_dye"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_bows" has unsatisfied dependencies:  "mcl_mobitems" "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_buckets" has unsatisfied dependencies:  "mclx_core" "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_cake" has unsatisfied dependencies:  "mcl_core" "mcl_buckets" "mcl_farming" "mcl_mobitems"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_cauldrons" has unsatisfied dependencies:  "mclx_core" "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_chests" has unsatisfied dependencies:  "mcl_end" "mesecons" "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_clock" has unsatisfied dependencies:  "mesecons"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_cocoas" has unsatisfied dependencies:  "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_colorblocks" has unsatisfied dependencies:  "mcl_dye" "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_compass" has unsatisfied dependencies:  "mesecons" "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_core" has unsatisfied dependencies:  "doc_items"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_doors" has unsatisfied dependencies:  "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_dye" has unsatisfied dependencies:  "mcl_cocoas" "mcl_mobitems" "mcl_core" "mcl_flowers"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_end" has unsatisfied dependencies:  "doc_items"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_farming" has unsatisfied dependencies:  "mcl_core" "mobs_mc" "mcl_torches" "mcl_weather"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_fences" has unsatisfied dependencies:  "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_fire" has unsatisfied dependencies:  "mcl_portals" "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_fishing" has unsatisfied dependencies:  "mcl_mobs" "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_flowerpots" has unsatisfied dependencies:  "mcl_flowers" "mcl_farming" "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_flowers" has unsatisfied dependencies:  "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_furnaces" has unsatisfied dependencies:  "mcl_craftguide" "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_hoppers" has unsatisfied dependencies:  "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_itemframes" has unsatisfied dependencies:  "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_jukebox" has unsatisfied dependencies:  "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_mobitems" has unsatisfied dependencies:  "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_mobspawners" has unsatisfied dependencies:  "mcl_mobs"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_monster_eggs" has unsatisfied dependencies:  "mobs_mc"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_nether" has unsatisfied dependencies:  "mcl_core" "doc_items"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_ocean" has unsatisfied dependencies:  "doc_items" "mcl_dye"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_portals" has unsatisfied dependencies:  "mcl_end" "mcl_core" "mcl_nether"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_potions" has unsatisfied dependencies:  "mcl_mobitems" "mcl_core" "mcl_farming"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_signs" has unsatisfied dependencies:  "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_sponges" has unsatisfied dependencies:  "mcl_core" "mclx_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_stairs" has unsatisfied dependencies:  "mcl_ocean" "mcl_end" "mcl_nether" "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_throwing" has unsatisfied dependencies:  "mcl_mobitems" "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_tnt" has unsatisfied dependencies:  "mcl_mobitems"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_torches" has unsatisfied dependencies:  "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_totems" has unsatisfied dependencies:  "mobs_mc"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_walls" has unsatisfied dependencies:  "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mclx_core" has unsatisfied dependencies:  "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mclx_fences" has unsatisfied dependencies:  "mcl_fences"
2018-06-11 01:21:33: ERROR[Main]: mod "mclx_stairs" has unsatisfied dependencies:  "mcl_stairs" "mcl_ocean" "mcl_nether" "mcl_end" "mcl_core" "mcl_colorblocks"
2018-06-11 01:21:33: ERROR[Main]: mod "xpanes" has unsatisfied dependencies:  "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_biomes" has unsatisfied dependencies:  "mcl_flowers" "mcl_farming" "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_dungeons" has unsatisfied dependencies:  "mcl_mobs" "mcl_chests" "mcl_mobspawners" "mobs_mc" "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_mapgen_core" has unsatisfied dependencies:  "mcl_core" "mcl_monster_eggs" "mcl_cocoas" "mclx_core" "mcl_stairs"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_strongholds" has unsatisfied dependencies:  "mcl_mapgen_core"
2018-06-11 01:21:33: ERROR[Main]: mod "tsm_railcorridors" has unsatisfied dependencies:  "mcl_minecarts" "mcl_mobspawners" "mcl_tnt" "mcl_core" "mcl_farming"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_temp_helper_recipes" has unsatisfied dependencies:  "mcl_mobitems" "mcl_nether" "xpanes" "mcl_core" "mcl_end" "mcl_ocean" "mcl_stairs"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_wip" has unsatisfied dependencies:  "mcl_comparators" "mcl_fishing" "doc_identifier" "mcl_core" "mobs_mc" "mcl_minecarts"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_death_drop" has unsatisfied dependencies:  "3d_armor"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_playerinfo" has unsatisfied dependencies:  "3d_armor" "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_playerplus" has unsatisfied dependencies:  "mcl_weather" "mcl_playerinfo" "3d_armor" "mcl_core"
2018-06-11 01:21:33: ERROR[Main]: mod "mcl_sprint" has unsatisfied dependencies:  "mcl_playerinfo"
here what mod work in server
Image

User avatar
texmex
Member
Posts: 1753
Joined: Mon Jul 11, 2016 21:08
GitHub: tacotexmex
In-game: tacotexmex

Re: [Game] MineClone 2 [0.40.0]

by texmex » Post

Wuzzy! New amazing mod for MCL2 (though MTG screenshots): cloudlands!

Just look at this stuff:

Image
Image
Image

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

Re: [Game] MineClone 2 [0.40.0]

by Wuzzy » Post

@markodon: MineClone 2 is a game, not a mod or modpack. Please learn how to install and use games properly. Please read:
https://wiki.minetest.net/Games
https://wiki.minetest.net/Minetest

If you need live support, join our IRC channel #minetest on irc.freenode.net. Install an IRC program like HexChat to enter IRC. More IRC help here: http://www.irchelp.org/

@texmex: Cool, but broken. These floating islands look great, looks like I could use and adapt this algorithm for The End.

markodon
Member
Posts: 39
Joined: Fri Apr 06, 2018 14:25
In-game: mark

Re: [Game] MineClone 2 [0.40.0]

by markodon » Post

Ok thanks for help i find it
## Installation
This game requires [Minetest](http://minetest.net) 0.4.16 (or later) to run,
so you need to install Minetest first. Only stable versions of Minetest are
officially supported. There is no support whatsoever for running MineClone 2
in development versions of Minetest.
To install MineClone 2, move this directory into the “games” directory of
your Minetest data directory. Consult the help of Minetest to learn more.

User avatar
Stix
Member
Posts: 1385
Joined: Fri Aug 04, 2017 14:19
IRC: nil
In-game: Stix [+alts]
Location: USA

Re: [Game] MineClone 2 [0.40.0]

by Stix » Post

Now that its been over a week is a new update incoming? :)
Hey, what can i say? I'm the bad guy.

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

Version 0.41.0 released! Nicknamed “Finished Business”!

by Wuzzy » Post

MineClone 2, version 0.41.0 is here. Nickname today: “Finished Business”.

Villagers:
  • Villagers and trading are no longer considered to be WIP
  • Add more trades
  • Add trade tiers (trade items to unlock more trades)
  • Add special trades for v6 mapgen
  • Chance to lock trade after repeating the same trade
  • Chance to unlock locked trades after trading
  • Heal villager after unlocking trade (+2 hearts)
  • Add nitwit (green clothing, does not trade)
  • Villager clothing now matches profession
  • Show profession in trade form
  • Close trade menu if villager dies
  • Fix various item exchange bugs in trade menu
However, villagers do not spawn yet (there are no villages).

Texture Converter:
  • Fix encoding bug in Texture Converter script, made script unusable on some systems
  • Add README file in the tools directory to explain how the Texture Converter works
Other:
  • Add creamy horse fur
  • Lightning no longer turns villagers to witches
  • Fix exploding mobs destroy land even if settings mobs_griefing is set to false

User avatar
Stix
Member
Posts: 1385
Joined: Fri Aug 04, 2017 14:19
IRC: nil
In-game: Stix [+alts]
Location: USA

Re: [Game] MineClone 2 [0.41.0]

by Stix » Post

Is removing villager to witch transformation temporary till witches are finished and their WIP status can be safely removed?
Hey, what can i say? I'm the bad guy.

User avatar
texmex
Member
Posts: 1753
Joined: Mon Jul 11, 2016 21:08
GitHub: tacotexmex
In-game: tacotexmex

Re: [Game] MineClone 2 [0.41.0]

by texmex » Post

Congrats on the release, Wuzzy! Your determination is unparallelled. Still the most impressive project in Minetest.

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

Re: [Game] MineClone 2 [0.41.0]

by Wuzzy » Post

Is removing villager to witch transformation temporary till witches are finished and their WIP status can be safely removed?
Yes.

hbeni
New member
Posts: 6
Joined: Mon Jun 04, 2018 19:28

Re: [Game] MineClone 2 [0.41.0]

by hbeni » Post

Hello there, this is an amazing project!

Currently i struggle a little with the carts however.
How exactly can i transport goods wothout sitting in the cart myself?
Everytime i drop something in, i pickup it again. If i manage to go far enough away, the cart can be pushed but the good stays in place on the ground :(

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

Re: [Game] MineClone 2 [0.41.0]

by Wuzzy » Post

Minecarts do not transport items. In future versions, there will be (hopefully) minecarts with chests, but it's too early for that now.

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

by azekill_DIABLO » Post

Wuzzy wrote: There is no initial stuff.
On this point, there should be initial stuff. There's a setting in MC that spawns on worldgeneration a chest with 4 torches around it and some wooden stuff and apples in it. Did you implement it?
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

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

Version 0.41.1 is out!

by Wuzzy » Post

Version 0.41.1 is here!

Changes:
- Fix crash when dropping charged bow
- Fix Nether portal not teleporting players (oops!)
- Disable double doors (for now) because of bug on placing door right to another door
- Slightly improve Nether portal generation

u34

Re: Version 0.41.1 is out!

by u34 » Post

Wuzzy wrote:Version 0.41.1 is here!

Changes:
- Fix crash when dropping charged bow
- Fix Nether portal not teleporting players (oops!)
- Disable double doors (for now) because of bug on placing door right to another door
- Slightly improve Nether portal generation
+1111 nice, thanx for your hard work!

User avatar
Ektod
Member
Posts: 35
Joined: Thu May 17, 2018 01:52
In-game: ektod

Re: [Game] MineClone 2 [0.41.1]

by Ektod » Post

0.41..!

amadin
Member
Posts: 549
Joined: Tue Jun 16, 2015 16:23

Re: [Game] MineClone 2 [0.41.1]

by amadin » Post

Hi, where to send bug reports

Code: Select all

-------------
  Separator
-------------

2018-06-20 16:29:30: [Main]: Automatically selecting world at [/home/u/.minetest/worlds/Downloads]
2018-06-20 16:29:49: ACTION[Main]: hb.register_hudbar: health
2018-06-20 16:29:49: ACTION[Main]: hb.register_hudbar: breath
2018-06-20 16:29:49: ACTION[Main]: [doc] doc.mt opened.
2018-06-20 16:29:49: ACTION[Main]: [doc] doc.mt successfully read.
2018-06-20 16:29:49: ACTION[Main]: [MOD] mcl_structures loaded in 0.0000 s
2018-06-20 16:29:49: ACTION[Main]: hb.register_hudbar: armor
2018-06-20 16:29:49: ACTION[Main]: [mcl_weather] Weather restored.
2018-06-20 16:29:49: ACTION[Main]: [MOD] mcl_doors loaded in 0.0141 s
2018-06-20 16:29:49: ACTION[Main]: [MOD] Mobs Redo: MineClone 2 Edition loaded
2018-06-20 16:29:49: WARNING[Main]: WARNING: minetest.setting_* functions are deprecated.  Use methods on the minetest.settings object. (at ...Clone2-94d4ad9/mods/ENTITIES/mobs_mc_gameconfig/init.lua:219)
2018-06-20 16:29:49: WARNING[Main]: WARNING: minetest.setting_* functions are deprecated.  Use methods on the minetest.settings object. (at ...ineClone2-94d4ad9/mods/ENTITIES/mcl_item_entity/init.lua:298)
2018-06-20 16:29:49: WARNING[Main]: WARNING: minetest.setting_* functions are deprecated.  Use methods on the minetest.settings object. (at ...ineClone2-94d4ad9/mods/ENTITIES/mobs_mc/0_gameconfig.lua:290)
        .__               __                   __   
  _____ |__| ____   _____/  |_  ____   _______/  |_ 
 /     \|  |/    \_/ __ \   __\/ __ \ /  ___/\   __\
|  Y Y  \  |   |  \  ___/|  | \  ___/ \___ \  |  |  
|__|_|  /__|___|  /\___  >__|  \___  >____  > |__|  
      \/        \/     \/          \/     \/        
2018-06-20 16:29:50: ACTION[Main]: World at [/home/u/.minetest/worlds/Downloads]
2018-06-20 16:29:50: ACTION[Main]: Server for gameid="MineClone2-94d4ad9" listening on 0.0.0.0:30000.
2018-06-20 16:29:57: ACTION[Server]: Public [127.0.0.1] joins game. 
2018-06-20 16:29:57: ACTION[Server]: Public joins game. List of players: Public
2018-06-20 16:30:01: WARNING[Server]: Item entity with empty itemstring found at (-135.30000305176,19.539339065552,100.09279632568)! Deleting it now.
2018-06-20 16:30:14: ACTION[Server]: [mcl_portal] Nether portal activated at (-89,16,91).
2018-06-20 16:30:15: ERROR[Server]: In thread 7f5957b93700:
2018-06-20 16:30:15: ERROR[Server]: /build/minetest-5Mbp7_/minetest-0.4.17/src/script/common/c_internal.cpp:b8: void log_deprecated(lua_State*, const string&): A fatal error occured: lua_getstack() failed
2018-06-20 16:30:15: ERROR[Server]: Debug stacks:
2018-06-20 16:30:15: ERROR[Server]: DEBUG STACK FOR THREAD 7f592376a700: 
2018-06-20 16:30:15: ERROR[Server]: #0  virtual void* EmergeThread::run()
2018-06-20 16:30:15: ERROR[Server]: DEBUG STACK FOR THREAD 7f5948f5d700: 
2018-06-20 16:30:15: ERROR[Server]: #0  virtual void* UpdateThread::run()
2018-06-20 16:30:15: ERROR[Server]: DEBUG STACK FOR THREAD 7f594b7fd700: 
2018-06-20 16:30:15: ERROR[Server]: #0  virtual void* UpdateThread::run()
2018-06-20 16:30:15: ERROR[Server]: DEBUG STACK FOR THREAD 7f5957b93700: 
2018-06-20 16:30:15: ERROR[Server]: #0  virtual void* ServerThread::run()
2018-06-20 16:30:15: ERROR[Server]: #1  void Server::AsyncRunStep(bool)
2018-06-20 16:30:15: ERROR[Server]: #2  virtual void ServerEnvironment::step(float)
2018-06-20 16:30:15: ERROR[Server]: DEBUG STACK FOR THREAD 7f596c3b3780: 
2018-06-20 16:30:15: ERROR[Server]: #0  int main(int, char**)
2018-06-20 16:30:15: ERROR[Server]: #1  void ClientMap::renderMap(irr::video::IVideoDriver*, irr::s32)

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

Re: [Game] MineClone 2 [0.41.1]

by Wuzzy » Post

This is a Minetest bug.
Minetest version 0.4.17 is broken, please use Minetest version 0.4.17.1.

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest