Import project.

This commit is contained in:
Yuuki Chan 2023-03-22 21:59:11 +09:00
parent 7708fba1ab
commit 61eedeafc1
13 changed files with 680 additions and 0 deletions

15
gradle.properties Normal file
View 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