Creators
Details
Licensed MIT
Created 2 months ago
Updated 3 weeks ago
All versions
0.4.3-beta
Beta
Invincible Mod 0.4.3-beta3 weeks ago 23
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Fixed
- The shears form harvested nothing at all. Shearing sheep worked, but cutting anything — leaves, grass, ferns, vines, cobweb — brought back nothing, not even what bare hands would have given. The jacket asked the game a question that sounds right and is not: whether shears are the correct tool for drops. Vanilla shears answer yes to that for cobweb alone, and nothing else; leaves, wool and vines merely mine faster in their hands. Worse, the answer was reported to the game as a verdict, so a "no" took away the drops the hand would have had on its own. What the form cuts is now read from vanilla's own tag for what a blade cuts, plus what the shears declare for themselves — so foliage, grasses, ferns, flowers, crops, vines, canes, lily pads, mushrooms, cobweb and wool. Stone, dirt and wood stay outside its domain, as they do for every other form.
Français
Corrigé
- La forme cisaille ne récoltait rien du tout. Tondre un mouton marchait, mais couper quoi que ce soit — feuilles, herbe, fougères, lianes, toile — ne rendait rien, pas même ce que des mains nues auraient donné. La veste posait au jeu une question qui a l'air juste et ne l'est pas : les cisailles sont-elles l'outil correct pour le butin. Chez vanilla, elles ne répondent oui que pour la toile d'araignée, et pour rien d'autre ; les feuilles, la laine et les lianes se minent seulement plus vite entre leurs lames. Pire, la réponse était transmise au jeu comme un verdict, donc un « non » retirait le butin que la main aurait eu toute seule. Ce que la forme coupe se lit maintenant sur le tag vanilla de ce qu'une lame coupe, plus ce que les cisailles déclarent en propre — soit feuillages, herbes, fougères, fleurs, cultures, lianes, cannes, nénuphars, champignons, toile et laine. La pierre, la terre et le bois restent hors de son domaine, comme pour toutes les autres formes.
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:TbMEy6RR:NijZRgiM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TbMEy6RR:NijZRgiM"
}