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, i recently have updated my code adding two new items:  "pinkguy_block" and "pink_sword" and they doesn't show any texture when i open minecraft,

But the most strange is that other items like "tula" or "taurine" are showing properly.

I manage to make some changes but unfortunately is not working.

 

Here is the link to my code:

https://github.com/deathkazu/ExampleMod

Edited by deathkazu
Solved topic

2 hours ago, deathkazu said:

Here is the link to my code:

pink_sword.json
 

Quote

"parent": "item/handled",

That is incorrect.

item/pinkguy_block.json

Quote

"parent": "examplemod:blocks/pinkguy_block"

That needs to be block. Pay attention to your spelling also check your console for errors. Whenever these is a texture/model problem there is always an error in the 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.

  • Author
14 minutes ago, Animefan8888 said:

pink_sword.json
 

That is incorrect.

item/pinkguy_block.json

That needs to be block. Pay attention to your spelling also check your console for errors. Whenever these is a texture/model problem there is always an error in the console.

 

pink_sword.json what is incorrect?

 

Also, i have changed the item/pinkguy_block.json as you said but keeps with the same problem.

 

sample.thumb.jpg.31fb65e205e14ac4e87600bb623a6abe.jpg

 

I attach the console log

 

log.txt

2 minutes ago, deathkazu said:

pink_sword.json what is incorrect?

The bolded part. It is misspelled. It should be handheld.

5 minutes ago, deathkazu said:

Also, i have changed the item/pinkguy_block.json as you said but keeps with the same problem.

You also can't have

Quote

// Models/block state

In your json files. That's not how comments work in Json files. Not even sure if there are comments in Json files.

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.

  • Author
4 minutes ago, Animefan8888 said:

The bolded part. It is misspelled. It should be handheld.

You also can't have

In your json files. That's not how comments work in Json files. Not even sure if there are comments in Json files.

Yes, you're correct i changed the pink_sword.json for handheld

 

I feel stupid, the whole problem was the comments in the .json files

 

Thank you, now is working.

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.