Jump to content

Dueler

Member
  • Posts

    2
  • Joined

  • Last visited

Dueler's Achievements

  1. Dueler

    Recipe, no sound?

    Update: Make sure you aren't hidden or in admin mode when testing mods. Was just messing around with recipes and got a simple one working pretty much instantly just copying code from base files. However the only thing that doesn't seem to work for me is sound. I'm trying to use an existing file in media/sound so I don't really get why there is an issue. Is there another file I need to be creating to make custom recipe sounds work or something else I"m not considering? module ExampleRecipe { imports { Base } recipe Make ExampleRecipe { keep [Recipe.GetItemTypes.ExampleItemtoKeep], ExampleItem, Result:ExampleRecipeFinished=1, Sound:splat2, Time:50.0, Category:ExampleCategory, } }
×
×
  • Create New...