Updated to support Cobblemon 1.7
Updated to support Cobblemon 1.7
Added new size changing items
To use these items, simply right click on the Pokemon you want to change the size of. This will only work on Pokemon that you are the owner of. It will not work with other Trainers Pokemon or on wild Pokemon
These items have recipes but they are disabled by default. To enable them, simply go to the configuration and there is a new config option called enableEssenceRecipes. Set this to true and restart and the recipes will appear in game.
Fixed some small issues:
Added new size changing items
To use these items, simply right click on the Pokemon you want to change the size of. This will only work on Pokemon that you are the owner of. It will not work with other Trainers Pokemon or on wild Pokemon
These items have recipes but they are disabled by default. To enable them, simply go to the configuration and there is a new config option called enableEssenceRecipes. Set this to true and restart and the recipes will appear in game.
Fixed some small issues:
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.