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.

Featured Replies

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

  • Author
Reveal hidden contents

 

Edited by diesieben07
spoiler

  • Author
Reveal hidden contents

 

Edited by diesieben07
spoiler

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.

  • Author
Reveal hidden contents

 

Edited by diesieben07
spoiler

  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"

 

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.

  • Author
Reveal hidden contents

 

Edited by diesieben07
spoiler

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.

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.

  • Author
Reveal hidden contents

 

Edited by diesieben07
spoiler

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

Edited by hohserg

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>"
}

 

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

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

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.