PlantGrass
Repaint grass onto trampled dirt with a keypress, or Shift for a mowed lawn.Aska Plant Grass
A BepInEx mod for Aska that lets you repaint grass back onto terrain that's turned to bare dirt/mud from leveling — and, with Shift, lay a flat "mowed" lawn.
Usage
- Press
](configurable) near a dirt patch to restore grass in a radius around you. - Hold Shift +
]to lay a mowed lawn instead: grass with the tall 3D blades removed (the same effect the in-game rake produces). Works on both existing grass (mows it) and trampled dirt (grasses then mows).
Roads, paths, and bedrock are left untouched in both modes, and the tool won't act at all if a building is within range.
Install
- Install BepInEx 6 (IL2CPP) into your Aska game folder.
- Drop
AskaPlantGrass.dllintoBepInEx\plugins\AskaPlantGrass\. - 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 (] = restore grass, Shift + ] = mowed lawn) |
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.
