This website requires JavaScript.
Explore
Help
Sign In
TMC
/
modded7
Watch
1
Star
0
Fork
0
You've already forked modded7
Code
Issues
Pull Requests
Packages
Projects
Releases
5
Wiki
Activity
modded7
/
tools
/
types
/
fileDef.ts
7 lines
103 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Questbook Update + Buildscript Improvements (#681) [EXPAND] [[messages]] messageTitle = "QB Update for GT 2.8 (#681)" messageBody = """ [QB] [DETAILS] details = ["Fixes many Quest Book issues", "Updates QB with changes in GT 2.8"] [DETAILS] """ [[messages]] messageTitle = "Buildscript Refactor (#681)" messageBody = """ [INTERNAL] [DETAILS] details = ["**Important: Buildscript has changed from `npx gulp...` or `gulp...` to `npm run gulp...`**!", "Moves to Node 16 Package Management + Typescript Strict Mode", "New Port QB, Check QB and Fix QB Tasks"] [DETAILS] """ [EXPAND] Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Co-authored-by: Ghzdude <44148655+ghzdude@users.noreply.github.com> Co-authored-by: SparkedTheorem <162088357+SparkedTheorem@users.noreply.github.com>
2024-05-14 19:53:08 +08:00
import
{
HashDef
}
from
"./hashDef.ts"
;
Add Nomifactory's build scripts Modified slightly to use LICENSE rather than LICENSE.md
2022-02-10 12:07:06 -08:00
export
type
FileDef
=
{
url
:
string
;
hashes?
:
HashDef
[
]
;
}
;
Reference in New Issue
Copy Permalink