Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NGSpace committed Apr 1, 2024
1 parent f406efa commit aaeebf8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.gradle
bin/
run/
**/build/
!src/**/build/

Expand Down
7 changes: 2 additions & 5 deletions Hudder_server.launch
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
</listAttribute>
<mapAttribute key="org.eclipse.debug.core.environmentVariables">

</mapAttribute>
<mapAttribute key="org.eclipse.debug.core.environmentVariables"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="true"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.buildship.core.classpathprovider"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="net.fabricmc.devlaunchinjector.Main"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="nogui"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Hudder"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dfabric.dli.config=D:\GitsProj\Hudder\.gradle\loom-cache\launch.cfg -Dfabric.dli.env=server -Dfabric.dli.main=net.fabricmc.loader.impl.launch.knot.KnotServer"/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:Hudder}/run"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="true"/>
</launchConfiguration>
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ dependencies {

modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

provided group: 'org.openjdk.nashorn', name: 'nashorn-core', version: '15.4'
//provided group: 'org.openjdk.nashorn', name: 'nashorn-core', version: '15.4'
// https://mvnrepository.com/artifact/com.github.oshi/oshi-core
provided group: 'com.github.oshi', name: 'oshi-core', version: '6.5.0'
//provided group: 'com.github.oshi', name: 'oshi-core', version: '6.5.0'

modImplementation("com.terraformersmc:modmenu:9.0.0-pre.1")
modImplementation("me.shedaniel.cloth:cloth-config-fabric:13.0.114")
modImplementation("me.shedaniel.cloth:cloth-config-fabric:13.0.121")
}

processResources {
Expand Down

0 comments on commit aaeebf8

Please sign in to comment.