![J4mc [Now with invitations]](https://cdn.modrinth.com/data/gaSdoMMO/0f98e7fa0382501f8484da4836ffcdf81c196e37_96.webp)
J4mc [Now with invitations]
j4mc lets you open your singleplayer world to friends without port forwarding. Open your world to LAN, wait a moment, and the mod gives you a public address that your friends can join through. Now you can invite your friends through the game in one click!
0.1.10
Compatibility
Changes
Исправлены некоторые баги Добавлены "приглашения" - вы можете пригласить любого игрока у которого установлен мод присоединиться в ваш мир по 1 кнопке Теперь вы можете позвать игрока на сервер на котором вы находитесь, если вы есть в его белых списках. Работает на любых сторонних серверах Добавлены настройки для мода
Fixed some bugs Added “invitations”—you can invite any player who has the mod installed to join your world with a single click You can now invite a player to the server you're on if you're on their whitelist. Works on any third-party servers Added settings for the mod
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:gaSdoMMO:L3VuGbEV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gaSdoMMO:L3VuGbEV"
}
