Skip to content

Commit

Permalink
index.php/add-mods: add loadertype field
Browse files Browse the repository at this point in the history
  • Loading branch information
cowpod committed Oct 31, 2024
1 parent c6d74f4 commit ae9d207
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,8 @@ function uri($uri) {
</div>
<br />
<input required class="form-control" type="text" name="md5" placeholder="File md5 Hash"><br />
<input required class="form-control" required type="text" name="mcversion" placeholder="Minecraft Version"><br />
<input required class="form-control" required type="text" name="mcversion" placeholder="Minecraft Version"><br/>
<input required class="form-control" required type="text" name="loadertype" placeholder="Loader type (forge, neoforge, fabric)" style="text-transform: lowercase;"><br />
<input type="submit" name="submit" value="Save" class="btn btn-success">
</form>
</div>
Expand Down

0 comments on commit ae9d207

Please sign in to comment.