Jump to content

Recommended Posts

Posted (edited)

Hello, ive created a custom grass block for me mod and i get this error. Here is my code.

what are all the textures i need for my grass block?

  Reveal hidden contents

 

grasshelp1.PNG

grasshelp.PNG

Edited by Mintry
Posted
  On 10/12/2019 at 7:19 PM, diesieben07 said:

 

Look at the grass block model.

Expand  

Ok, so I looked at the vanilla grass block models and copied them and changed them to the name of my grass, but I get this error.

  Reveal hidden contents

this is what the block looks like right now and heres all the textures for my blocks

grasshelptealia.PNG

grasstealiatexturesforhelponfurms.PNG

Posted
  On 10/13/2019 at 1:14 AM, Animefan8888 said:

You are not using your modid when declaring the textures in the model.

Expand  

I did now, but i get still get this error

should i make a "block" subfolder in my textures folder

21:20:31] [Client thread/ERROR] [FML.TEXTURE_ERRORS]:   DOMAIN rotbm
[21:20:31] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: --------------------------------------------------
[21:20:31] [Client thread/ERROR] [FML.TEXTURE_ERRORS]:   domain rotbm is missing 3 textures
[21:20:31] [Client thread/ERROR] [FML.TEXTURE_ERRORS]:     domain rotbm has 1 location:
[21:20:31] [Client thread/ERROR] [FML.TEXTURE_ERRORS]:       mod rotbm resources at C:\Users\Kiren\Desktop\Minecraft Modding\RuinsOfTime\bin
[21:20:31] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: -------------------------
[21:20:31] [Client thread/ERROR] [FML.TEXTURE_ERRORS]:     The missing resources for domain rotbm are:
[21:20:31] [Client thread/ERROR] [FML.TEXTURE_ERRORS]:       textures/block/tealia_grass_block_side.png
[21:20:31] [Client thread/ERROR] [FML.TEXTURE_ERRORS]:       textures/block/tealia_grass_block_side_overlay.png
[21:20:31] [Client thread/ERROR] [FML.TEXTURE_ERRORS]:       textures/block/tealia_grass_block_top.png
[21:20:31] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: -------------------------
[21:20:31] [Client thread/ERROR] [FML.TEXTURE_ERRORS]:     No other errors exist for domain rotbm
[21:20:31] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: ==================================================

Posted
  On 10/13/2019 at 1:22 AM, Mintry said:

textures/block/tealia_grass_block_side.png

Expand  

 

You specify block in your model file but your textures are in blocks

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 10/13/2019 at 1:29 AM, Mintry said:

ok I changed it to blocks, but the grass block still has no texture and its now really big

Expand  

Show what you changed.

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 10/13/2019 at 1:33 AM, Mintry said:

weird, there is no error

Expand  

This is still an error it just isn't as low as you think it is and it is in the form of a stack trace. If you want post your whole console.

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 10/13/2019 at 1:35 AM, Animefan8888 said:

This is still an error it just isn't as low as you think it is and it is in the form of a stack trace. If you want post your whole console.

Expand  
  Reveal hidden contents

 

Posted
  On 10/13/2019 at 1:36 AM, Mintry said:

blockstates

Expand  

Did you move your models to the models/blocks or are they still in models/block? If so change your blockstate and item model back to block.

 

  On 10/13/2019 at 1:37 AM, Mintry said:

Caused by: java.io.FileNotFoundException: rotbm:models/blocks/tealia_grass_block.json

Expand  

This is the error.

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 10/13/2019 at 1:41 AM, Mintry said:

They were always in model block

Expand  

You didn't read my message correctly. You told forge to look for your models in models.blocks instead of models/block after I said.

  On 10/13/2019 at 1:23 AM, Animefan8888 said:

You specify block in your model file but your textures are in blocks

Expand  

You only needed to change the values in the block model file not the blockstate or item model.

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 (edited)
  On 10/13/2019 at 1:43 AM, Animefan8888 said:

You only needed to change the values in the block model file not the blockstate or item model.

Expand  

Ok i did that. It seemed to do something but the texture is still messed up

.slmahatha.PNG.7d256514d786064371443753ccb22c77.PNG

 

here's the error

 

  Reveal hidden contents

 

image.png

Edited by Mintry
Posted
  On 10/13/2019 at 1:53 AM, Mintry said:

[21:51:27] [Client thread/ERROR] [FML.TEXTURE_ERRORS]:       textures/block/tealia_grass_block_side.png
[21:51:27] [Client thread/ERROR] [FML.TEXTURE_ERRORS]:       textures/block/tealia_grass_block_top.png

Expand  

These two are once again looking for textures in the block folder and not the blocks folder.

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 10/13/2019 at 1:56 AM, Animefan8888 said:

These two are once again looking for textures in the block folder and not the blocks folder.

Expand  

Ok i changed "block" to "blocks" in models/block but not the other two.

Now i have the top texture texture but not the side texture

fixedpartiallyblocktealiagrass.PNG

Posted
  On 10/13/2019 at 2:03 AM, Mintry said:

Now i have the top texture texture but not the side texture

Expand  

What do you mean? There is clearly a texture there.

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 10/13/2019 at 2:05 AM, Animefan8888 said:

What do you mean? There is clearly a texture there.

Expand  

Sorry i meant to say a black texture

I dropped the item to show how it's supposed to look, but there is just a black side texture, not the actual texture

Posted
  On 10/13/2019 at 2:08 AM, Mintry said:

Sorry i meant to say a black texture

I dropped the item to show how it's supposed to look, but there is just a black side texture, not the actual texture

Expand  

What do you textures look like?

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.

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.