Skip to content

Instantly share code, notes, and snippets.

View jaskarth's full-sized avatar

Jasmine Karthikeyan jaskarth

View GitHub Profile

Float precision

Source:

double x = 0.2F;

Fernflower:

double x = 0.20000000298023224D;
@jaskarth
jaskarth / 116-update-guide.md
Last active June 6, 2020 14:57
1.16 update guide

Hey! I was inspired by williewuss's primer to create a guide on what is changing in 1.16, from mostly a worldgen perspective. This guide is just an overview on what Mojang changed, not what Forge changed.
However, I know that not everyone makes worldgen mods so I'll also include a section on non-worldgen stuff.
For the Forge people, this guide uses Yarn names! You can find the conversion at the bottom.
If you have more info, feel free to contact me and I'll add it to this list.

Cheers, SuperCoder79

Last updated: 6/6/2020, 1.16-pre2

Not worldgen