Skip to content

Latest commit

 

History

History
executable file
·
21 lines (16 loc) · 1.05 KB

template.md

File metadata and controls

executable file
·
21 lines (16 loc) · 1.05 KB
layout title permalink topnav
page
Template mod generator
/develop/template/
false

Use this tool to generate a customised template mod project, this is similar to the pre-configured fabric-example-mod.

Please submit any suggestions or feedback to github.com/FabricMC/fabricmc.net

You need Javascript to generate a mod template

{% assign cacheBust = site.time | date:'?v=%s' %}

<script type="text/javascript" src="{{ "/scripts/main.js" | relative_url | append: cacheBust }}"></script>
For setup instructions please see the [fabric wiki page](https://fabricmc.net/wiki/tutorial:setup) that relates to the IDE that you are using. This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.