#how to make custom entities visible thru walls when wearing an armour piece
1 messages · Page 1 of 1 (latest)
Once you have finished, please close your thread.
Using a custom material you can have your entity always appear ontop
But I am unsure of how you would toggle that material from it to the entities default from a helmet
OH I just realized you may want the entity to be visible to the player wearing the helmet
Not for the entity wearing the helmet to be visible
I don't think this is possible
whatttt awwwww
@ancient isle
use custom material
Ciosciaa and sir Ben have did that I saw it once while learning that
imma send the addon i made from both combined here
do /summon outlined_entities:example
u will see two custom materials one in entity.material file, one is outline one is base
when u understand the pack and how this works u will have to use the custom material on players when they wear armor
using render_controllers
with queries
query.has_armor_slot maybe
ask in #old-molang about that when u do that part
that wont work, im trying to make it work only when wearing a custom armor piece from my addon
I said
@ancient isle
?
I asked
here
q.is_item_name_any('minecraft:torch", 1, 'slot.inventory')
I already told u to ask about the query part in #old-molang channel since am not experienced in molang
but i asked anyway about how u can detect custom armor
here's the query
@ancient isle