Description
Need Cobblemon!
Added several items and machines to allow Pokemon to work.
Just like P○○World.
Example:
This is a recipe for generating power;

The working Pokemon should have an attack EV greater or equal to 30, and level higher than 5.
You need to make sure that there are at least 2 copper blocks and redstone blocks in a certain range (5*5, height 4)

Then you need to provide Pokemon Food in the Working Stating

You can view the efficiency and the process in the machines:

When everything is correct, the products should be generated:

The Processing Station is basically the same as the Production Machine, but it may need some input.
Advanced:
To improve the efficiency, you basically want to increase the four multipliers.
Boost: depends on the Boost Frame above the machine
Level: depends on the level of the working Pokemon
Ivs: depends on the sum of the 6 IVs of the working Pokemon
Focus: Each recipe should have a focused stat, with the example of power generating above, the focused stat is attack. The multiplier is based on the EV and IV of the stat with the Pokemon.


Extra Compact:
When Curios is installed, you can wear the Labor Contrat to buff yourself.
When Terra Curio (Confluence) is also installed, the Labor Contrat will provide different buffs.

Customization:
The attribute modifiers' multipliers can be configured in config.
The recipes can be customized with datapack or kubejs recipe.custom().
Stats:
HP, ATTACK, DEFENCE, SPECIAL_ATTACK, SPECIAL_DEFENCE, SPEED
Types:
normal, fire, water, grass, electric, ice, fighting, poison, ground, flying, psychic, bug, rock, ghost, dragon, dark, steel, fairy
focus_stat, required_type, result_fluid, input_fluid can be null
result_items, input_items, area_blocks can be an empty list ( [] )


