Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • Could not read script as it does not exist
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 0
icey1336

Could not read script as it does not exist

By icey1336, December 15, 2020 in ForgeGradle

  • Start new topic

Recommended Posts

icey1336    0

icey1336

icey1336    0

  • Tree Puncher
  • icey1336
  • Members
  • 0
  • 1 post
Posted December 15, 2020


* 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")
    }
}`

Share this post


Link to post
Share on other sites

diesieben07    7590

diesieben07

diesieben07    7590

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7590
  • 54993 posts
Posted December 15, 2020

1.7 is no longer supported on this forum.

Please update to a modern version of Minecraft to receive support.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • DaemonUmbra
      Minecraft modpack when loading world and it crash in 1.16.4

      By DaemonUmbra · Posted 11 minutes ago

      You were asked to post the full name of whatever file you deleted. There are likely to be many files with similar names and we want to be sure you didn't delete the wrong one due to confusion.
    • DaemonUmbra
      Forge is a "blank file" after installing

      By DaemonUmbra · Posted 14 minutes ago

      Quick reminder to ONLY get Forge from the Forge Files page and only get mods from CurseForge or the mod developer's own site.
    • Pinary
      Recipes Not Working/IItemProvider Help

      By Pinary · Posted 19 minutes ago

      TYSSSM!! It means a lot to me that you helped!
    • Extegral
      Cannot interact with MinecraftForge repositories

      By Extegral · Posted 31 minutes ago

      Well, then I have no idea either. I didn't even do much with Forge repos recently, my last comment was on ForgeGradle a couple months ago, and there wasn't anything offensive there or something. Are there someone specific I could contact on this case? 
    • Draco18s
      Cannot interact with MinecraftForge repositories

      By Draco18s · Posted 54 minutes ago

      In poking around my guess is that you were added as a blocked user.   Why? Don't know.
  • Topics

    • Firstzcz
      34
      Minecraft modpack when loading world and it crash in 1.16.4

      By Firstzcz
      Started 13 hours ago

    • Gina5064
      7
      Forge is a "blank file" after installing

      By Gina5064
      Started 13 hours ago

    • Pinary
      2
      Recipes Not Working/IItemProvider Help

      By Pinary
      Started 3 hours ago

    • Extegral
      2
      Cannot interact with MinecraftForge repositories

      By Extegral
      Started 1 hour ago

    • cadbane86140
      0
      Minecraft: Parkour Paradise 3 Part 3!

      By cadbane86140
      Started 1 hour ago

  • Who's Online (See full list)

    • Dravius
    • Extegral
    • Pinary
    • MistyMarshes
    • DaemonUmbra
    • LexManos
    • jbredwards
    • noodleWrecker7
    • loordgek
    • Kyleigh3106
    • Smartelekes7
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • Could not read script as it does not exist
  • Theme

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