Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[1.8] Log texture problem (multiple textures on one block) [[Solved]]

Featured Replies

Posted

Well, I've been trying to make a custom log for a tree structure I am spawning in. I've copied and pasted all the .json files that the oak log had and edited them to what I think makes it work. Although. this seems not the case. In the console it will say " [Client thread/ERROR] [FML]: Model definition for location am:mango_wood#normal not found"

 

I have no idea of this, I'm checked my files and the order of them but I can't find anything so I was wondering if anyone could help me with this problem.

 

mango_wood.json blockstate

 

{

    "variants": {

        "axis=y":  { "model": "am:mango_wood" },

        "axis=z":  { "model": "am:mango_wood_side" },

        "axis=x":  { "model": "am:mango_wood_side", "y": 90 },

        "axis=none":    { "model": "am:mango_wood_bark" }

    }

}

 

mango_wood_bark.json models, block

 

{

    "parent": "block/cube_all",

    "textures": {

        "all": "am:blocks/mango_wood"

    }

}

 

mango_wood_side.json models, block

 

{

    "parent": "block/column_side",

    "textures": {

        "end": "am:blocks/mango_wood_top",

        "side": "am:blocks/mango_wood"

    }

}

 

mango_wood.json models, block

 

{

    "parent": "block/cube_column",

    "textures": {

        "end": "am:blocks/mango_wood_top",

        "side": "am:blocks/mango_wood"

    }

}

 

mango_wood.json models, item

 

{

    "parent": "am:block/mango_wood",

    "display": {

        "thirdperson": {

            "rotation": [ 10, -45, 170 ],

            "translation": [ 0, 1.5, -2.75 ],

            "scale": [ 0.375, 0.375, 0.375 ]

        }

    }

}

 

Files

 

koSJZGq.png

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.