Jump to content

Felahliir

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Felahliir's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. So it says the directory "run" doesn't exist yet it does.
  2. So my custom model won't load the faces of other blocks. I have seen a couple threads of people saying to use "culling": false but they don't specify where to put the code. I don't know if to put it in the model, in the like where the block is scripted or the other .json files and similar. Then again i've seen threads where people recommend using " isOpaqueCube " and i don't have the remote idea of how to use that. The only video tutorial i have found didn't even explain how to use the code, it was pretty confusing, he used @Override but it didnt even work with my mod. This is the video i'm refering to.
  3. So i have this block that is supposed to be non-opaque and i can't seem to make it like so, i want it to behave just like a brewing stand in terms of light passing through it and when i place it on another block whatever is behind it becomes invisible. I also have difficulty with getting the textures on the block itself, it doesn't seem to want to get onto the block even though i have mapped it and tried everything to get it to work. https://pastebin.com/4SdPjwTK this is the model of my block.
  4. So how do i make a block with it's own UI? I want to make an advanced potion brewery that allows you to put more ingredients at once and i need to make a whole new UI fot it, is there a way to do this with eclipse?
  5. So i have this message in the console everytime i try to see the item ingame: The missing resources for domain minecraft are: textures/zalchemy.items/raw_dyonissum.png.png My .json file also doesn't have a different icon which leads me to suspect i've made an error when renaming it, but the name is the same as the item, and has .json at the end. Unless there is a specific way to make it into a .json. When i enter the minecraft test the item in question has no name ( it displays raw_dyonissum.name ) and the generic item texture. I also get this right before this texture error and i don't know what it means. [01:17:36] [main/ERROR] [FML.TEXTURE_ERRORS]: DOMAIN minecraft [01:17:36] [main/ERROR] [FML.TEXTURE_ERRORS]: -------------------------------------------------- [01:17:36] [main/ERROR] [FML.TEXTURE_ERRORS]: domain minecraft is missing 1 texture [01:17:36] [main/ERROR] [FML.TEXTURE_ERRORS]: domain minecraft has 3 locations: [01:17:36] [main/ERROR] [FML.TEXTURE_ERRORS]: unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default [01:17:36] [main/ERROR] [FML.TEXTURE_ERRORS]: unknown resourcepack type net.minecraft.client.resources.LegacyV2Adapter : FMLFileResourcePack:Forge Mod Loader [01:17:36] [main/ERROR] [FML.TEXTURE_ERRORS]: unknown resourcepack type net.minecraft.client.resources.LegacyV2Adapter : FMLFileResourcePack:Minecraft Forge EDIT: i have fixed the texture but the name still won't show up
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.