Tags
Creators
Details
1.0.7
Compatibility
Required content
Changes
Version 1.0.7
WARNING this version of the mod may have unfinished features or bugs as I was in the middle of updating this mod previously when I got stopped
- Fixed numbers appearing on screen (I forgot to remove the numbers I was using for debugging lol, sorry)
Version 1.0.6
WARNING this version of the mod may have unfinished features or bugs as I was in the middle of updating this mod previously when I got stopped
This update is mainly to fix Jason not spawning
-
Fixed Jason not being able to spawn
-
Changed it so after Jason leaves "search mode" if he doesn't notice a player for long enough he will disappear
-
Fixed Jason's door breaking detection
-
Changed it so Jason will now grab the player if he hits them instead of grabbing the player if within a certain distance
-
Rebalanced the trade of 1 for log for 10 emeralds or something
-
Fixed animation overlapping and not stopping for Jason
-
Made it so Jason can now drop his mask and when the player wears it he will no longer attack them, the mask will break over time while wearing it near Jason and will break instantly if you attack him. WARNING this is the feature that is not fully complete so you may experience bugs with it
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:PAWGtKk5:5lJb4UzN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PAWGtKk5:5lJb4UzN"
}

