Skip to content

Commit

Permalink
Finished Weapon Section
Browse files Browse the repository at this point in the history
  • Loading branch information
fan87 committed May 21, 2022
1 parent 2d5eee1 commit b54e45f
Show file tree
Hide file tree
Showing 2,543 changed files with 18,691 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ build/
.idea/
**.iml
.gradle/
mw.jar
out/
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ repositories {

dependencies {
testImplementation(kotlin("test"))

implementation("org.ow2.asm:asm-util:9.3")
implementation("org.ow2.asm:asm:9.3")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.6.21")
}

tasks.test {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
kotlin.code.style=official
org.gradle.caching=true
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
zipStorePath=wrapper/dists
4 changes: 4 additions & 0 deletions readme-assets/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Manifest-Version: 1.0
FMLCorePlugin: com.vicmatskiv.weaponlib.core.WeaponlibCorePlugin
FMLCorePluginContainsFMLMod: true

Loading

0 comments on commit b54e45f

Please sign in to comment.