The goal of this update is to provide more customizability to players and a few more QoL things that were requested in the last few months.
biasSizeTowardAveragepokesizer commandpokesizer command to be run by serverAdded support for defining pokemon or groups of pokemon with custom sizes. These sizes will be applied for the pokemon regardless of the sizer being used.
The files should be put under the following structure in your datapack:
data/cobblemonsizevariation/custom_sizes/
The custom size file is structured as follows:
{
"species": [
"bulbasaur",
"weedle"
],
"minSize": 0.1,
"maxSize": 10.0
}
Added a new parameter to the pokesizer command that returns the actual size of the pokemon being queried.
eg: /pokesizer <player>|self Bulbasaur check
This will send a message in chat with the size of the pokemon you selected:
The size of your Bulbasaur is 1.00
A small change that allows the server to run the pokesizer command.
This will not work with the self parameter. You can only use it from the server when targeting another player on the server.