Core Database Content Classification Subdivison (#11506)

* test

* test

* test

* Core database content subdivision

* Core database content subdivision

* undo some old change

* Revert "test"

This reverts commit ada9dca787.

* Revert "test"

This reverts commit d7c81185

* undo some old change

* cleanup

* Update core/assets/bundles/bundle.properties

* Format and Cleanup

* Format and Cleanup

* gradle toggle

* Update core/assets/bundles/bundle.properties

* Update core/assets/bundles/bundle.properties

* Update core/assets/bundles/bundle.properties

---------

Co-authored-by: Anuken <arnukren@gmail.com>
This commit is contained in:
酪桦姬
2025-12-30 14:08:00 +08:00
committed by GitHub
parent b143b05ad7
commit 4981300476
5 changed files with 165 additions and 54 deletions

View File

@@ -1251,6 +1251,10 @@ public class Block extends UnlockableContent implements Senseable{
}
}
if(databaseTag == null || databaseTag.isEmpty()){
databaseTag = category.name();
}
super.postInit();
}