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

  • 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
  • How to register a recipe
The update for 1.13 is being worked on - please be patient. (Updated 02/19/19)
1.13 Update Notes for Mod Creators
  • Optionally enter a message with your report.

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    • Insert other media
      • Insert existing attachment
      • Insert image from URL
    ×
    • Desktop
    • Tablet
    • Phone
  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • LTNightshade
      [1.13.2] Blockstate/model extended from minecraft:cube_all

      By LTNightshade · Posted 8 minutes ago

      Logfile:   [21Feb2019 12:27:04.911] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'minecraft:cube_all' referenced from: nimox:test#inventory: java.io.FileNotFoundException: minecraft:models/cube_all.json [21Feb2019 12:27:05.146] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBlock/]: Unable to resolve texture due to upward reference: #all in minecraft:block/cube_all [21Feb2019 12:27:05.146] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBlock/]: Unable to resolve texture due to upward reference: #all in minecraft:block/cube_all [21Feb2019 12:27:05.146] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBlock/]: Unable to resolve texture due to upward reference: #all in minecraft:block/cube_all [21Feb2019 12:27:05.146] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBlock/]: Unable to resolve texture due to upward reference: #all in minecraft:block/cube_all [21Feb2019 12:27:05.147] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBlock/]: Unable to resolve texture due to upward reference: #all in minecraft:block/cube_all [21Feb2019 12:27:05.147] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBlock/]: Unable to resolve texture due to upward reference: #all in minecraft:block/cube_all [21Feb2019 12:27:05.147] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBlock/]: Unable to resolve texture due to upward reference: #all in minecraft:block/cube_all [21Feb2019 12:27:05.243] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #down in minecraft:block/cube_all [21Feb2019 12:27:05.244] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #up in minecraft:block/cube_all [21Feb2019 12:27:05.244] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #north in minecraft:block/cube_all [21Feb2019 12:27:05.244] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #south in minecraft:block/cube_all [21Feb2019 12:27:05.244] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #west in minecraft:block/cube_all [21Feb2019 12:27:05.244] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: #east in minecraft:block/cube_all [21Feb2019 12:27:05.312] [Client thread/INFO] [net.minecraft.client.renderer.texture.TextureMap/]: Max texture size: 16384 [21Feb2019 12:27:06.542] [Client thread/INFO] [net.minecraft.client.renderer.texture.TextureMap/]: Created: 512x512 textures-atlas [21Feb2019 12:27:07.370] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBlock/]: Unable to resolve texture due to upward reference: #all in minecraft:block/cube_all [21Feb2019 12:27:07.370] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBlock/]: Unable to resolve texture due to upward reference: #all in minecraft:block/cube_all [21Feb2019 12:27:07.370] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBlock/]: Unable to resolve texture due to upward reference: #all in minecraft:block/cube_all [21Feb2019 12:27:07.371] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBlock/]: Unable to resolve texture due to upward reference: #all in minecraft:block/cube_all [21Feb2019 12:27:07.371] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBlock/]: Unable to resolve texture due to upward reference: #all in minecraft:block/cube_all [21Feb2019 12:27:07.371] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBlock/]: Unable to resolve texture due to upward reference: #all in minecraft:block/cube_all [21Feb2019 12:27:07.371] [Client thread/WARN] [net.minecraft.client.renderer.model.ModelBlock/]: Unable to resolve texture due to upward reference: #all in minecraft:block/cube_all   src\main\resources\assets\nimox\blockstates\test.json:   { "forge_marker": 1, "defaults": { "model": "cube_all", "textures": { "all": "nimox:block/ore_copper" } }, "variants": { "": { "model": "cube_all" } } }   src\main\resources\assets\nimox\models\item\test.json:   { "parent": "cube_all" }   texture is in : src\main\resources\assets\nimox\textures\block\ore_copper.png   Why doesn't it find the parent file ? or what am i doing wrong ?  
    • tezden
      forge doesnt notice my mods?

      By tezden · Posted 18 minutes ago

      Same issue here with most of the mods I have downloaded from Curseforge. I have tried putting the mods folder in the normal Minecraft folder but also tried in the versions folder.
    • DavidM
      Why does FORGE Forum not provide Chinese?

      By DavidM · Posted 51 minutes ago

      True. 🤔 In this case though the word "world" is a metaphor that refers to the Minecraft (and Forge) community. My point is, if someone enters a new community, it is easier for him to adapt to the community than to tell the community to adapt to him.
    • Corey
      Why does FORGE Forum not provide Chinese?

      By Corey · Posted 1 hour ago

      Chinese is the most-spoken language in the world
    • diesieben07
      [1.13.2] Getting Instance of LootTableManager

      By diesieben07 · Posted 1 hour ago

      Probably due to the rewrite to use data packs.
  • Topics

    • LTNightshade
      0
      [1.13.2] Blockstate/model extended from minecraft:cube_all

      By LTNightshade
      Started 8 minutes ago

    • Lolguy33
      5
      forge doesnt notice my mods?

      By Lolguy33
      Started Monday at 07:43 PM

    • QWQ
      4
      Why does FORGE Forum not provide Chinese?

      By QWQ
      Started January 4

    • DavidM
      3
      [1.13.2] Getting Instance of LootTableManager

      By DavidM
      Started 1 hour ago

    • MrMarnic
      3
      No Values in ForgeRegistries.ENTITIES 1.13.2

      By MrMarnic
      Started 14 hours ago

  • Who's Online (See full list)

    • LTNightshade
    • KonanTheRabbit
    • Cur50n
    • Melonslise
    • DavidM
    • tezden
    • Trhod177
    • navnav552
    • Roadhog360
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • How to register a recipe
  • Theme
  • Contact Us

Copyright © 2017 ForgeDevelopment LLC Powered by Invision Community