Creators
Details
Licensed MIT
Created 2 months ago
Updated 3 weeks ago
All versions
0.4.2-beta
Beta
Invincible Mod 0.4.2-beta3 weeks ago 10
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Added
- The hand can become shears. Fifteen hundred blocks of the tiller family — foliage, mostly — teach the jacket to cut instead of tear, and the form joins the wheel. Leaves fall as leaves, cobweb as string, vines and grass come up whole, and sheep, mooshrooms and snow golems shear. What it can cut is asked of a real pair of shears rather than written out as a list, so shearable blocks and creatures from other mods come along without a line of code for each. Its model is a rough placeholder for now — a hinge and two splayed blades on borrowed metal, enough to read as shears and no more.
- The three combat forms finally do something. The blade hits like a netherite sword, the cannon like an iron one, and the elbow rocket like a netherite axe — the hardest hit in the catalogue, which it earns by being the only form at the end of a chain. It counts while the form is worn and not from the moment it was learned, so the wheel has something to decide in a fight instead of only at the quarry.
Fixed
- A deployed suit had no armour whatsoever. Nothing ever gave Tech Jacket armour points, while the jacket forbids him every vanilla piece because it is his armour — so a fully deployed suit took hits like a naked man, and no error said why. A full deployment is now exactly a full netherite set under Protection IV, and each part carries its share: retracting the legs in a mine costs something in a fight as well as in energy.
- The tool wheel never showed the forms the jacket had learned. A blade earned from sixty zombies was announced in the suit's own voice and reachable by tapping the key, yet absent from the one screen where a form is chosen by name — and worse on a dedicated server, where the client cannot read the adaptation catalogue at all. Learned forms now reach the wheel the instant they open, rather than never.
Français
Ajouté
- La main peut devenir une cisaille. Mille cinq cents blocs de la famille serfouette — du feuillage, surtout — apprennent à la veste à couper au lieu de déchirer, et la forme rejoint la roue. Les feuilles tombent en feuilles, la toile en fil, les lianes et les herbes se ramassent entières, et les moutons, les champimeuhs et les golems de neige se tondent. Ce qu'elle peut couper est demandé à une vraie paire de cisailles plutôt qu'écrit en liste, donc les blocs et les créatures tondables des autres mods suivent sans une ligne de code pour chacun. Son modèle est une ébauche pour l'instant — une charnière et deux lames écartées sur du métal emprunté, de quoi se lire comme une cisaille et rien de plus.
- Les trois formes de combat font enfin quelque chose. La lame frappe comme une épée en netherite, le canon comme une épée en fer, et la roquette de coude comme une hache en netherite — le coup le plus fort du catalogue, qu'elle mérite en étant la seule forme au bout d'une chaîne. Ça compte pendant que la forme est portée et non depuis qu'elle est apprise, donc la roue a quelque chose à décider en combat et plus seulement à la carrière.
Corrigé
- Une veste déployée n'avait aucune armure. Rien ne donnait jamais de points d'armure à Tech Jacket, alors que la veste lui interdit toute pièce vanilla puisqu'elle est son armure — un joueur entièrement déployé encaissait donc comme un homme nu, et aucune erreur ne disait pourquoi. Une veste entière vaut désormais exactement un ensemble complet en netherite sous Protection IV, et chaque partie porte sa part : replier les jambes dans une mine se paie en encaisse autant qu'en énergie.
- La roue des formes n'affichait jamais ce que la veste avait appris. Une lame acquise en tuant soixante zombies était annoncée par la voix de la veste et atteignable au cycle de la touche, mais absente du seul écran où l'on choisit une forme par son nom — et pire encore sur un serveur dédié, où le client ne peut pas lire le catalogue des adaptations. Les formes apprises atteignent maintenant la roue à l'instant où elles s'ouvrent, plutôt que jamais.
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:9J3yJuHg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TbMEy6RR:9J3yJuHg"
}