Minetest 5.0.0

User avatar
trev
Member
Posts: 45
Joined: Fri Sep 26, 2014 16:49
In-game: trev

Re: Minetest 5.0.0

by trev » Post

Ubuntu Xenial is now at 5.0.0
Do what you love, and you will love what you do! :)

User avatar
MCL
Member
Posts: 654
Joined: Mon Aug 20, 2018 00:44
GitHub: MCLx86
IRC: migdyn
In-game: singleplayer
Contact:

Re: Minetest 5.0.0

by MCL » Post

Wow! Time to update my mods and games!
2014-02-14 - 2024-02-14 TEN YEARS OF MCL

User avatar
MCL
Member
Posts: 654
Joined: Mon Aug 20, 2018 00:44
GitHub: MCLx86
IRC: migdyn
In-game: singleplayer
Contact:

Re: Minetest 5.0.0

by MCL » Post

depends.txt and description.txt have been deprecated. How do I use the depends and description values in mod.conf?

Like this?:

Code: Select all

depends = mod0, mod1, mod2
description = "Hello World!"
2014-02-14 - 2024-02-14 TEN YEARS OF MCL

TillCoyote
Member
Posts: 30
Joined: Sat Jan 26, 2019 08:05
Location: Kasachische Republik

Re: Minetest 5.0.0

by TillCoyote » Post

migdyn wrote:depends.txt and description.txt have been deprecated. How do I use the depends and description values in mod.conf?

Like this?:

Code: Select all

depends = mod0, mod1, mod2
description = "Hello World!"
Hello World is written without brackets. Yes, we need some examples.

User avatar
MCL
Member
Posts: 654
Joined: Mon Aug 20, 2018 00:44
GitHub: MCLx86
IRC: migdyn
In-game: singleplayer
Contact:

Re: Minetest 5.0.0

by MCL » Post

Aaaah I need brackets... This would be okay then:

description = {"Hello World!"}
2014-02-14 - 2024-02-14 TEN YEARS OF MCL

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

Re: Minetest 5.0.0

by rubenwardy » Post

Code: Select all

depends = mod0, mod1, mod2
description = Hello World!
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
MCL
Member
Posts: 654
Joined: Mon Aug 20, 2018 00:44
GitHub: MCLx86
IRC: migdyn
In-game: singleplayer
Contact:

Re: Minetest 5.0.0

by MCL » Post

Thanks!
And there's no characters from other languages. (in translations)
2014-02-14 - 2024-02-14 TEN YEARS OF MCL

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

Re: Minetest 5.0.0

by Linuxdirk » Post

rubenwardy wrote:

Code: Select all

depends = mod0, mod1, mod2
description = Hello World!
Is there a way to get multi-line descriptions like before?

User avatar
MCL
Member
Posts: 654
Joined: Mon Aug 20, 2018 00:44
GitHub: MCLx86
IRC: migdyn
In-game: singleplayer
Contact:

Re: Minetest 5.0.0

by MCL » Post

\n maybe?
2014-02-14 - 2024-02-14 TEN YEARS OF MCL

User avatar
MCL
Member
Posts: 654
Joined: Mon Aug 20, 2018 00:44
GitHub: MCLx86
IRC: migdyn
In-game: singleplayer
Contact:

Re: Minetest 5.0.0

by MCL » Post

How do you add translations for games and mods?
2014-02-14 - 2024-02-14 TEN YEARS OF MCL

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

Re: Minetest 5.0.0

by Linuxdirk » Post

migdyn wrote:How do you add translations for games and mods?
See reply to your other post about this.

User avatar
PETE
Member
Posts: 74
Joined: Thu Sep 21, 2017 05:21
GitHub: PETE
In-game: PETE-Randomizer
Location: IDK Ctf server

Re: Minetest 5.0.0

by PETE » Post

sfan5 wrote:Minetest 5.0.0 has been released!

Please note: According to our versioning scheme, 5.0.0 is a breaking release and not compatible to the 0.4 series.
This applies to clients and servers, other content such as mods, texture packs and worlds is unaffected and backwards-compatible as usual.

Changelog: https://dev.minetest.net/Changelog#0.4. ... 6.92_5.0.0
Source code: https://github.com/minetest/minetest/tree/5.0.0

Highlights:
  • Online content repository (instantly download games, mods, modpacks, texture packs from the menu)
  • New mapgen: Carpathian
  • Android: Better controls, joystick
  • Mods and games can be translated
  • Modding: More node drawtypes: disconnected nodeboxes (connected blocks), plantlike_rooted (
    underwater plants)
  • Modding: Custom player collision boxes, new map generator features
  • ... And much more!
Download:
Will, there ever be an official Mac version? As I am only using the neoplastic build.
Whats the trick? I wish I knew

Punk
Member
Posts: 158
Joined: Sun Dec 25, 2016 06:52

Re: Minetest 5.0.0

by Punk » Post

Will games, mods and textures be update automatically now?

Punk
Member
Posts: 158
Joined: Sun Dec 25, 2016 06:52

Re: Minetest 5.0.0

by Punk » Post

trev wrote:Ubuntu Xenial is now at 5.0.0
Only by PPA, Snap or Flatpak.

https://packages.ubuntu.com/search?keyw ... ection=all

TillCoyote
Member
Posts: 30
Joined: Sat Jan 26, 2019 08:05
Location: Kasachische Republik

Re: Minetest 5.0.0

by TillCoyote » Post

Punk wrote:Will games, mods and textures be update automatically now?
Nope.

Honeypot
Member
Posts: 13
Joined: Sat Mar 02, 2019 10:58
In-game: Crackpot

Re: Minetest 5.0.0

by Honeypot » Post

The bug that I reported in release candidate-2 is still not fixed and it was not present in 0.4.17(though I don't know about 0.4.16).

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

Re: Minetest 5.0.0

by Wuzzy » Post

The bug was not reported on the Minetest issue tracker, therefore it does not exist.

Honeypot
Member
Posts: 13
Joined: Sat Mar 02, 2019 10:58
In-game: Crackpot

Re: Minetest 5.0.0

by Honeypot » Post

Sorry I didn't know,I am new to the community.
From next time I will see to it,so for this time can any of the older members see to it (it is related to the Minetest game not the engine).

User avatar
Festus1965
Member
Posts: 4181
Joined: Sun Jan 03, 2016 11:58
GitHub: Festus1965
In-game: Festus1965 Thomas Thailand Explorer
Location: Thailand ChiangMai
Contact:

Re: Minetest 5.0.0

by Festus1965 » Post

Honeypot wrote:Sorry I didn't know,I am new to the community.
From next time I will see to it,so for this time can any of the older members see to it (it is related to the Minetest game not the engine).
Just make an account at git, I also learned and start now slow ... not bad, and not so difficult. Also you get informed if something requested
Good Luck - i stuck with technic newer versions on 5.1.0-dev ... and just did a issue
Human has no future (climate change)
If urgend, you find me in Roblox (as CNXThomas)

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

Re: Minetest 5.0.0

by rubenwardy » Post

Wuzzy wrote:The bug was not reported on the Minetest issue tracker, therefore it does not exist.
It's a duplicate of an existing bug that was deemed not a blocker
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
Festus1965
Member
Posts: 4181
Joined: Sun Jan 03, 2016 11:58
GitHub: Festus1965
In-game: Festus1965 Thomas Thailand Explorer
Location: Thailand ChiangMai
Contact:

Re: Minetest 5.0.0 or better then Minetest 5.0.1

by Festus1965 » Post

so seams waiting for better 5.0.1 ? for those still on 0.4.17.1 or similar
Human has no future (climate change)
If urgend, you find me in Roblox (as CNXThomas)

Locked

Who is online

Users browsing this forum: No registered users and 3 guests