SmthiIO-PlantGrass icon

PlantGrass

Repaint grass onto trampled dirt/mud terrain with a keypress.

Last updated 11 hours ago
Total downloads 3
Total rating 0 
Categories Mods
Dependency string SmthiIO-PlantGrass-0.1.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_IL2CPP-6.0.755 icon
BepInEx-BepInExPack_IL2CPP

BepInEx pack for IL2CPP x64 Unity games. Preconfigured and ready to use.

Preferred version: 6.0.755

README

Aska Plant Grass

A BepInEx mod for Aska that lets you repaint grass back onto terrain that's turned to bare dirt/mud from trampling.

Usage

Press ] (configurable) near a dirt patch to restore grass in a radius around you.

Roads, paths, and bedrock are left untouched, and the tool won't paint at all if a building is within range — only trampled dirt gets grassed over.

Install

  1. Install BepInEx 6 (IL2CPP) into your Aska game folder.
  2. Drop AskaPlantGrass.dll into BepInEx\plugins\AskaPlantGrass\.
  3. Launch the game once to generate BepInEx\config\smithio.aska.plantgrass.cfg.

Config

Setting Default Description
Enabled true Master on/off switch
Key RightBracket Key that paints grass at your feet

Multiplayer

The tool only ever runs against the local player's own character (gated on IsPlayer() and GetLocalAuthorityMask() == 1), the same pattern used by other Aska mods with similar terrain tools. This should replicate to other connected players via the game's own Photon Fusion networking, but has only been verified in singleplayer so far — multiplayer behavior is currently untested.