[Release] zaps_moonshine

MOONSHINEEEE :new_moon:

  • Spawn Still
  • Translations inside of config.
  • Destroying of still
  • Brewing

Download & Direct Download

Free Releases🎉
Zaps Bank Robbery
RedTrainer
Safezones

1 Like

if anyone has any ideas they would like to see me implement please reply with them

Am I able to make the still an item?

Yea
idk what framework your using but using

---@param item string item name
---@param callback fun(item:Item)
 exports.vorp_inventory:registerUsableItem(item, callback)

for vorp thats the export needed to register a usable item on the server side then you could have it trigger the event to place a still. but its currently not in the code to do so as of do might be a future update tho.

1 Like

Im running VORP, ill give it the ol full send though


can edit the chance of it happening in config.

I wish i got alerted cause I just found out but heres the usableitems update the server side code for some reason didnt update before Release v3 · Zaps6000/zaps_moonshine · GitHub also started working on the bridge to make it easier for server owners to convert frameworks.