#function isnt working with block type

1 messages · Page 1 of 1 (latest)

plucky bone
#

function compactorCompact(ore: item, player: player, block: block):

compactorCompact(lapis, player, lapis block)

"cant understand expression"

i tried lapis block, block of lapis, lapis lazuli block and block of lapis lazuli, none work

#

this could be avoided by just doing something like set {_block} to block of {_ore} but that isnt working either, it just returns <none> as the block variable

agile sable
plucky bone
#

ah