Remove util:lookup plugin

Behaviour moved into the api plugin.
This commit is contained in:
Major
2018-04-08 16:19:02 +01:00
parent fdabea8162
commit 8fe09880b7
11 changed files with 66 additions and 72 deletions
+5 -6
View File
@@ -1,13 +1,12 @@
plugin {
name = "fishing_skill"
authors = [
"Linux",
"Major",
"tlf30"
"Linux",
"Major",
"tlf30"
]
dependencies = [
"api",
"entity:spawn",
"util:lookup"
"api",
"entity:spawn",
]
}
+1 -1
View File
@@ -6,6 +6,6 @@ plugin {
"tlf30"
]
dependencies = [
"util:lookup", "api"
"api"
]
}
+6 -4
View File
@@ -1,10 +1,12 @@
plugin {
name = "runecrafting-skill"
authors = [
"Major",
"BugCrusher",
"tlf30"
"Major",
"BugCrusher",
"tlf30"
]
dependencies = ["util:lookup", "api"]
dependencies = [
"api"
]
}