Import project.
This commit is contained in:
parent
7708fba1ab
commit
61eedeafc1
13 changed files with 680 additions and 0 deletions
15
gradle.properties
Normal file
15
gradle.properties
Normal file
|
@ -0,0 +1,15 @@
|
|||
#Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
|
||||
## Minecraft & Fabric Dependency Versions
|
||||
minecraft_version = 1.19
|
||||
# https://maven.fabricmc.net/net/fabricmc/yarn
|
||||
yarn_mappings = 1.19+build.1
|
||||
# https://maven.fabricmc.net/net/fabricmc/fabric-loader
|
||||
loader_version = 0.14.6
|
||||
|
||||
## Mod Information
|
||||
version=1.3.2
|
||||
modid=betterdroppeditems
|
||||
|
||||
fabric_version=0.55.2+1.19
|
Loading…
Add table
Add a link
Reference in a new issue