refactor: cleanup block classes and migrate tests to NeoForge

- Removed onDestroyedByPlayer from blocks (now handled by OreBreakEventHandler)
- Updated tests to use NeoForge classes (ModConfigSpec instead of ForgeConfigSpec)
- Fixed EnchantabilityFix annotation and commented out placeholder code
- Updated pack.mcmeta format for 1.21.1
This commit is contained in:
feldenr
2026-02-02 23:21:11 +01:00
parent 0fa495474b
commit 93bb4afb97
22 changed files with 35 additions and 168 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 15,
"pack_format": 48,
"description": "Changement de la distribution des ressources sur Minecraft, ne pas utilisé seul sans KubeJS"
}
}