Minecraft Wiki
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
[view | edit | history | purge]DocumentationJump to code ↴

This is the module containing all the facts for the "Did you know…" section. Non-admins can suggest new hooks or changes at Module:DidYouKnow/facts/editcopy. Diff with editcopy.

Notice

Templates cannot be used here. You have to parse the template you are intending to use manually.

All facts:

[view | edit | history | purge]The above documentation is transcluded from Module:DidYouKnow/facts/doc.
local p = {}

p.facts = {
	"[[Minecraft]] was firstly called \"Cave Game\"";
	"[[Far Lands|the Farther Lands]] existed before [[1.7.3]]";
	"a [[compass]] and a [[clock]] can be viewed without having in [[Java Edition]]'s statistics page";
	"the head of a [[piston]] can't fit inside its body";
	"[[C418]]'s only two edits on this wiki was vandalism"
}

return p
Advertisement