Jump to content

Recommended Posts

Posted

Hey, there!

 

I don't know if I'm being stupid or what, but my Tree Tap block doesn't texture properly.

 

Here is the code:

 

  Reveal hidden contents

 

 

Thank you in advanced for any help! <3

Posted

What do you mean by "not textured correctly"? It doesn't get the texture at all or the texture isn't displayed the way you expecte it. I just had a "bad experience" with this case myself so i may be able to help you

Posted
  On 11/6/2016 at 6:16 PM, Cerandior said:

What do you mean by "not textured correctly"? It doesn't get the texture at all or the texture isn't displayed the way you expecte it. I just had a "bad experience" with this case myself so i may be able to help you

 

So what do you recommend I do? I'm just trying to render the block from my model .json file.

Posted
  On 11/6/2016 at 8:23 PM, Cerandior said:

What happens. Post a screenshot. What do you want it to look like and how does it look like.

 

Here

 

 

  Reveal hidden contents

 

Posted

Are you sure your model file is put under assets/"modid"/models/block/ ?

Also make sure the model file is named treeTap.json

 

It looks to me that your block isn't getting the model file at all, since the ItemBlock does have it's texture displayed.

Posted
  On 11/6/2016 at 9:21 PM, Cerandior said:

Are you sure your model file is put under assets/"modid"/models/block/ ?

Also make sure the model file is named treeTap.json

 

It looks to me that your block isn't getting the model file at all, since the ItemBlock does have it's texture displayed.

 

I'm pretty sure, because I put the treeTap files where I usually have the rest of my blocks

Posted
  On 11/7/2016 at 5:25 AM, SanaRinomi said:

  Quote

Are you sure your model file is put under assets/"modid"/models/block/ ?

Also make sure the model file is named treeTap.json

 

It looks to me that your block isn't getting the model file at all, since the ItemBlock does have it's texture displayed.

 

I'm pretty sure, because I put the treeTap files where I usually have the rest of my blocks

Is the name of your blockModel the same as the name it is looking for. As the pictures you posted makes me think that they are not even getting the model. But the item model is.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Posted
  On 11/7/2016 at 5:28 AM, Animefan8888 said:

  Quote

  Quote

Are you sure your model file is put under assets/"modid"/models/block/ ?

Also make sure the model file is named treeTap.json

 

It looks to me that your block isn't getting the model file at all, since the ItemBlock does have it's texture displayed.

 

I'm pretty sure, because I put the treeTap files where I usually have the rest of my blocks

Is the name of your blockModel the same as the name it is looking for. As the pictures you posted makes me think that they are not even getting the model. But the item model is.

 

The block model was always in mymod:models/block and the item model is really just this:

{
    "parent": "morethingsmod:block/treeTap"
}

Posted
  On 11/7/2016 at 6:22 AM, Animefan8888 said:

  Quote

  Quote

Are the file names the same?

 

Yes.

Could you post your Block class?

 

Sure! Here!

 

 

  Reveal hidden contents

 

Posted
  On 11/7/2016 at 6:34 AM, Animefan8888 said:

Could you share a screenshot of your assets folders in your IDE. And post the console log.

 

Here are the screenshots: http://imgur.com/a/1p9Rv

 

And here's the log

 

  Reveal hidden contents

 

Posted
  On 11/7/2016 at 7:24 AM, SanaRinomi said:

  Quote

Could you share a screenshot of your assets folders in your IDE. And post the console log.

 

Here are the screenshots: http://imgur.com/a/1p9Rv

 

And here's the log

 

  Reveal hidden contents

 

I don't see how this didn't come to my mind earlier, but the thing is you didn't apply the directional properties to your block because you used your BasicBlocks class instead of a custom one that applies those properties. You need to implement Block#getMetaFromState(...), Block#getStateFromMeta(...), and Block#createBlockState().

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Posted
  On 11/7/2016 at 7:31 AM, Animefan8888 said:

  Quote

  Quote

Could you share a screenshot of your assets folders in your IDE. And post the console log.

 

Here are the screenshots: http://imgur.com/a/1p9Rv

 

And here's the log

 

  Reveal hidden contents

 

I don't see how this didn't come to my mind earlier, but the thing is you didn't apply the directional properties to your block because you used your BasicBlocks class instead of a custom one that applies those properties. You need to implement Block#getMetaFromState(...), Block#getStateFromMeta(...), and Block#createBlockState().

 

xD Oh! That was my problem! Thanks a million for the help!

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...

×   Pasted as rich text.   Restore formatting

  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.

Announcements



×
×
  • Create New...

Important Information

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