Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 years ago
All versions
1.0.2
Alpha
The Watcher Of The Night ALPHA V1.0.22 years ago 4,374
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Singleplayer
Required content
Changes
Update ALPHA V1.0.2:
- Added malachite ore & item.
- Added Malachite pickaxe. (w recipe)
- You now get advancement when getting attacked by the watcher.
- Adjusted the watcher's immunity.
- Remade the watcher entity.(now its technically a new mob)
- Adjusted the watcher's AI.
- The watcher should now be able to open doors.
- The watcher will now keep chasing you even after losing sight of you.
- Fixed the issue where the watcher would spawn more than one at a time.
GECKOLIB IS NOW REQUIRED OR THE MOD WON'T RUN!
- Remade/created a rig for the watcher.
- Added face rig.
- Added idle animation.
- Added walk animation.
- Added run animation.
- Added death animation.
- A second layer of the skin was added.
- r̸̰̖̈e̶̙͑m̶̢͝ȍ̵̥v̵͚̣̓̕ē̴͚͉d̵̳̹̆͗ ̷͍̀h̵͔̓̂e̴̩̣͌r̵̖͝õ̴̱̞b̸̞͘ř̵̰̟͝i̶̲̎n̴͇͝ë̶̤́͝?
(wow I did a lot more then I thought I did...)
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:n2TQFt3l:8vQJcm8V"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n2TQFt3l:8vQJcm8V"
}


