https://github.com/overminddl1/gtecs
https://github.com/overminddl1/gtecs
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/overminddl1/gtecs
- Owner: OvermindDL1
- License: other
- Created: 2017-08-20T23:59:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T23:01:32.000Z (almost 9 years ago)
- Last Synced: 2025-01-21T18:51:29.687Z (over 1 year ago)
- Language: Java
- Size: 224 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-fml.txt
Awesome Lists containing this project
README
# Gregtech ECS
This is a testing project to test an ECS while combining with GT6.
Currently it supports:
* Loading and saving entities to/from json files.
* Loading and saving an entity to/from NBT structures (say for saving/loading from an ItemStack.
* Can generate new Block's via a component.
* Can dump out the structure of a set of entities in both JSON and NBT-string format.
Currently working on:
* TileEntity ECS, this required the NBT serialization to work, which is just now completed.