Better authors field (#18)

This commit is contained in:
Ven
2022-10-01 02:27:28 +02:00
committed by GitHub
parent 3e64054283
commit ef353f1d66
22 changed files with 71 additions and 26 deletions

View File

@ -1,10 +1,11 @@
import definePlugin from "../utils/types";
import gitHash from "git-hash";
import { Devs } from '../utils/constants';
export default definePlugin({
name: "Settings",
description: "Adds Settings UI and debug info",
author: "Vendicated",
authors: [Devs.Ven],
required: true,
patches: [{
find: "().versionHash",