Module talk:DidYouKnow
Ellipsis symbol Edit
Can the 3 full stops or periods "..." on line 5 be replaced by the ellipsis symbol "…"? --JivanZa (talk) 10:23, 23 June 2022 (UTC)
Remove one fact Edit
Hi there, in this module, there’s the following fact:
„... that there are 264 (18,446,744,073,709,511,616) world seeds in Java Edition, but only 232 (4,294,967,296) seeds in Bedrock Edition?“
Since the 1.18.30 update, that fact is wrong because Bedrock and Pocket now also use Java Edition‘s 64-bit seeds. Can someone correct this pls? Sadly, don’t have permissions to do that.
Sincerely yours, Atten007 😊
Sandbox Edit
Please copy the sandbox to the live module; this removes the isPresent
variable from p.getFacts()
and instead just directly stores the fact to the chosen
table if it isn't already present there. 「ディノ奴千?!」☎ Dinoguy1000 14:56, 1 January 2024 (UTC)
- Your change does the exact opposite of the current code, adding the number only when it already exists. This also results in an endless loop, as you start with an empty list so there won't ever be any facts added. --
MarkusRost (talk) 15:03, 1 January 2024 (UTC)
- ...Aah, I see it now. No idea how I missed that before. =/ 「ディノ奴千?!」☎ Dinoguy1000 14:11, 2 January 2024 (UTC)