#Adding singular slot inventory to a block

3 messages · Page 1 of 1 (latest)

crude elbow
#

no ui, just one singular slot. I'm trying to make an anvil peripheral with kubejs CC and it needs an inventory slot to read the item inside of it.

grand graniteBOT
#

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

crude elbow
#
StartupEvents.registry('block', event => {
  event.create('test_anvil')
})