Skip to content

Main Page

Andrey edited this page Jul 23, 2019 · 7 revisions

Welcome to the TimeCore wiki!

Core Features:

Obj Model Loader - For now it supports triangular and square faces. Models can be loaded via ObjModelLoader. Example of using these models can be viewed in example package.

Obj Model Generator - WARNING: BETA! Converts entity models that was created via code into OBJ files. Can be called via /timecore genobj command.

Config Reloader - It has method to reload configs, so you can call it for example by command, and also this method posts OnConfigReloadedEvent to reload custom information, for example, parsing String array.

Easy Registry - Aims to slightly simplify registry of blocks, items, tileentites and sounds.

Log Helper - Advanced Logger that can print messages which appears only in development workspace. Also it has ability to print debug and trace leveled messages to console, not to debug.log.

Profiler - Simply allows to understand how much time was spent on this or that action.

Contents:

Clone this wiki locally