Minecraft Wiki
Advertisement

Great april fools joke

Is it real or not...? Domain name seems to be trust-able. (http://www.minecraft.net/ is good, right?) Locked chests in-game... seems a bit fake. Germz 18:35, 31 March 2011 (UTC)

Yes, they exist. but likey an april fools joke as your title points out. However, this does arise the question of what will happen after april fools day, if they are removed, then the maps that have them will have an item with block data 95, with no corrosponding code, which in normal cases causes a crash instantly Raiu tree 18:41, 31 March 2011 (UTC)

Notch could just do an update fixing this. Although I hope for soething more original :D Deepdata 23:02, 31 March 2011 (UTC)
I've used an NBT editor to create these chests in my inventory and they behave exactly as described, so there's no reason to delete this page, except as an anti April's Fool's spoiling action. --Barracuda 18:44, 31 March 2011 (UTC)

...I love Notch right now. Germz 18:48, 31 March 2011 (UTC)

Where are these found? --Technoman7 18:51, 31 March 2011 (UTC)

Looking at random things on youtube (like http://www.youtube.com/watch?v=IGBzBhE6Fwg), pretty much randomly. Germz 18:55, 31 March 2011 (UTC)

This just in: Going to the store and filling your cart with 10000$ or more worth of items, gives you a seizure. (Makes the shop flash in random colors) Germz 19:00, 31 March 2011 (UTC)


The "raptorize" script references the Konami code:

http://www.minecraft.net/img/loot/jquery.raptorize.1.0.js

			//Determine Entrance
			if(options.enterOn == 'timer') {
				setTimeout(init, options.delayTime);
			} else if(options.enterOn == 'click') {
				_this.bind('click', function(e) {
					e.preventDefault();
					if(!locked) {
						init();
					}
				})
			} else if(options.enterOn == 'konami-code'){
			    var kkeys = [], konami = "38,38,40,40,37,39,37,39,66,65";
			    $(window).bind("keydown.raptorz", function(e){
			        kkeys.push( e.keyCode );
			        if ( kkeys.toString().indexOf( konami ) >= 0 ) {
			        	init();
			        	$(window).unbind('keydown.raptorz');
			        }
			    }, true);

I haven't found a way to trigger this, and it seems like it can't be triggered, and if triggered, it would do the same thing as clicking the button (the init() code)...--Ha3 19:32, 31 March 2011 (UTC)

It's triggered by clicking proceed to checkout. It activates a screamer with that little raptor. CowPan 20:43, 31 March 2011 (UTC)

I think he meant an alternate way to activate the script, something with the konami code. Germz 21:04, 31 March 2011 (UTC)
How do you craft it? Drenay 22:11, 31 March 2011 (UTC)
Advertisement