Tags
Creators
Details
Licensed ARR
Published 5 months ago
Updated last month
All versions
1.20.1-Final
Release
CoreWithStuff 1.20.1 Finallast month 15.2K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
Sorry if your language translated wrong way i tried my best to make it accurate using google translate, correct my mistakes in the discord server or in project comments so i can fix it
Added Custom Keybind Conditions Similar to Palladium's Action, Held, Toggle
Fixed Airlock Projector Model not having no occlusion
Added Intangibility Ability for Palladium that lets you become a real ghost with no interaction from and to living world
Added Possessing Ability for Palladium (when possessing an entity) player gets a tag for palladium devs to utilize it.
Fixed Non Operator Permission Players not being able to use wormhole gui ability of palladium
------------------------------------------------------------------------
Added Turkish Language Support to almost all things in CoreWithStuff
Türkçe Dil Desteği Eklendi
Added Spanish Language Support to almost all things in CoreWithStuff
Se añadió soporte para el idioma español
Added Brazilian Portuguese Language Support to almost all things in CoreWithStuff
Adicionado suporte para português do Brasil
Added Added French Language Support to almost all things in CoreWithStuff
Ajout de la prise en charge du français
Added German Language Support to almost all things in CoreWithStuff
Deutsche Sprachunterstützung hinzugefügt
Added Russian Language Support to almost all things in CoreWithStuff
Добавлена поддержка русского языка
Added Japanese Language Support to almost all things in CoreWithStuff
日本語サポートを追加しました
Added Chinese Language Support to almost all things in CoreWithStuff
增加了中文语言支持
Added Polish Language Support to almost all things in CoreWithStuff
Dodano obsługę języka polskiego
Added Korean Language Support to almost all things in CoreWithStuff
한국어 지원 추가
Optional dependencies
Any compatible version
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:MBGhXGlQ:uF3CvFUL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MBGhXGlQ:uF3CvFUL"
}

