Carried Textures Don't Override Custom Geometry
When creating a block with custom geometry, adding "carried_textures": "texture_name" to the 'blocks' file in the resource pack doesn't override the image in the inventory.
Steps To Reproduce:
- Create a custom block with custom geometry
- Add "carried_textures": "lantern_carried" to the blocks section in the 'blocks' file in the resource pack.
- The block will show the custom geometry rather than the carried texture in the inventory.
Expected Behavior:
- Adding carried textures overrides the block model in the inventory
Actual Behavior:
- Custom block geometry doesn't get replaced
- Cannot Reproduce
Gruntastic- 1
- 2
- Unconfirmed
- Multiple
- add-on blocks custom_blocks inventory textures
1.16.220.52 Beta - 1.16.210
1.16.220.52 Beta 1.16.220.51 Beta 1.16.220.50 Beta 1.16.210.61 Beta 1.16.210.60 Beta 1.16.210.59 Beta 1.16.210.58 Beta 1.16.210.57 Beta 1.16.210.56 Beta 1.16.210.55 Beta 1.16.210.54 Beta 1.16.210.53 Beta 1.16.210.51 Beta 1.16.210.50 Beta 1.16.200.57 Beta 1.16.200.56 Beta 1.16.200.55 Beta 1.16.200.53 Beta 1.16.200.52 Beta 1.16.200.51 Beta 1.16.100.60 Beta 1.16.100.58 Beta 1.16.100.59 Beta 1.16.201 Hotfix 1.16.210
Created Issue:
Carried Textures Don't Override Custom Geometry
When creating a block with custom geometry, adding "carried_textures": "texture_name" to the 'blocks' file in the resource pack doesn't override the image in the inventory.
Steps To Reproduce:
- Create a custom block with custom geometry
- Add "carried_textures": "lantern_carried" to the blocks section in the 'blocks' file in the resource pack.
- The block will show the custom geometry rather than the carried texture in the inventory.
Expected Behavior:
- Adding carried textures overrides the block model in the inventory
Actual Behavior:
- Custom block geometry doesn't get replaced
Added Affects Versions: 1.16.100.59 Beta
Added Affects Versions: 1.16.100.60 Beta
Added Affects Versions: 1.16.200.51 Beta
Added Affects Versions: 1.16.200.52 Beta
Added Affects Versions: 1.16.200.53 Beta
Added Affects Versions: 1.16.200.55 Beta
Added Affects Versions: 1.16.200.56 Beta
Added Affects Versions: 1.16.200.57 Beta
Added Affects Versions: 1.16.210.50 Beta
Added Affects Versions: 1.16.210.51 Beta
Added Affects Versions: 1.16.210.53 Beta
Added Affects Versions: 1.16.201 Hotfix 1.16.210.54 Beta
Added Affects Versions: 1.16.210.55 Beta
Added Affects Versions: 1.16.210.56 Beta
Added Affects Versions: 1.16.210.57 Beta
Added Affects Versions: 1.16.210.58 Beta
Added Affects Versions: 1.16.210.59 Beta
Added Affects Versions: 1.16.210.60 Beta
Added Affects Versions: 1.16.210.61 Beta
Added Affects Versions: 1.16.220.50 Beta
Added Affects Versions: 1.16.210 1.16.220.51 Beta
Added Affects Versions: 1.16.220.52 Beta
Still affects 1.16.100.59
Still affects 1.16.100.60
Resolving temporarily as Awaiting Response. Does this issue occur in the latest versions (1.16.220 Hotfix or 1.16.230.54 Beta)? If so, could you please attach the add-ons you're using to this ticket?
Resolved
Resolving as Cannot Reproduce as per the above comment.
Not sure if this is a bug, but similar to this bug's behavior, using `blockshape` in blocks.json overrides `carried_textures`. For example, using azalea blockshape for waterlily to have a flower on the waterlily forces the item to be 3D.
If this is not intended, I'll make a bug report.