#custom item block checker

6 messages · Page 1 of 1 (latest)

wheat bluff
#

i want to make an item that checks for blocks in a certain orientation around it and if it find the right pattern it runs a command/function, similar to mana and artifice purified vinteum dust, i think i have an idea with how this might work but how do i check blocks relative to the rightclick location?

zealous riverBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

wheat bluff
#
StartupEvents.registry('item', event => {
event.create('chalk').displayName('chalk').texture('kubejs:item/chalk')
})
wheat bluff
#

ah forgot the texture folder