generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 176
Offset (Block Action)
apace100 edited this page Nov 23, 2020
·
3 revisions
Block Action. A meta-action which instead applies the provided Block Action at a position offset from the current position.
Type ID: origins:offset
Fields:
action
, Block Action: The action to apply with the given offset.
x
, int, default = 0: How much to offset the position on the x-axis.
y
, int, default = 0: How much to offset the position on the y-axis.
z
, int, default = 0: How much to offset the position on the z-axis.
Tutorials (Data packs)
Video Tutorial by CandyCaneCazoo
Tutorials (Add-ons)
Working with more unique powers
Lists
List of vanilla damage source names
Data Types