Jump to content

Recommended Posts

Posted (edited)

I've been trying to make a version of the normal bricks with different colour variants, but the best I have been able to do is this: 

  Reveal hidden contents

As you can see, it isn't working as intended. The blocks don't seem to work at all in the inventory or when placed. Please help?

 

Log:

  Reveal hidden contents

Block File:

  Reveal hidden contents

Event Subscriber:

  Reveal hidden contents

 

Client Event Subscriber:

  Reveal hidden contents

Blockstate:

  Reveal hidden contents

 

Edited by HighFox
Accidently put the eventsubscriber code in the clienteventsubscriber spoiler as well :P
Posted

I would much rather not have to register a whole different block for each colour, as I will likely be making a lot more blocks with all the colour variants.

Posted (edited)
  On 5/29/2019 at 9:11 AM, HighFox said:

I would much rather not have to register a whole different block for each colour, as I will likely be making a lot more blocks with all the colour variants.

Expand  

You really should to do it with separate blocks, you can easily use a for loop. Also, you don’t need to explicitly make an array, you can just put the items directly in the registerAll call. https://gist.github.com/Cadiboo/b825d62fb46538e7b7b262c5612d62aa

 

Heres a simple client event subscriber to replicate the 1.13.2 way of registering item models https://gist.github.com/Cadiboo/3f5cdb785affc069af2fa5fdf2d70358

Edited by Cadiboo

About Me

  Reveal hidden contents

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Posted
  On 5/29/2019 at 12:36 PM, Cadiboo said:

You really should to do it with separate blocks, you can easily use a for loop. Also, you don’t need to explicitly make an array, you can just put the items directly in the registerAll call. https://gist.github.com/Cadiboo/b825d62fb46538e7b7b262c5612d62aa

 

Heres a simple client event subscriber to replicate the 1.13.2 way of registering item models https://gist.github.com/Cadiboo/3f5cdb785affc069af2fa5fdf2d70358

Expand  

How would I implement a for loop?

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.