Page 1 of 3
[Mod] Nyancat's heaven [nyanland]

Posted:
Wed Dec 28, 2011 17:27
by Jeija
Nyancat's heaven adds a nyanland at the hight of around 30688 blocks (but you can change that in the init.lua by setting the NYANLAND_HEIGHT value).
The mod is in experimental state.
As soon as it is possible, I will add portals to get up there. For now, just teleport there.
Have a look at the pictures:

The ground is made out of glowing cloudstone.



If you punch the head of a moving nyan cat, it drops mese.
Do you have any further ideas for nyancat's heaven?
--> It isnt finished yet. The ground should be multiple cloud and not one platform.
I will fix the nyancat-without-head bug in a future update.
Version 0.1
Download as .tar.gzDownload as .zipVersion 0.2
Download as .tar.gzVersion 0.3
Download as .zip Put a file called 'depends.txt' to your nyanland folder and write 'default' into it if it is not working.Thanks to the idea of a heaven by sdzen posted here:
http://c55.me/minetest/forum/viewtopic.php?id=630License: GPLv3 for code and CC-SA for those texture made by me
Cheers,
Jeija

Posted:
Wed Dec 28, 2011 17:29
by jordan4ibanez
:O THATS EVEN BETTER!
buttt..make them iron apples :D
and it horribly lags my pc :(

Posted:
Wed Dec 28, 2011 17:39
by Nemo08
looks cool!

Posted:
Wed Dec 28, 2011 17:45
by MrThebuilder3
HOLY......

Posted:
Wed Dec 28, 2011 17:50
by MrThebuilder3
so i fly up really high and i cant find it?

Posted:
Wed Dec 28, 2011 17:53
by Jeija
@MrThebuilder3
I guess it would take hours to fly up there.
Just teleport:
/teleport 0,30950,0

Posted:
Wed Dec 28, 2011 18:22
by Menche
I think there should be some sort of portal or teleporter to get there; or, easier, make it a lot lower. Maybe have cloud or mese staircases from tall mountaintops?

Posted:
Wed Dec 28, 2011 18:44
by sfan5
jordan4ibanez wrote::O THATS EVEN BETTER!
buttt..make them iron apples :D
and it horribly lags my pc :(
That's not possible, There is only 1 "Apple" Node and that Node is an normal Apple

Posted:
Wed Dec 28, 2011 21:24
by randomproof
sfan5 wrote:jordan4ibanez wrote::O THATS EVEN BETTER!
buttt..make them iron apples :D
and it horribly lags my pc :(
That's not possible, There is only 1 "Apple" Node and that Node is an normal Apple
minetest.env:add_item(pos, 'craft "iron_apple" 1') doesn't work? (I've not use that function in any mods yet)

Posted:
Wed Dec 28, 2011 21:36
by Jeija
I guess you could add an ironapple item, but in my opinion the better solution are mese apples that give you all the hearts back.
I also added a "clonestone" (I will publish it as soon as I've made a texture for it, send in yours if you want to).
It is a block that can only be found in NyanCat's heaven and clones all blocks.
Of course it has to be very rare.
I think I'm gonna keep the heaven where it is and add portals (out of nyancat rainbow) as soon as it is possible using the api.
Cheers,
Jeija

Posted:
Wed Dec 28, 2011 21:48
by sdzen
you should also make flying star blocks alongside the nyan cats!

Posted:
Wed Dec 28, 2011 22:05
by IPushButton2653
I'm so excited to see more added on to this mod. I'm using it and it works great!

Posted:
Thu Dec 29, 2011 16:47
by Jeija
Just a short update for this mod...
I added 2 new nodes:
Healstone--> Heals the player when next to it, can be found in the trunk of trees
Clonestone --> Clones the block above if there is air below, can be found in the ground of nyanland
Download links are in the first post.
Can anyone draw textures for these blocks?
Later clonestones will maybe be found in some sort of dungeons.
But first of all, I have to change the landscape and make it cloud-like!
Cheers,
Jeija

Posted:
Thu Dec 29, 2011 17:08
by MrThebuilder3
soo healstone should be trunk-like?

Posted:
Thu Dec 29, 2011 17:09
by Jeija
Yep, I think that would look quite nice. But you should also be able to see the difference between trunk and healstone.

Posted:
Thu Dec 29, 2011 17:11
by MrThebuilder3
ok

Posted:
Thu Dec 29, 2011 17:22
by MrThebuilder3
ok here:



Posted:
Thu Dec 29, 2011 18:18
by Jeija
Are they for the healstone? NIce drawings, but the trunk is made out of mese and not tree wood in nyancat's heaven.

Posted:
Thu Dec 29, 2011 21:11
by MrThebuilder3
ok ill fix

Posted:
Fri Dec 30, 2011 08:59
by sfan5
1st - I made a Healstone Texture

2nd - Mese Apples

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("mese_apple", {
drawtype = "plantlike",
visual_scale = 1.0,
tile_images = {"mese_apple.png"},
inventory_image = "mese_apple.png",
paramtype = "light",
sunlight_propagates = true,
walkable = false,
dug_item = 'craft "mese_apple" 1',
material = minetest.digprop_constanttime(0.0),
furnace_burntime = 12,
})
minetest.register_craftitem("mese_apple", {
image = "mese_apple.png",
on_place_on_ground = minetest.craftitem_place_item,
on_use = minetest.craftitem_eat(16),
})minetest.register_node("mese_apple", {
drawtype = "plantlike",
visual_scale = 1.0,
tile_images = {"mese_apple.png"},
inventory_image = "mese_apple.png",
paramtype = "light",
sunlight_propagates = true,
walkable = false,
dug_item = 'craft "mese_apple" 1',
material = minetest.digprop_constanttime(0.0),
furnace_burntime = 12,
})
minetest.register_craftitem("mese_apple", {
image = "mese_apple.png",
on_place_on_ground = minetest.craftitem_place_item,
on_use = minetest.craftitem_eat(16),
})
3rd - Idea
You could make Yellow Cloudstone(

) and Tools from Yellow Cloudstone(




)
All in One as Zip:
http://www.mediafire.com/?mykihpraqybm09y

Posted:
Fri Dec 30, 2011 13:14
by Jeija
Thanks a lot, sfan! Im gonna implement these things in the next version!

Posted:
Fri Dec 30, 2011 19:43
by Staffs
NO. DO NOT IMPLEMENT YELLOW CLOUDSTONE TOOLS ITS FUCKING ANNOYING WHY Every block needs its tools. Its enough with wood stone iron and MESE but that is IT. No stupid random block tools !!!

Posted:
Fri Dec 30, 2011 19:48
by Jeija
Im not sure if I'm gonna add these tools now... But yellow cloudstone could be useful for something else, or maybe I will add thunderstorm cloudstone instead which has some magic features ^^ what do you think about that?

Posted:
Fri Dec 30, 2011 21:47
by sfan5
You could add Blue Cloudstone which whilrs around in the Air
PS:I can make a Texture if you want

Posted:
Fri Dec 30, 2011 21:56
by sfan5
Staffs wrote:NO. DO NOT IMPLEMENT YELLOW CLOUDSTONE TOOLS ITS FUCKING ANNOYING WHY Every block needs its tools. Its enough with wood stone iron and MESE but that is IT. No stupid random block tools !!!
Calm down.I only said he
could!

Posted:
Fri Dec 30, 2011 21:59
by Staffs
Jeija wrote:Im not sure if I'm gonna add these tools now... But yellow cloudstone could be useful for something else, or maybe I will add thunderstorm cloudstone instead which has some magic features ^^ what do you think about that?
That is more original- So yeah its a good idea :)

Posted:
Fri Dec 30, 2011 22:03
by Jeija
Would be nice if you made some textures, sfan ^^ Do you have any ideas what exactly these magic stones could do?
Btw.: I tried out portals, but they only work sometimes. It seems like the modding api isn't able to move players :(. I was able to teleport rats and other objects, but players don't work.

Posted:
Sat Dec 31, 2011 08:39
by sfan5
Jeija wrote:Would be nice if you made some textures, sfan ^^ Do you have any ideas what exactly these magic stones could do?
Do you mean The Yellow or the Blue Cloudstones?
The Yellow Cloudstones could have the same light level as the Daylight.
The Blue Cloudstones could swirl though the Air like a Thunder and create random Nyancats.
And there could be Green Cloudstone which is rare.
You can craft a Cepter from the Green Cloudstone.
Any Block which was punched will be added to the Inventory, but the Block won't be removed.
The Cepter only works for 10 Times.
Another Idea:
The Cepter can be crafted with Mese-Sticks.
If you want Textures for that ask me.

Posted:
Sat Dec 31, 2011 10:16
by sfan5

Posted:
Sun Jan 01, 2012 11:46
by Staffs
Sfan your clockmese video made me think of an idea :D thx