mirror of
https://github.com/squeek502/Squake.git
synced 2025-08-03 09:47:22 -04:00

Still some issues to work out, mainly "Player moved wrongly" when sneaking + jumping while going over a certain speed (surprisingly, this is not related to trimping, still happens if trimping is disabled)
17 lines
299 B
JSON
17 lines
299 B
JSON
[
|
|
{
|
|
"modid": "squake",
|
|
"name": "Squake",
|
|
"description": "Quake-style movement in Minecraft.",
|
|
"version": "${version}",
|
|
"mcversion": "${mcversion}",
|
|
"url": "",
|
|
"updateUrl": "",
|
|
"authorList": ["squeek"],
|
|
"credits": "",
|
|
"logoFile": "",
|
|
"screenshots": [],
|
|
"dependencies": []
|
|
}
|
|
]
|