1.1.0
Compatibility
Changes
Added -JP-era armor like Dino Handler (helmet & vest), cap (veterinary, driver and pilot variant), Jacket (vest + helmet for an Hood) -TLW-era armor like the Dock Cap -Rebirth-era armor like the cap, vest and worker helmet seen in the JWE3 Rebirth DLC -Return of the legacy Euthanasia rifle -JP-era NPC like veterinary, dino handler, driver, pilot, park staff, scientist and named character like Henry Wu, Jophery Brown, Laura Sorkin, Maya Joshi -Extra NPC like Stephen Carwell and Elizabeth Stanford from an unavailable now fan novel, the TLW dock security guard and Charlotte Lockwood (during his time on InGen) -Rebirth-era NPC like the veterinary, personnals, workers and scientist seen in the JWE3 Rebirth DLC -All unnamed character have two variant, the Steve and Alex texture on the Steve model -NPC got accessory like the armor pieces like cap, vest, etc. -Retexture of the door -Added more block element for the SS Venture like the white cabin blocs with stair, slab, wall, trapdoor and an "marine door" like the boat door we can see on wet ship -Added MJ : 2010 (JW Rebirth) creative tab for the NPC -Added MJ : Armor And Cosmetic creative tab for the armors and the rifle
WARNING, Mcreator has an problem with the complex hitbox, for the moment, big blocks models like container and quarantine pen door don't have the ideal and good hitbox who everyone and myself wanted, proceed to use them carefully or with barrier block
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:pOLWb5Z9:42Rh9VWy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pOLWb5Z9:42Rh9VWy"
}

