Page 1 of 1

[Hardcore] Test Until Drop (official) [Mission] {W.I.P}

PostPosted: Thu Feb 14, 2013 16:23
by Likwid H-Craft
I am making a Mission and, I will be happy to take ideas etc.

So far I have Mobs and, my Bedrock so I need, more ideas!

Anyone welcome to help make this, the first official mission.

------
Ideas
------

Fast Build Wall(Me)
Fast Build Home (Me)
Fast Build Mod Pack (Me)
Stop Block(Me){Done}
Nove Pack(Me And Aqua)
Some Odd Food(Me and Adam)[Adam]Farming[/Adam]
Carts(Adam)

----------
Chapters
----------

Chapter 1:New Tester!

-------------
Easter Eggs
-------------

At Start theres a mese, with a mese pickaxe on top!

--------------
Beta Testers
--------------

lkjoel

---------
Helpers
---------

lkjoel (How make more, then one block place code)
Aqua (Nova Pack)

-----
DLC
-----

N/A

PostPosted: Thu Feb 14, 2013 21:26
by Likwid H-Craft
Code From lkjoel that helped make Fast Build Pack

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
minetest.register_node("test:test", {
description = "Test",
on_construct = function(pos)
  minetest.env:add_node(pos, "default:stone")
  minetest.env:add_node({x=pos.x+1, y=pos.y+1, z=pos.z+1}, "default:cobble")
end
})

PostPosted: Fri Feb 15, 2013 07:25
by Aqua
I'm happy to help you make the Nova tools, ore, blocks, if you allow me.

PostPosted: Fri Feb 15, 2013 12:22
by Likwid H-Craft
Yes everyone allow help.

-Added Aqua a Helper-