Jump to content

KanyT

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by KanyT

  1. KanyT

    Plant Genes plugin?

    Already figured out that by myself But thank you nivex !
  2. KanyT

    Plant Genes plugin?

    Hello community! Can anybody help me to make a simple plugin for new Rust plants genetics manipulation? For now I just use this dumb code for fast clones selection: private void OnEntityBuilt(Planner planner, GameObject seed) { var player = planner.GetOwnerPlayer(); var imSeed = seed.GetComponent<GrowableEntity>(); if (player == null || !player.IsAdmin) { return; } if (imSeed != null) { NextTick(() => { imSeed.ChangeState(PlantProperties.State.Fruiting, false, false); }); } Anybody knows how to make access to GrowableGene.Set(global::GrowableGenetics.GeneType geneType, bool firstSet = false) class ?
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.5k

Files Sold

Total number of files sold.

2.4m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.