Ошибка загрузки текстур

Версия Minecraft
1.7.10
Ошибка по пропущенным текстурами в intellij idea. До этого писал на Eclipse, такой проблемы не было, перешел на идею – появилась.
Операционка: macos
P.S. на вики читал, сделал также как там и писало, итог – все также пропущенные текстуры.
 
Покажи хотябы лог для начала
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN merisenassets
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: domain merisenassets is missing 5 textures
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: domain merisenassets is missing a resource manager - it is probably a side-effect of automatic texture processing
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain merisenassets are:
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/block2.png
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/block5.png
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/block1.png
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/block4.png
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/block3.png
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain merisenassets
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN merisencore
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: domain merisencore is missing 13 textures
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: domain merisencore is missing a resource manager - it is probably a side-effect of automatic texture processing
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain merisencore are:
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/diolite.png
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/rubysword.png
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/rubypants.png
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/darkpants.png
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/rubyhelmet.png
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/ruby.png
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/darkchestplate.png
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/darkboots.png
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/rubyboots.png
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/darkhelmet.png
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/blackcrystal.png
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/rubychestplate.png
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/rubypickaxe.png
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain merisencore
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[22:25:55] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
 
Пишет что текстуры отсутствуют.
Сижу на линуксе и здесь плохо работает Eclipse, поэтому перешел на идею
Собрал проект по видео
С текстурами проблем не было
Спасибо, сейчас проверю.
 
Вставь в конец build.gradle
Kotlin:
idea { module { inheritOutputDirs = true } }
Импортни заново проект. Покажи свою папку resources и скажи id мода.
Вставил в конец, ипортнул – текстуры заработали, больше спасибо.
 
Такая же проблема с эклипсом, для него решение есть?
[13:43:12] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[13:43:12] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[13:43:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[13:43:12] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN chemicalcraft
[13:43:12] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[13:43:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain chemicalcraft is missing 2 textures
[13:43:12] [Client thread/ERROR] [TEXTURE ERRORS]: domain chemicalcraft is missing a resource manager - it is probably a side-effect of automatic texture processing
[13:43:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[13:43:12] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain chemicalcraft are:
[13:43:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/Gillyweed.png
[13:43:12] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/woodenFilter.png
[13:43:12] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[13:43:12] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain chemicalcraft
[13:43:12] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[13:43:12] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=

п.с. билдить пробовал, не выходило. запускаю через эклипс, кнопку "Run"
 
Последнее редактирование:
Gradle (Groovy):
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 plugin: 'forge'

version = "1.0"
group= "com.yourname.modid" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "modid"

minecraft {
    version = "1.7.10-10.13.4.1558-1.7.10"
    runDir = "eclipse"
}

dependencies {
    // you may put jars on which you depend on in ./libs
    // or you may define them like so..
    //compile "some.group:artifact:version:classifier"
    //compile "some.group:artifact:version"
      
    // real examples
    //compile 'com.mod-buildcraft:buildcraft:6.0.8:dev'  // adds buildcraft to the dev env
    //compile 'com.googlecode.efficient-java-matrix-library:ejml:0.24' // adds ejml to the dev env

    // for more info...
    // http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html
    // http://www.gradle.org/docs/current/userguide/dependency_management.html

}

processResources
{
    // this will ensure that this task is redone when the versions change.
    inputs.property "version", project.version
    inputs.property "mcversion", project.minecraft.version

    // replace stuff in mcmod.info, nothing else
    from(sourceSets.main.resources.srcDirs) {
        include 'mcmod.info'
                
        // replace version and mcversion
        expand 'version':project.version, 'mcversion':project.minecraft.version
    }
        
    // copy everything else, thats not the mcmod.info
    from(sourceSets.main.resources.srcDirs) {
        exclude 'mcmod.info'
    }
}
 
Сверху