Fixed compatibility with latest changes
This commit is contained in:
parent
e530349f0a
commit
2363c01534
@ -3,8 +3,8 @@ package meteordevelopment.addons.template;
|
|||||||
import meteordevelopment.addons.template.commands.*;
|
import meteordevelopment.addons.template.commands.*;
|
||||||
import meteordevelopment.addons.template.modules.*;
|
import meteordevelopment.addons.template.modules.*;
|
||||||
import meteordevelopment.addons.template.modules.hud.*;
|
import meteordevelopment.addons.template.modules.hud.*;
|
||||||
import meteordevelopment.meteorclient.MeteorAddon;
|
|
||||||
import meteordevelopment.meteorclient.MeteorClient;
|
import meteordevelopment.meteorclient.MeteorClient;
|
||||||
|
import meteordevelopment.meteorclient.addons.MeteorAddon;
|
||||||
import meteordevelopment.meteorclient.systems.commands.Commands;
|
import meteordevelopment.meteorclient.systems.commands.Commands;
|
||||||
import meteordevelopment.meteorclient.systems.modules.Category;
|
import meteordevelopment.meteorclient.systems.modules.Category;
|
||||||
import meteordevelopment.meteorclient.systems.modules.Modules;
|
import meteordevelopment.meteorclient.systems.modules.Modules;
|
||||||
|
@ -26,6 +26,6 @@
|
|||||||
"depends": {
|
"depends": {
|
||||||
"java": ">=16",
|
"java": ">=16",
|
||||||
"minecraft": ">=@mc_version@",
|
"minecraft": ">=@mc_version@",
|
||||||
"meteor-client": ">=@meteor_version@"
|
"meteor-client": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user