Skip to content

Getting Started

Vinicius edited this page Aug 31, 2020 · 1 revision

Set up your Gradle build script

You can integrate and automatically download Ambience for your mod project using Gradle. Just add the following to your build script (build.gradle):

Repository

repositories {
  ...  
  maven {
    url = 'https://jitpack.io'
  }
}

Dependencies

dependencies {
  implementation 'com.github.viniciusgf2:Ambience:1.15.2-SNAPSHOT'
}

Home

🎵Home

Setup

💻 Installing Guide

🔉 Ambience configurations

🎁 Ambience Resource Pack

Events

🔨 Getting Started

📃 Configuring Events

Blocks

🔉 Speaker

💡 Alarm

💽 Song Switcher

🔔 The Bell

Items

📣 Horn

🎼 Ocarina

Regions

🌄 Getting Started

🎵 The Soundnizer Tool

📃 Area Commands

Integration with Mods

💻 Getting Started

🚩 Making Custom Events

Clone this wiki locally