Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • icey1336

icey1336

Members
 View Profile  See their activity
  • Content Count

    1
  • Joined

    December 15, 2020
  • Last visited

    December 15, 2020

Community Reputation

0 Neutral

About icey1336

  • Rank
    Tree Puncher
  1. icey1336

    Could not read script as it does not exist

    icey1336 posted a topic in ForgeGradle

    * Where: Build file 'D:\shit\client development\TcpNoDelayMod-master\build.gradle' line: 18 * What went wrong: A problem occurred evaluating root project 'TcpNoDelayMod-master'. > Could not read script 'D:\shit\client development\TcpNoDelayMod-master\forge' as it does not exist. My build.gradle: ` buildscript { repositories { mavenCentral() maven { name = "forge" url = "http://files.minecraftforge.net/maven" } maven { name = "sonatype" url = "https://oss.sonatype.org/content/repositories/snapshots/" } } dependencies { classpath 'net.minecraftforge.gradle:ForgeGradle:1.2-SNAPSHOT' } } apply from: 'forge' compileJava { sourceCompatibility = 1.6 targetCompatibility = 1.6 } version = "2.0" group = "net.kohi" minecraft { version = "1.7.10-10.13.4.1558-1.7.10" runDir = "eclipse" } dependencies { } jar { manifest { attributes("TweakClass": "net.kohi.tcpnodelaymod.TcpNoDelayTweaker") } }`
    • December 15, 2020
    • 1 reply
  • All Activity
  • Home
  • icey1336
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community