Jump to content

Recommended Posts

Posted

Hi guys,

I have a really strange problem - can not see the block real texture  on  the inventory. But when I place the block where it should be, the texture is OK.

2020-03-30_18_40_54.png.f645e17033cef4293c24fff171635bb2.png

Posted (edited)
  Reveal hidden contents

 

Edited by diesieben07
spoiler
Posted (edited)
  Reveal hidden contents

 

Edited by diesieben07
spoiler
Posted

That's not the whole log. Notice what you posted starts with "Connected to a modded server" and not "Running with arguments"

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Posted (edited)
  Reveal hidden contents

 

Edited by diesieben07
spoiler
Posted
  On 3/30/2020 at 6:16 PM, Draco18s said:

That's not the whole log. Notice what you posted starts with "Applying holder lookups" and not "Running with arguments"

Expand  

 

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Posted (edited)
  Reveal hidden contents

 

Edited by diesieben07
spoiler
Posted

Jesus H Christ. What is so hard about finding the latest.log and copying all of it?

Are you even reading my posts?

If it doesn't fit, use fucking pastebin.

  • Haha 1

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Posted (edited)
  Reveal hidden contents

 

Edited by diesieben07
spoiler
  • Haha 1
Posted (edited)

You need to put a Item model in the assets/<modid>/models/item/ folder with the name of your block (firstblock.json) and it should have some value like this:
 

  Quote
{
  "parent": "<modid>:block/<blockname>"
}

 

Expand  

Of course it depends on your Minecraft version if this is correct, but give it a try.

Edited by Legenes
Grammar
procedure WakeMeUp(Integer plusTime);
var
  I: Integer;
begin
  for I := 0 to plusTime do begin
    println('One more minute!');
    Sleep(1000);
  end;
  println('Okay, nothing to worry, I''m alive!');
  println('So... somebody can give me a coffee?');
  println('I know it''s Pascal, and not Java, but I love it :D.');
end;
Posted
  On 3/30/2020 at 10:09 PM, hohserg said:

@RonMine plz, show blockstate and model json of your block. It seems that you forgot "inventory" variant of blockstate.

Look simple example: https://github.com/EndersMagic/EnderMagic/blob/master/src/main/resources/assets/endmagic/blockstates/block_blast_furnace.json#L6

Expand  

The "inventory" block state variant is unnecessary since 1.13, you need to define an Item model.

procedure WakeMeUp(Integer plusTime);
var
  I: Integer;
begin
  for I := 0 to plusTime do begin
    println('One more minute!');
    Sleep(1000);
  end;
  println('Okay, nothing to worry, I''m alive!');
  println('So... somebody can give me a coffee?');
  println('I know it''s Pascal, and not Java, but I love it :D.');
end;

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.