2ee76a413f
This adds comments to almost every class, removes a few classes that weren't being used, improves the names of a number of methods, and does a bunch of random polishing/cleaning.
17 lines
423 B
JSON
17 lines
423 B
JSON
[
|
|
{
|
|
"modid": "lod",
|
|
"name": "Level Of Details",
|
|
"description": "Generates and renders simplified chunks beyond the normal view distance, at a low performance cost.",
|
|
"version": "1.0",
|
|
"mcversion": "1.12.2",
|
|
"url": "",
|
|
"updateUrl": "",
|
|
"authorList": ["James Seibel"],
|
|
"credits": "TechnoVision and Vike for their modding tutorials.",
|
|
"logoFile": "",
|
|
"screenshots": [],
|
|
"dependencies": ["lodcore"]
|
|
}
|
|
]
|