CleanroomMC/GroovyScript

Failed to get block from mod with metadata

Closed this issue · 1 comments

image

block('enderio:block_buffer', 3)

Blocks dont have metadata. What you want is either the item form of the block with item('enderio:block_buffer', 3) or the block state with blockstate('enderio:block_buffer', 3)