Difference between revisions of "User:HybridDog"

From Minetest Wiki
Jump to navigation Jump to search
Line 1: Line 1:
== Nether ==
+
At first I edited some mods. Then I made an own one and called it "mo". I did a lot at this mod and later I pulled other mods out of it and edited them more:
 +
{| class="wikitable"
 +
| sumpf
 +
| maybe my first node, at first called "mo:a" and the brown mushroom
 +
|-
 +
| superpick
 +
| a very fast pick I made because the mese pick was too slow
 +
|-
 +
| riesenpilz
 +
| the brown mushroom (taken from sumpf)
 +
|-
 +
| trashcan
 +
| an unused nodebox
 +
|-
 +
| rotten_papyrus
 +
| a .lua file
 +
|-
 +
| extrablocks
 +
| the rest of the nodes
 +
|}
 +
 
 +
The original texture of the sumpf mod: [[File:HybridDog swamp origin.png]]
 +
 
 +
Now "mo" is only used for testing.
 +
 
 +
 
 +
== Some mods ==
 +
 
 +
=== Nether ===
  
 
https://github.com/HybridDog/minetest-nether <br/>
 
https://github.com/HybridDog/minetest-nether <br/>
Line 20: Line 48:
  
  
== connected_chests ==
+
=== connected_chests ===
  
 
https://github.com/HybridDog/connected_chests<br/>
 
https://github.com/HybridDog/connected_chests<br/>
 
Hold shift and place a chest onto another one.<br/>
 
Hold shift and place a chest onto another one.<br/>
 
[[File:Connected_chest.png]]
 
[[File:Connected_chest.png]]

Revision as of 11:33, 18 June 2014

At first I edited some mods. Then I made an own one and called it "mo". I did a lot at this mod and later I pulled other mods out of it and edited them more:

sumpf maybe my first node, at first called "mo:a" and the brown mushroom
superpick a very fast pick I made because the mese pick was too slow
riesenpilz the brown mushroom (taken from sumpf)
trashcan an unused nodebox
rotten_papyrus a .lua file
extrablocks the rest of the nodes

The original texture of the sumpf mod: HybridDog swamp origin.png

Now "mo" is only used for testing.


Some mods

Nether

https://github.com/HybridDog/minetest-nether
My edited version of Ik.'s nether mod adds something like a second world to minetest. Damage and bones should be enabled if you want to play it right.

  • At first you need to create a portal like the one of PilzAdam's nether mod. If you use it, you should respawn in the nether with an empty inventory.
  • Then you need to collect the stuff you are able to dig there.
  • After that you craft simple mushroom picks and dig some netherrack bricks of a building.
  • craft a furnace (I used the default one because much code would be needed to make an own one.)
  • cook some blood nodes and craft a blood extractor
  • eat a nether fruit to get a bit blood
  • extract the blood out of the blood stem
  • craft nether sticks
  • make a cooked blood wood pick
  • get stuff and make better picks
  • collect stuff to make following portal

File:Nether portal.png

to use it, eat a nether fruit while standing on the white node Don't forget to take enough stuff with you to build such a portal on the overworld, too to be able to bring usual nodes into the nether.


connected_chests

https://github.com/HybridDog/connected_chests
Hold shift and place a chest onto another one.
File:Connected chest.png