-
Notifications
You must be signed in to change notification settings - Fork 17
Widget_Item3D
ben-mkiv edited this page Feb 14, 2019
·
2 revisions
widget = component.glasses.addItem3D()
-- adds a Item Icon to the 3D World
setItem(String:name, Integer:meta):boolean
-- sets the widget item by its name and metaindex
-- returns false if the item couldn't be found/set, otherwise it's true
-- add widget which shows an Andesite block
glasses = require("component").glasses
widget = glasses.addItem3D()
widget.setItem("minecraft:stone", 6)