Hello, I would like to create a custom texture with custom model data or other options for barriers on my Minecraft server. I'm using the simplest texture for me, which is the glass pane, but I don't want to replace Minecraft's glass panes; I want to create them directly. However, when I try this configuration:
```
info:
namespace: my_items
items:
barrier:
display_name: Barrier
permission: custom_pane
resource:
generate: true
material: GLASS_PANE
textures:
- items/light_blue_stained_glass.png
specific_properties:
block:
placed_model:
type: REAL_TRANSPARENT
```
it creates a block, but I want it to function as a barrier like the pictures below.
---
I want that