Page 1 of 1
Nyan cat block recipe

Posted:
Sun Dec 18, 2011 18:10
by Zsoltisawesome
Does anyone know the recipe for a Nyan cat block? •••

Posted:
Sun Dec 18, 2011 18:40
by IPushButton2653
There isn't a recipe, you have to mine it. And so far, I am not having any luck >~<

Posted:
Sun Dec 18, 2011 22:06
by Calinou
Nyan cat is an extremely rare block, by the way. Good luck finding it...

Posted:
Mon Dec 19, 2011 00:25
by Menche
I just add it to the creative mode inventory.

Posted:
Mon Dec 19, 2011 00:38
by bwog
Menche wrote:I just add it to the creative mode inventory.
How?

Posted:
Mon Dec 19, 2011 02:36
by Menche
In content_craft.cpp, towards the bottom is a list called " // CONTENT_IGNORE-terminated list". In the list, before CONTENT_IGNORE, add CONTENT_NC (for the cat) and CONTENT_NC_RB (for the rainbow). I also add CONTENT_WOOD and CONTENT_LADDER. Then, of course, recompile. If you add more items than there are inventory squares, the last items will not be displayed.

Posted:
Mon Dec 19, 2011 03:34
by dannydark
you could just use the /give commands if your using the 0.4 version of minetest to give yourself the nyan cat.

Posted:
Mon Dec 19, 2011 03:59
by Menche
How do you use /give?

Posted:
Mon Dec 19, 2011 06:14
by sfan5
/give user item/node number
Examples:
/give sfan5 craft default:rat 5
/give sfan5 node more_fences:fence_iron 99

Posted:
Mon Dec 19, 2011 11:21
by xyz
sfan5 wrote:/give user item/node number
Examples:
/give sfan5 craft default:rat 5
/give sfan5 node more_fences:fence_iron 99
It is easier to use /giveme, like /giveme craft rat 5

Posted:
Mon Dec 19, 2011 15:43
by kddekadenz
It's possible to make a mod for this, too. I could make a crafting recipe and/or add it to creative mode if needed.