All versions
1.1.0-fabric-1.20.1
Release
Mebahel's RPG - Villager Quests & Companions 1.1.0-fabric-1.20.1yesterday 27
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client and server
Required content
Any compatible version
Changes
Mebahel's RPG - Villager Quests and Companions v1.1.0 - Minecraft 1.20.1
New :
- Translations are added to the mod for English, French, Russian & Chinese.
- New config parameter "disableQuestCoordinateClick", if true player won't be able to click the coordinate in the quest journal.
- New config parameter "shareQuestsBetweenPlayers", if true in multiplayer players will share the quests.
- New config parameter "inventoryJournalButtonPosition", "left" or "right" to change the position of the quest journal UI in the inventory.
- New config parameter "hideInventoryJournalButton", "true" or "false" to hide the quest journal UI in the inventory.
- New configuration file to add quest for Guard Villagers from the "Guard Villagers" mod.
- New configuration file to list quest to "remove".
- New quest : Sculk Mineshaft Investigation, a little quest to introduce the sculk threat.
- New quest : Stone and Timber for the Next Village, a little quest to introduce you to the delivery system.
- New quest : Ledger Without Chains. If you spare Orr in the quest number 7 of the ash court and finish the questline the quest to unlock Orr as a companion will be unlocked.
- You can now create quest steps were you need to place TNT and make it explode.
- You can now create quests steps were you need to read a book.
- You can now create delivery quests.
Changes :
- Quests creation will be easier since the json is simplified
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:jNqtpcJu:4X3ziZ5I"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jNqtpcJu:4X3ziZ5I"
}

