generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 184
Add Block
apace100 edited this page Nov 2, 2020
·
1 revision
Block Action. Adds a block at the specified action position. Adding means setting the block at the position, offset by the direction of the action.
Type ID: origins:add_block
Fields:
block
, string: The ID of the block to place.
Example:
"block_action": {
"type": "origins:add_block",
"block": "minecraft:coal_ore"
}
This action sets the block at the position of the action, offset by the direction of the action, to a coal ore.
Tutorials (Data packs)
Video Tutorial by CandyCaneCazoo
Tutorials (Add-ons)
Working with more unique powers
Lists
List of vanilla damage source names
Data Types