Updated gitignore. Updated mod id across project. Fixed gradle not replacing properties in mods.toml.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,6 +2,9 @@
|
||||
*.blend?
|
||||
*~
|
||||
|
||||
### Minecraft
|
||||
/src/generated/resources/.cache/*
|
||||
|
||||
### Java template
|
||||
# Compiled class file
|
||||
*.class
|
||||
|
||||
Reference in New Issue
Block a user