Add readme
This commit is contained in:
parent
b19d7727db
commit
c8b50a7ba3
2 changed files with 9 additions and 16 deletions
8
README.md
Normal file
8
README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
Use this with vscode
|
||||
|
||||
1. Install [Language Support for Java(TM) by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java)
|
||||
2. Run
|
||||
```
|
||||
./gradlew vscode genSources
|
||||
```
|
||||
3. Search with `Ctrl+P` prefix searches with `#`
|
|
@ -1,16 +1 @@
|
|||
# Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
org.gradle.parallel=true
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.21.1
|
||||
loader_version=0.16.9
|
||||
|
||||
# Mod Properties
|
||||
mod_version=1.0.0
|
||||
maven_group=com.example
|
||||
archives_base_name=template-mod
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.109.0+1.21.1
|
||||
minecraft_version=1.21.1
|
Loading…
Reference in a new issue