Plethora Peripherals

Plethora Peripherals

3M Downloads

1.19.4 2D Canvas `addItem` items not rendering

MasonGulu opened this issue ยท 0 comments

commented

Items are not being rendered on the canvas when calling addItem.

Can't attach screenshots right now due to github being kinda dead.

Here's some test code, on 1.19.4 this displays nothing.

local interface = peripheral.wrap("back")
local canvas = interface.canvas()
canvas.addItem({5,5}, "minecraft:cobblestone")