GH-3229 fix copy seed button not working for newer worlds
Added the `optional-bare` library and refactored NBT reading code to support this change.
This commit is contained in:
5
libraries/optional-bare/README.md
Normal file
5
libraries/optional-bare/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# optional bare
|
||||
|
||||
A simple single-file header-only version of a C++17-like optional for default-constructible, copyable types, for C++98 and later.
|
||||
|
||||
Imported from: https://github.com/martinmoene/optional-bare/commit/0bb1d183bcee1e854c4ea196b533252c51f98b81
|
Reference in New Issue
Block a user