[Game] Minetest NeXt (discontinued) (part of minetest_game)

Subgames that have been abandoned and no longer work properly with the latest version of Minetest.
Nore
Member
 
Posts: 468
Joined: Wed Nov 28, 2012 11:35
GitHub: Ekdohibs

Re: [Game] Minetest NeXt [minetest_next]

by Nore » Mon Jun 30, 2014 08:38

You need to use a more recent minetest version (minetest.override_item was added after 0.4.9)
 

lotek
Member
 
Posts: 22
Joined: Mon Jun 02, 2014 20:21
GitHub: LotekHeavy
IRC: lotek
In-game: lotek

Re: [Game] Minetest NeXt [minetest_next]

by lotek » Fri Jul 04, 2014 18:43

Can't plant wheat seed on soil

I have "wheat seed", have "created" with a hoe "wet soil" and would like to plant it. But always it shows up for a few seconds and then it vanishes. I use this game (next) and also farming plus and food mode. But I see also no error log, not on server side or client side. If I play singleplayer with default game, I can plant/place the seed.

Any Idea what I can do? Could it be a bug in minetest_next?

Update: Other seeds with "farming plus" works. I use latest version from github & minetest client with daily builds (https://launchpad.net/~minetestdevs/+ar ... ily-builds).

Screenshot how it looks for a few miliseconds :-(
Image

Message form the client:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
20:51:20: INFO[main]: Ground right-clicked
20:51:20: VERBOSE[main]: Node placement prediction for farming:seed_wheat is farming:seed_wheat
20:51:20: INFO[main]: Client::addNode() took 2ms
20:51:20: INFO[main]: Pointing at [node under=-54,4,-69 above=-54,5,-69]
----
Mine Heavy
http://mine.heavy.ch
 

User avatar
webdesigner97
Member
 
Posts: 1307
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97

Re: [Game] Minetest NeXt [minetest_next]

by webdesigner97 » Fri Jul 04, 2014 20:01

lotek wrote:Can't plant wheat seed on soil

I have "wheat seed", have "created" with a hoe "wet soil" and would like to plant it. But always it shows up for a few seconds and then it vanishes. I use this game (next) and also farming plus and food mode. But I see also no error log, not on server side or client side. If I play singleplayer with default game, I can plant/place the seed.

Any Idea what I can do? Could it be a bug in minetest_next?

Update: Other seeds with "farming plus" works. I use latest version from github & minetest client with daily builds (https://launchpad.net/~minetestdevs/+ar ... ily-builds).

Screenshot how it looks for a few miliseconds :-(
Image

Message form the client:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
20:51:20: INFO[main]: Ground right-clicked
20:51:20: VERBOSE[main]: Node placement prediction for farming:seed_wheat is farming:seed_wheat
20:51:20: INFO[main]: Client::addNode() took 2ms
20:51:20: INFO[main]: Pointing at [node under=-54,4,-69 above=-54,5,-69]

I'll try to reproduce that. If I experience the same, then it's my fault ^^

Edit: I tried planting wheat seeds on soil (wet/dry), and couldn't reproduce this. Maybe minetest_next (or better said: its farming mod), is incompatoble with farming_plus?
 

lotek
Member
 
Posts: 22
Joined: Mon Jun 02, 2014 20:21
GitHub: LotekHeavy
IRC: lotek
In-game: lotek

Re: [Game] Minetest NeXt [minetest_next]

by lotek » Sat Jul 05, 2014 11:32

OK i retestet this on a singleplayer local game. if running minetest next game together with the farming plus mod, it's not possible to plant / seed wheat. If running the farming plus mod with default game everything is working.

does anybody have an clue how to fix this? (I will also create a link from farming plus mod to here).
----
Mine Heavy
http://mine.heavy.ch
 

User avatar
BlockMen
Member
 
Posts: 768
Joined: Fri Mar 01, 2013 17:24
GitHub: BlockMen

Re: [Game] Minetest NeXt [minetest_next]

by BlockMen » Sat Jul 05, 2014 19:46

lotek wrote:OK i retestet this on a singleplayer local game. if running minetest next game together with the farming plus mod, it's not possible to plant / seed wheat. If running the farming plus mod with default game everything is working.

does anybody have an clue how to fix this? (I will also create a link from farming plus mod to here).


Its easy fixable in farming_plus. The bug appears because farming_plus calls farming:place_seed() which causes trouble with the new API of farming in NeXt. If his mod would use farming.place_seed() it works fine. Ask PilzAdam to fix it ;)
 

User avatar
Achilles
Member
 
Posts: 246
Joined: Sun Dec 15, 2013 11:55
In-game: Achilles

Re: [Game] Minetest NeXt (discontinued) (part of minetest_ga

by Achilles » Wed Jul 09, 2014 23:05

Amazing updates :) Congrats to all the contributors...

TNT is a bit of a nuisance tho...
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

Re: [Game] Minetest NeXt (discontinued) (part of minetest_ga

by Calinou » Thu Jul 10, 2014 07:52

Achilles wrote:Amazing updates :) Congrats to all the contributors...

TNT is a bit of a nuisance tho...


Properly tweaked, it isn't. The biggest problem currently is that it doesn't obey protection.

There are much better and quicker ways for griefers to grief, they don't need TNT for that. It's a cliché to say TNT is only for griefers.
 

User avatar
LionsDen
Member
 
Posts: 525
Joined: Thu Jun 06, 2013 03:19

Re: [Game] Minetest NeXt (discontinued) (part of minetest_ga

by LionsDen » Thu Jul 10, 2014 17:53

If I remember correctly, Achilles or possibly someone else said that their kids found the tnt and now their map looks like swiss cheese. :) I like tnt but prefer using my own personal version which doesn't destroy some of the blocks, as in some blocks are destroyed but don't drop in the original tnt.
 

User avatar
Achilles
Member
 
Posts: 246
Joined: Sun Dec 15, 2013 11:55
In-game: Achilles

Re: [Game] Minetest NeXt (discontinued) (part of minetest_ga

by Achilles » Thu Jul 10, 2014 22:34

Calinou wrote:
Achilles wrote:Amazing updates :) Congrats to all the contributors...

TNT is a bit of a nuisance tho...


Properly tweaked, it isn't. The biggest problem currently is that it doesn't obey protection.

There are much better and quicker ways for griefers to grief, they don't need TNT for that. It's a cliché to say TNT is only for griefers.


I know, hopefully it will be fixed soon. Also maybe they will have an option so that fire is not produced when a TNT block goes off.
 

User avatar
Achilles
Member
 
Posts: 246
Joined: Sun Dec 15, 2013 11:55
In-game: Achilles

Re: [Game] Minetest NeXt (discontinued) (part of minetest_ga

by Achilles » Thu Jul 10, 2014 22:35

LionsDen wrote:If I remember correctly, Achilles or possibly someone else said that their kids found the tnt and now their map looks like swiss cheese. :) I like tnt but prefer using my own personal version which doesn't destroy some of the blocks, as in some blocks are destroyed but don't drop in the original tnt.


Lol, I dont think that was me :D
 

User avatar
LionsDen
Member
 
Posts: 525
Joined: Thu Jun 06, 2013 03:19

Re: [Game] Minetest NeXt (discontinued) (part of minetest_ga

by LionsDen » Fri Jul 11, 2014 03:59

Achilles wrote:
LionsDen wrote:If I remember correctly, Achilles or possibly someone else said that their kids found the tnt and now their map looks like swiss cheese. :) I like tnt but prefer using my own personal version which doesn't destroy some of the blocks, as in some blocks are destroyed but don't drop in the original tnt.


Lol, I dont think that was me :D


Nope, after posting this I found the actual message and I believe the name was Exeter or something like that.
 

User avatar
ExeterDad
Member
 
Posts: 1121
Joined: Sun Jun 01, 2014 20:00
In-game: ExeterDad

Re: [Game] Minetest NeXt (discontinued) (part of minetest_ga

by ExeterDad » Fri Jul 11, 2014 05:38

LionsDen wrote:Nope, after posting this I found the actual message and I believe the name was Exeter or something like that.


Yeah... I posted the comment about TNT making our pretty map into Swiss Cheese. Didn't know TNT was in there when I upgraded the server. The kids found it had a blast (pun intended).

The resulting forest fires took care of everything else. Not a huge deal, in the end it's all just pixels and noise right? :)
٩(̾●̮̮̃̾•̃̾)۶

Kibbie and I have a beautiful public server now! HOMETOWN
 

User avatar
HeroOfTheWinds
Member
 
Posts: 470
Joined: Wed Apr 23, 2014 23:16
GitHub: HeroOfTheWinds
IRC: WindHero

Re: [Game] Minetest NeXt (discontinued) (part of minetest_ga

by HeroOfTheWinds » Fri Jul 11, 2014 20:05

I agree that tnt should be disabled by default as well, especially since it causes conflicts with tnt mods like bettertnt. When my friend updated his server to Mintest 0.4.10, all the sudden bettertnt stopped working entirely, just turning into lit, invincible blocks...

Just a slight suggestion. :)
Nam ex spatio, omnes res venire possunt.
Why let the ground limit you when you can reach for the sky?
Back to college now, yay for sophomore year schedules. :P
 

User avatar
Achilles
Member
 
Posts: 246
Joined: Sun Dec 15, 2013 11:55
In-game: Achilles

Re: [Game] Minetest NeXt (discontinued) (part of minetest_ga

by Achilles » Sat Jul 12, 2014 11:11

ExeterDad wrote:
LionsDen wrote:Nope, after posting this I found the actual message and I believe the name was Exeter or something like that.


Yeah... I posted the comment about TNT making our pretty map into Swiss Cheese. Didn't know TNT was in there when I upgraded the server. The kids found it had a blast (pun intended).

The resulting forest fires took care of everything else. Not a huge deal, in the end it's all just pixels and noise right? :)


Nice way of looking at things XD
 

User avatar
Inocudom
Member
 
Posts: 2889
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

Re: [Game] Minetest NeXt (discontinued) (part of minetest_ga

by Inocudom » Sat Jul 12, 2014 13:46

Achilles wrote:
ExeterDad wrote:
LionsDen wrote:Nope, after posting this I found the actual message and I believe the name was Exeter or something like that.


Yeah... I posted the comment about TNT making our pretty map into Swiss Cheese. Didn't know TNT was in there when I upgraded the server. The kids found it had a blast (pun intended).

The resulting forest fires took care of everything else. Not a huge deal, in the end it's all just pixels and noise right? :)


Nice way of looking at things XD

Same thing could be said about our reality, if you really think about it. In the ultimate sense, it is very true for our real world too. It shares many similarities to a computer program.
 

User avatar
LNJ
Member
 
Posts: 200
Joined: Tue Sep 23, 2014 16:02
GitHub: LNJ2
IRC: LNJ2GO
In-game: LNJ

[Mod] Update from Minetest Game to Minetest NeXt

by LNJ » Mon Nov 16, 2015 20:53

Here is a mod to update from Minetest Game (with mods like torches) to Minetest NeXt.

Currently there is not so much in (only river water and torches from BlockMens torches mod)

GitHub
Download latest (zip)
My Minetest Modding Tutorials (German) | Minetest TNG - My survival subgame! (OUTDATED... :() | #ComeToTheDuckSide - we have privacy! | diaspora* - The free and decentralized alternative to facebook and twitter!
 

Previous

Return to Old Subgames

Who is online

Users browsing this forum: No registered users and 4 guests

cron