Commands 2.0 - tristankechlo/RandomMobSizes GitHub Wiki
this mod currently adds the following commands:
-
/random_mob_sizes config-
/random_mob_sizes config reload- Reloads the config -
/random_mob_sizes config reset- Resets the config to the default values -
/random_mob_sizes config show- Displays a clickable link to the config file (only works in SinglePlayer)
-
-
/random_mob_sizes github- Displays the link to the github repository -
/random_mob_sizes issue- Displays the link to the github issue tracker -
/random_mob_sizes wiki- Displays the link to the github wiki -
/random_mob_sizes discord- Displays the link to the discord server -
/random_mob_sizes curseforge- Displays the link to the curseforge page -
/random_mob_sizes modrinth- Displays the link to the modrinth page
-
/mobscalings set <entity_type> <scaling>- set static scaling for the entity type -
/mobscalings set <entity_type> <scaling_type> <data>- set a specific scaling for the entity type, see explanation for below -
/mobscalings remove <entity_type>- remove the scaling for the entity type -
/mobscalings show- show all configured mob scalings -
/mobscalings show <entity_type>- show the scaling for the entity type
Nbt/CompoundTag representation of the json-object, that will be parsed by the <scaling_type>
Example CompoundTags/Nbts:
- minimum data for gaussian/uniform =>
{min_scaling:0.5,max_scaling:1.5} - minimum data for static =>
{scaling:1.25} - complete data for gaussian/uniform =>
{min_scaling:0.5,max_scaling:1.5,scale_health:normal,scale_damage:normal,scale_speed:normal}