BzZzi’s free Pots release contains four decorative models: an empty pot, a GTA pot without a plant, fresh soil and moldy soil. The creator’s October 2024 release explicitly permits including these props in free and paid scripts. We inspected the original attached ZIP; its manifest declares version 1.1.0.
Creator release and original ZIP
Install the resource on your server
Extract the bzzz_pot folder into the server’s resources directory with fxmanifest.lua at its root. Add ensure bzzz_pot to server.cfg and restart the server as the included README instructs. This is a FiveM resource; copying files into a guessed local game mods folder does not install it on the server.
Use the actual model names
The archive contains bzzz_growing_freepot_a, bzzz_growing_freepot_b, bzzz_growing_freepot_c and bzzz_growing_freepot_d model files. Its manifest registers stream/bzzz_growing_freepot_a.ytyp with DLC_ITYP_REQUEST. Preserve that registration if incorporating the assets into another resource, and avoid streaming duplicate copies.
Connect the props to gameplay
Four matching PNG inventory images are in data/. They do not create usable inventory items, place pots in the world or implement growing mechanics. Configure those functions in your own inventory, placement or growing resource and use the supplied model names. Preview each model to choose the appropriate visual state.
The ZIP passed CRC verification. The package has no gameplay script or SQL migration, so there is no automatic inventory or farming setup to promise. Check placement and collisions in your server before use; this review did not run the assets in-game or benchmark them.