Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
These are the functions which can be called on a minecraft:construct_beacon criteria
|
|
|
|
trigger.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setLevelsMin:
|
|
|
|
Arguments:
|
|
|
|
float
|
|
|
|
Usage:
|
|
|
|
min
|
|
|
|
Notes:
|
|
|
|
Sets the min levels for the beacon.
|
|
|
|
|
|
|
|
setLevelsMax:
|
|
|
|
Arguments:
|
|
|
|
float
|
|
|
|
Usage:
|
|
|
|
max
|
|
|
|
Notes:
|
|
|
|
Sets the max levels for the beacon.
|
|
|
|
|
|
|
|
setLevelsMinMax:
|
|
|
|
Arguments:
|
|
|
|
float, float
|
|
|
|
Usage:
|
|
|
|
min, max
|
|
|
|
Notes:
|
|
|
|
Sets the min and max levels for the beacon.
|
|
|
|
|
|
|
|
setCount:
|
|
|
|
Arguments:
|
|
|
|
int
|
|
|
|
Usage:
|
|
|
|
count
|
|
|
|
Notes:
|
|
|
|
Sets the number of times this criteria must be completed before it counts towards advancement progress.
|
|
|
|
|