generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 176
Positioned Item Stack
apace100 edited this page Nov 2, 2020
·
1 revision
Data type used to specify new item stacks, optionally in combination with a numerical slot ID.
Fields:
item
, string: ID of the item.
amount
, int, default = 1: Size of the item stack.
tag
, string, optional: NBT data of the item.
slot
, int, optional: A numerical slot ID, used to position the stack in inventories.
Tutorials (Data packs)
Video Tutorial by CandyCaneCazoo
Tutorials (Add-ons)
Working with more unique powers
Lists
List of vanilla damage source names
Data Types