mirror of
https://git.neolegacy.dev/neoStudiosLCE/neoLegacy.git
synced 2026-07-15 18:42:34 +00:00
- Elytra flight, damage, kinetic energy, pretty much any bug someone reported, paper doll, etc. - Fossil & Igloo generation - Texture interpolation - Iggy mouse fix for world settings - Neo branding on main screen - Release build txt logger - Debug mode spectator - Several server fixes - Flowerpot fixes - Several more changes made in TU43
21 lines
362 B
JSON
21 lines
362 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"inheritEnvironments": [
|
|
"msvc_x64"
|
|
],
|
|
"name": "x64-Debug",
|
|
"includePath": [
|
|
"${env.INCLUDE}",
|
|
"${workspaceRoot}\\**"
|
|
],
|
|
"defines": [
|
|
"WIN32",
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"intelliSenseMode": "windows-msvc-x64"
|
|
}
|
|
]
|
|
} |