Started by
Blueguard
on
Topic category: Help with MCreator software
I wanna make an item that glows when player is sneaking, but I couldnt manage it to make procedures. Any help ?
Topic category: Help with MCreator software
I wanna make an item that glows when player is sneaking, but I couldnt manage it to make procedures. Any help ?
What about placing an invisible block with no hitbox, but lights up area around it? Make it delete itself after a few seconds, so that it only glows where the player is.
Nice idea but I mean by glowing is that item glows like it has enchatment, not like a torch.
Oh! Sorry I thought you wanted the player to glow when the item is used. Sorry! The simplest way I can think to do this is to go into the item, and on the first page select item glow. Go to the side and create a new condition for that, and do: if player sneaking, do, return true. Else, return false. Hope this helps!