Files
distant-horizons-sharded/src/main/resources/mcmod.info
T
James Seibel 2ee76a413f Refactor, comment, and clean up everything
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.
2021-02-23 08:19:37 -06:00

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"]
}
]