Früher zu meiner Zeit haben wir noch Freunde im Wald kennengelernt. Das kennt die Jugend ja heute gar nicht mehr!!

...zur Antwort
Ja

3 Dosen sind 3 Liter? Kenne ich nur als 0,5 Liter Dosen, und bei Red Bull sind es noch weniger.

...zur Antwort
domain ... is missing 1 texture, Minecraft Modding 1.7.10?

Hey, ich hab schon seit einigen Stunden das Problem, dass mir bei Minecraft Modding die Textur nicht geladen wird. In der Konsole in Eclipse wird mir folgendes angezeigt:

"[14:05:56] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=

[14:05:56] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.

[14:05:56] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================

[14:05:56] [Client thread/ERROR] [TEXTURE ERRORS]:  DOMAIN shinobipath

[14:05:56] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------

[14:05:56] [Client thread/ERROR] [TEXTURE ERRORS]:  domain shinobipath is missing 1 texture

[14:05:56] [Client thread/ERROR] [TEXTURE ERRORS]:   domain shinobipath is missing a resource manager - it is probably a side-effect of automatic texture processing

[14:05:56] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------

[14:05:56] [Client thread/ERROR] [TEXTURE ERRORS]:   The missing resources for domain shinobipath are:

[14:05:56] [Client thread/ERROR] [TEXTURE ERRORS]:    textures/blocks/kunai.png

[14:05:56] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------

[14:05:56] [Client thread/ERROR] [TEXTURE ERRORS]:   No other errors exist for domain shinobipath

[14:05:56] [Client thread/ERROR] [TEXTURE ERRORS]: =================================================="Ich hab schon verschiedene Dinge versucht zu ändern, allerdings erfolglos. Hier sind meine Klassen, die ich für den Block nutze.

ShinobiPath.java

package com.shinobipath;
@Mod(modid = "ShinobiPath", version = ShinobiPath.VERSION) public class ShinobiPath {


public static final String MODID = "shinobipath";
public static final String VERSION = "1.0";
public static final String modName = "ShinobiPath";

//Blöcke
Block kunai = new kunai().setBlockName("kunai").setBlockTextureName("shinobipath:kunai");

//Geht mit unwichtigem weiter...

}

kunai.java

package blocks;
import com.shinobipath.ShinobiPath;


import cpw.mods.fml.common.registry.GameRegistry; import net.minecraft.block.Block; import net.minecraft.block.material.Material; import net.minecraft.client.main.Main; import net.minecraft.creativetab.CreativeTabs;


public class kunai extends Block {


private static final String name = "kunai";

    public kunai() {
        super(Material.rock);
        setCreativeTab(CreativeTabs.tabBlock);
        setHardness(3.0F);
        setResistance(3.0F);
    }
}

...zum Beitrag

Hat sich erledigt. Das "ShinobiPath" im src/main/resouces Ordner durfte nicht groß geschrieben werden

...zur Antwort

Wie kommst du darauf?

...zur Antwort

Ich denke der Prozessor sollte noch getauscht werden. Außerdem könntest Du, Raytracing nutzen, falls es möglich ist die 2070 Super zu nutzen. Je nachdem was du damit vor hast, frage ich mich wofür 32 GByte RAM. Ich glaube 16 GByte wären noch ausreichen für Gaming. Allerdings dann ein Kit mit 3200 MHz. Später kannst du dann auch noch aufrüsten.
Aber Hardware ist nicht so mein Gebiet, vielleicht erzähl ich auch nur Müll :)

...zur Antwort