[Mod] Nether [nether]

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

[Mod] Nether [nether]

by PilzAdam » Tue Apr 30, 2013 10:44

Hello everyone!
This mod adds a nether to Minetest.

Image
Image
Image

You can go into the nether by either digging deep down or build a obsidian portal as seen in the screenshots above. To activate the portal, rightclick it with a mese crystal fragment.
When you go into the portal it will teleport you directly into the nether. A new portal is generated at your spawning point, and it will bring you back to your first portal (Note: the genration of the portal in the nether might take some time (up to 4 seconds)).
If one of the portals get destroyed (i.e. an obisidan block gets dug) the connection is destroyed. New portals that are build in the nether will bring you near the surface again.

Rare materials like glowstone, nethersand and netherbricks can be found in the nether. Netherbricks only appear in nether dungeons, and are not craftable.

sdzen has made a mob for this with the Simple Mobs API: http://ompldr.org/vaWFrZw/lawyers.zip
Get Simple Mobs here: http://forum.minetest.net/viewtopic.php?id=3063

License:
(see README.txt)
Sourcecode: WTFPL
Textures: CC BY-SA

Depends:
default

GitHub:
https://github.com/PilzAdam/nether

Download:
0.4.8 or later: https://github.com/PilzAdam/nether/archive/voxelmanip.zip
0.4.7 or earlier: https://github.com/PilzAdam/nether/archive/master.zip

Compatibility:
This mod should run on Minetest 0.4.6 stable, but the portal needs current dev version of Minetest to be transparent.
You can apply this mod to any map that has not yet generated the area under -5000 (this is most likely not the case).
Last edited by PilzAdam on Wed Apr 09, 2014 13:22, edited 1 time in total.
 

User avatar
Chinchow
Member
 
Posts: 683
Joined: Tue Sep 18, 2012 21:37

by Chinchow » Tue Apr 30, 2013 10:46

Woah
Sometimes, it's harder to think up a mod than it is to create it.
Mods: Orichalcum Stonebricks Extra Chests
 

User avatar
Zeg9
Member
 
Posts: 608
Joined: Fri Sep 21, 2012 11:02

by Zeg9 » Tue Apr 30, 2013 10:57

Really nice, but sadly caverns are too small, this would be better as a c++ mapgen modification... or is there a way to tell the mapgen the cavern size at a certain height?
I made a few (a lot of?) mods for minetest: here is a list.
See also the MT-Faithful texture pack (work in progress).
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Tue Apr 30, 2013 11:01

This is going to be added to MiniTest but edited alot.(mainly right names and i will define my own nodes in default). PilzAdam how would i make really good caverns(air ore)
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

User avatar
Zeg9
Member
 
Posts: 608
Joined: Fri Sep 21, 2012 11:02

by Zeg9 » Tue Apr 30, 2013 11:03

jojoa1997 wrote:This is going to be added to MiniTest but edited alot.(mainly right names and i will define my own nodes in default). PilzAdam how would i make really good caverns(air ore)

There is a possible way to make it using perlin, but I think this is quite laggy. See flolands or others by paramat for more information...
I made a few (a lot of?) mods for minetest: here is a list.
See also the MT-Faithful texture pack (work in progress).
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Tue Apr 30, 2013 11:05

Nah i want to use ore. I might experiment with sheet ore.
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Tue Apr 30, 2013 11:08

I basically change all nodes to netherrack/nethersand/glowstone/whatever, so I dont control the cave size.

However, I like this style of the nether better than the MC one. It adds some "claustrophobia" effect to it.
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Tue Apr 30, 2013 11:29

Small update: Netherrack now only drops itself with a chance of 1/3.
 

User avatar
Aqua
Member
 
Posts: 641
Joined: Wed Aug 22, 2012 09:11

by Aqua » Tue Apr 30, 2013 11:30

Nice! Hasn't there been another Nether mod? What are the differences?
Hi there ^.~
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Tue Apr 30, 2013 11:44

Aqua wrote:Nice! Hasn't there been another Nether mod? What are the differences?

http://forum.minetest.net/viewtopic.php?pid=21486#p21486
Well, except the netherrack everything is different (I also use a different texture for that). AFAIK the old nether mod doesnt even work in the current Minetest versions. I also heard that it was extremly slow, while mine is pretty playable without lag.
The old mod seems to generate the nether at the surface and also has trees and stuff, while my mod generates the nether deep underground.

So, except for the name the two mods are completly different.
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Tue Apr 30, 2013 11:45

Nice mod!
Aqua wrote:Nice! Hasn't there been another Nether mod? What are the differences?

IIRC the old nether mod generated the terrain with lua, this mod "generates" the terrain using ores.
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

User avatar
Zeg9
Member
 
Posts: 608
Joined: Fri Sep 21, 2012 11:02

by Zeg9 » Tue Apr 30, 2013 11:46

PilzAdam wrote:
Aqua wrote:Nice! Hasn't there been another Nether mod? What are the differences?

http://forum.minetest.net/viewtopic.php?pid=21486#p21486
Well, except the netherrack everything is different (I also use a different texture for that). AFAIK the old nether mod doesnt even work in the current Minetest versions. I also heard that it was extremly slow, while mine is pretty playable without lag.
The old mod seems to generate the nether at the surface and also has trees and stuff, while my mod generates the nether deep underground.

So, except for the name the two mods are completly different.

Both generate it deep underground. The old one seems to use pseudo random so the landscape isn't really good, and it's a lot laggy.
I made a few (a lot of?) mods for minetest: here is a list.
See also the MT-Faithful texture pack (work in progress).
 

User avatar
Evergreen
Member
 
Posts: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

by Evergreen » Tue Apr 30, 2013 13:11

Hybrid Dog wrote:
PilzAdam wrote:-snip-
I don't think it's so good that the netherrack looks like cobble.

So? I think it looks good.
"Help! I searched for a mod but I couldn't find it!"
http://krock-works.16mb.com/MTstuff/modSearch.php
 

User avatar
Zeg9
Member
 
Posts: 608
Joined: Fri Sep 21, 2012 11:02

by Zeg9 » Tue Apr 30, 2013 13:20

Hybrid Dog wrote:
PilzAdam wrote:Image
I don't think it's so good that the netherrack looks like cobble.

Here is how I think it should be:
Image

The texture I made/used: Image (license = the one from the mod)
Last edited by Zeg9 on Tue Apr 30, 2013 13:22, edited 1 time in total.
I made a few (a lot of?) mods for minetest: here is a list.
See also the MT-Faithful texture pack (work in progress).
 

User avatar
Zeg9
Member
 
Posts: 608
Joined: Fri Sep 21, 2012 11:02

by Zeg9 » Tue Apr 30, 2013 13:24

Hybrid Dog wrote:
Zeg9 wrote:...
What's the meaning of the yellow clock?

That's from some HUD testing by kaeza
I made a few (a lot of?) mods for minetest: here is a list.
See also the MT-Faithful texture pack (work in progress).
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Tue Apr 30, 2013 13:27

Zeg9 wrote:Here is how I think it should be:
Image

The texture I made/used: Image (license = the one from the mod)

Added.
Screenshots updated.
Last edited by PilzAdam on Tue Apr 30, 2013 13:29, edited 1 time in total.
 

User avatar
onpon4
Member
 
Posts: 517
Joined: Thu Mar 21, 2013 01:54

by onpon4 » Tue Apr 30, 2013 15:38

Any plans for nether mobs, either a part of this mod directly or in Simple Mobs?
 

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

by Inocudom » Tue Apr 30, 2013 16:31

Nether is a name used by Minecraft. Why don't we call it Di Yu, Gehenna, or Underworld instead?

How far down does this place go?
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Tue Apr 30, 2013 16:36

Inocudom wrote:How far down does this place go?

Far. Very far.
 

blc34
New member
 
Posts: 1
Joined: Mon Apr 08, 2013 17:16

by blc34 » Tue Apr 30, 2013 17:08

Cool mod! instead of using mese fragment, maybe try obsidian fragment!
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Tue Apr 30, 2013 17:13

blc34 wrote:Cool mod! instead of using mese fragment, maybe try obsidian fragment!

With mese fragments you need 2 rather rare materials, wich is better than only obsidian.
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Tue Apr 30, 2013 17:16

Inocudom wrote:Nether is a name used by Minecraft. Why don't we call it Di Yu, Gehenna, or Underworld instead?

Wait for it.....

Go to hell :D
</badjoke>
 

User avatar
Likwid H-Craft
Member
 
Posts: 1113
Joined: Sun Jan 06, 2013 14:20

by Likwid H-Craft » Tue Apr 30, 2013 17:54

About Time a Working Dimension...

I have now big plans for this and good new textures etc.

Thanks Adam :) noe you just need a Hell Ore ;)
My Domain's/others:
http://likwidtest.hj.cx/ (Not Done)
 

User avatar
Traxie21
Member
 
Posts: 753
Joined: Mon Dec 31, 2012 10:48

by Traxie21 » Tue Apr 30, 2013 18:44

The Abyss?

Or simply: Terror.
 

User avatar
Linxx
Member
 
Posts: 401
Joined: Wed May 16, 2012 00:37

by Linxx » Tue Apr 30, 2013 18:50

PilzAdam wrote:
Inocudom wrote:Nether is a name used by Minecraft. Why don't we call it Di Yu, Gehenna, or Underworld instead?

Wait for it.....

Go to hell :D
</badjoke>

[G]o [T]o H[ell] = the Gellt? :D
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Tue Apr 30, 2013 18:53

Nice.

How about Rehten?
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Tue Apr 30, 2013 18:55

FYI, Im not going to change the name.
 

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

by Calinou » Tue Apr 30, 2013 18:56

Likwid H-Craft wrote:Thanks Adam :) noe you just need a Hell Ore ;)


I'd rather have various kinds of plants and precious drops from mobs that would spawn in the Nether than just ores.
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Tue Apr 30, 2013 19:14

PilzAdam wrote:
Inocudom wrote:Nether is a name used by Minecraft. Why don't we call it Di Yu, Gehenna, or Underworld instead?

Wait for it.....

Go to hell :D
</badjoke>

Haha :D
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

User avatar
Likwid H-Craft
Member
 
Posts: 1113
Joined: Sun Jan 06, 2013 14:20

by Likwid H-Craft » Wed May 01, 2013 01:42

Calinou wrote:
Likwid H-Craft wrote:Thanks Adam :) noe you just need a Hell Ore ;)


I'd rather have various kinds of plants and precious drops from mobs that would spawn in the Nether than just ores.


A Hell Rat?
Drops Hell Rat (Raw)

A Evil Mese Ghost, look like a, mese but get close change until a mob and toss Burning Mese.

Rare Drop Burning Mese

Traze Ours Blaze.

Black-eyed
A very hard mob takes about 35 hits to kill and drops. Black Eye to teleport.

Hell Sheep (Can't be more Hell)
My Domain's/others:
http://likwidtest.hj.cx/ (Not Done)
 

Next

Return to Mod Releases

Who is online

Users browsing this forum: Bing [Bot] and 22 guests

cron