mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2026-04-25 12:21:24 +00:00
Add item_model data component support for tokens
This commit is contained in:
@@ -44,6 +44,7 @@ public class ConfigUpdater {
|
||||
case 14 -> new Version15(toolStats).update(); // 14 to 15
|
||||
case 15 -> new Version16(toolStats).update(); // 15 to 16
|
||||
case 16 -> new Version17(toolStats).update(); // 16 to 17
|
||||
case 17 -> new Version18(toolStats).update(); // 17 to 18
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user