Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature] Flammability override (#131)
* add flammability override feature * remove debug message * remove debug comment * refactoring * update comments * begin unified block override class * unified class for block overrides * call new class * delete old individual classes * it helps initializing fields... * use apache methods => scans superclasses recursively * move to feature package * change NMS instance and map to private * make final * remove blastRes vanilla fields * use Optional.of, will never return null at this point * add type args to map * &= and Nullable and lambda as well as comments * updat test comment * add example entry for obsidian * update test comment and add nicer parsing logic together with example
- Loading branch information