[Mod] Nether [nether]

User avatar
taikedz
Member
Posts: 698
Joined: Sun May 15, 2016 11:11
GitHub: taikedz
IRC: DuCake
In-game: DuCake
Location: Scotland, UK
Contact:

Re: [Mod] Nether [nether]

by taikedz » Post

KittyCakes wrote:Theres and error. When I try to get it for 4.8 or later.
Check your ~/.minetest directory there should be a debug.txt

What's the error?

Also open a terminal (are you still on Ubuntu Mate?), and run

Code: Select all

minetest --version
What does this give?

Have you installed using the Minetest PPA to get 0.4.14?

https://launchpad.net/~minetestdevs/+ar ... ntu/stable

User avatar
KittyCakes
Member
Posts: 41
Joined: Tue Aug 30, 2016 21:10

Re: [Mod] Nether [nether]

by KittyCakes » Post

taikedz wrote:
KittyCakes wrote:Theres and error. When I try to get it for 4.8 or later.
Check your ~/.minetest directory there should be a debug.txt

What's the error?

Also open a terminal (are you still on Ubuntu Mate?), and run

Code: Select all

minetest --version
No nothing to do with that. When I click on the link for the mod. It literally says "Internal Error 500".

What does this give?

Have you installed using the Minetest PPA to get 0.4.14?

https://launchpad.net/~minetestdevs/+ar ... ntu/stable

User avatar
taikedz
Member
Posts: 698
Joined: Sun May 15, 2016 11:11
GitHub: taikedz
IRC: DuCake
In-game: DuCake
Location: Scotland, UK
Contact:

Re: [Mod] Nether [nether]

by taikedz » Post

Unless my browser is playing tricks on me, you didn't post a response.... :-/

User avatar
MinisterFarrigut
Member
Posts: 75
Joined: Fri Oct 14, 2016 14:59
In-game: singleplayer
Location: The ruins of my basement

Re: [Mod] Nether [nether]

by MinisterFarrigut » Post

I feel kinda stupid for asking this but I have tried to find the Nether Dungeons but I cannot find anything. In the Nether, I mean. Anyone got suggestions?
I build buildings. I don't usually make mods...I use them.

User avatar
paramat
Developer
Posts: 3700
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat
IRC: paramat
Location: UK

Re: [Mod] Nether [nether]

by paramat » Post

There are no special dungeons like in MC, just the normal Minetest dungeons but with a new brick texture, sometimes you need to travel a while to find some. I coded the mapgen so that dungeons are not excavated so they should be floating in the caverns or projecting from the walls.

User avatar
MinisterFarrigut
Member
Posts: 75
Joined: Fri Oct 14, 2016 14:59
In-game: singleplayer
Location: The ruins of my basement

Re: [Mod] Nether [nether]

by MinisterFarrigut » Post

Ah i see. Is it possible someday to have a Nether mod like Minecraft? with new dungeons and all that?
I build buildings. I don't usually make mods...I use them.

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

Re: [Mod] Nether [nether]

by texmex » Post

Just wanted to state that this mod disables the same type of use of a mese fragment in the telemosaic teleporting mod. Hope it can be fixed.

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

Re: [Mod] Nether [nether]

by amadin » Post

maybe someone will make a fork which allows PVP only in the nether?
Last edited by amadin on Sun Sep 24, 2017 05:10, edited 1 time in total.

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

Re: [Mod] Nether [nether]

by texmex » Post

amadin wrote:Maybe somebody create fork which allow PVP only in Nether?
That shouln't be done in nether, but in another mod dictating PvP at nether Y values.

LouisCyfer
Member
Posts: 46
Joined: Sun Jun 25, 2017 02:24
GitHub: LouisCyfer

Re: [Mod] Nether [nether]

by LouisCyfer » Post

hi there!

just wanted to state, there is something I did to eliminate spam (hopefully).
It seems the code has not been updated against the depreciated call of "minetest.add_particlespawner".

if you change in "init.lua" - line 249 - 264:

Code: Select all

		minetest.add_particlespawner({
			amount = 32, --amount
			time = 4, --time
			minpos = {x = pos.x - 0.25, y = pos.y - 0.25, z = pos.z - 0.25}, --minpos
			maxpos = {x = pos.x + 0.25, y = pos.y + 0.25, z = pos.z + 0.25}, --maxpos
			minvel = {x = -0.8, y = -0.8, z = -0.8}, --minvel
			maxvel = {x = 0.8, y = 0.8, z = 0.8}, --maxvel
			minacc = {x = 0, y = 0, z = 0}, --minacc
			maxacc = {x = 0, y = 0, z = 0}, --maxacc
			minexptime = 0.5, --minexptime
			maxexptime = 1, --maxexptime
			minsize = 1, --minsize
			maxsize = 2, --maxsize
			collisiondetection = false, --collisiondetection
			texture = "nether_particle.png" --texture
		})
it saves alot log space because there's no message each particle on a nether-gate anymore ;)

regards!

User avatar
BirgitLachner
Member
Posts: 393
Joined: Thu May 05, 2016 10:18
In-game: Bibs

Re: [Mod] Nether [nether]

by BirgitLachner » Post

Is there a problem with the Nether Mod and the new version?

I tried to "open" a new nether-portal with flint/stone but it does not work.

EDIT: Okay, need to use Mese-Crystals, but still nothing happens.

User avatar
kingoscargames
Member
Posts: 216
Joined: Fri Jul 28, 2017 12:06
GitHub: kingoscargames
In-game: kingoscargames
Location: Netherlands

Re: [Mod] Nether [nether]

by kingoscargames » Post

BirgitLachner wrote:Is there a problem with the Nether Mod and the new version?

I tried to "open" a new nether-portal with flint/stone but it does not work.

EDIT: Okay, need to use Mese-Crystals, but still nothing happens.
You need to use a shard.
To activate the portal, rightclick it with a mese crystal fragment.

User avatar
ToyElf
Member
Posts: 13
Joined: Fri Apr 21, 2017 19:23
In-game: ToyElf Toy_Elf
Location: Carboard Box
Contact:

Re: [Mod] Nether [nether]

by ToyElf » Post

I have the same problem as @BirgitLachner
In the newest version of minetest, it doesn't work (mese crystal), I have absolutely no idea why. Any clues? Help?

User avatar
Wolfshippie
Member
Posts: 116
Joined: Mon Jul 24, 2017 12:37
GitHub: Wolfshippie
IRC: wolfshippie
In-game: wolfshippie minehippie
Location: Franconia, Bavaria, Germany
Contact:

Re: [Mod] Nether [nether]

by Wolfshippie » Post

ToyElf wrote:I have the same problem as @BirgitLachner
In the newest version of minetest, it doesn't work (mese crystal), I have absolutely no idea why. Any clues? Help?
You need to use a mese crystal fragment!

User avatar
kingoscargames
Member
Posts: 216
Joined: Fri Jul 28, 2017 12:06
GitHub: kingoscargames
In-game: kingoscargames
Location: Netherlands

Re: [Mod] Nether [nether]

by kingoscargames » Post

It works for me.
Image
Attachments
screenshot_20170910_121419.png
screenshot_20170910_121419.png (240.67 KiB) Viewed 869 times

User avatar
BirgitLachner
Member
Posts: 393
Joined: Thu May 05, 2016 10:18
In-game: Bibs

Re: [Mod] Nether [nether]

by BirgitLachner » Post

Yes ... it works for me too ... sorry ...

User avatar
ToyElf
Member
Posts: 13
Joined: Fri Apr 21, 2017 19:23
In-game: ToyElf Toy_Elf
Location: Carboard Box
Contact:

Re: [Mod] Nether [nether]

by ToyElf » Post

I have no idea why... but it miraculously started working today. ._.

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [Mod] Nether [nether]

by azekill_DIABLO » Post

LOL
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
paramat
Developer
Posts: 3700
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat
IRC: paramat
Location: UK

Re: [Mod] Nether [nether]

by paramat » Post

azekill_DIABLO that's an unnecessary post, please could you restrain your posting? Currently you are automatically replying to almost every post in the forum with anything that comes into your head (see the screenshot thread, almost every 2nd post is yours) it is irritating and a form of sh*tposting.

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [Mod] Nether [nether]

by azekill_DIABLO » Post

Meh.
Last edited by azekill_DIABLO on Fri Nov 17, 2017 15:32, edited 1 time in total.
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

sofar
Developer
Posts: 2146
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: [Mod] Nether [nether]

by sofar » Post

I have been contemplating to move this mod to minetest-mods in order to maintain it, since there seems to be still a demand and therefore use for it. Since Pilzadam has been missing for over a year, I don't think anyone would object to it getting some patches and moving github locations.

Chem871
Member
Posts: 999
Joined: Sat Aug 19, 2017 21:49
GitHub: Chemguy99
In-game: Chem Nyx
Location: My Basement's Attic

Re: [Mod] Nether [nether]

by Chem871 » Post

Could you add ores that spawn here?
What is SCP-055?

sofar
Developer
Posts: 2146
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: [Mod] Nether [nether]

by sofar » Post

Chem871 wrote:Could you add ores that spawn here?
Sure we could - anything is possible, are you thinking of quartz or something like that?

Chem871
Member
Posts: 999
Joined: Sat Aug 19, 2017 21:49
GitHub: Chemguy99
In-game: Chem Nyx
Location: My Basement's Attic

Re: [Mod] Nether [nether]

by Chem871 » Post

I was thinking antimese, or something like that, maybe certain ores are more readily available in the nether than the normal underground.
What is SCP-055?

User avatar
Vapalus
Member
Posts: 112
Joined: Wed Nov 15, 2017 17:16

Re: [Mod] Nether [nether]

by Vapalus » Post

For some reasons, the link does not work for me, so I cannot download it.
A man much wiser than me once said: "go away, you are bothering me"

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 26 guests