This adapter makes it possible to merge the location and track property of an ingredient compass to the result, and to override them with custom values.
The values are all managed via ValueProviders and BoolOperators making it possible to use values from PAPI, select values based on boolean conditions, etc.
{
key : "customcrafting:compass",
overrideLocation: true,
location : {
worldName : "world",
x : 900,
y : 79,
z : -209
},
lodestoneTracked : false,
overrideLodestoneTracked : true
}
This adapter makes it possible to merge the location and track property of an ingredient compass to the result, and to override them with custom values.
The values are all managed via ValueProviders and BoolOperators making it possible to use values from PAPI, select values based on boolean conditions, etc.