1.1.0
Compatibility
Changes
1.1.0 — The sample car grows glass, mirrors and a seat
🪟 The sample car now demonstrates everything
See-through glass, three mirrors that genuinely reflect, and a seat you actually sit in.
Open it in Blender and every object is already named the way the mod expects —
light_head, glass.front, mirror_left, body_mirror_rear — so the car doubles as
the reference for how one is put together. Nothing hidden, nothing to guess at.
🛞 New wheel: Deep Dish
Wider, pushed further out, leaned in at 12°. What is worth knowing is what it is made of: one JSON file, three numbers, and no mesh at all. It is in the pack to show that a pack can ship the starting point for a look — the player still moves every slider from there, and R returns them to your values, not to zero.
📖 The Blender manual now ships inside the jar
Rename it to .zip and open MODELING.html in a browser. A complete illustrated
walkthrough of building one whole car: where the origin goes, the object names that turn
into lights, glass and working mirrors, the two export settings everybody gets wrong, and
a symptom-by-symptom table for when the car comes out the wrong size.
English and Japanese in one page, and it works offline.
→ https://static.jdm-mc.com/manual/MODELING.html
Two cars to drive, and the template for your own. Copy this pack, swap in your car — no credit, no permission needed.
Requires KurumaMod 1.2.0 or newer · Minecraft 1.20.1 / Forge 47.4.22
1.1.0 — サンプルカーに、ガラスとミラーと座席が付きました
🪟 サンプルカーが「一通り全部」の見本になりました
透けるガラス、本当に後ろが映る 3 枚のミラー、そして実際に座る座席。Blender で開けば、
すべてのオブジェクトが MOD の期待する名前——light_head、glass.front、mirror_left、
body_mirror_rear——で並んでいます。車 1 台がそのまま「どう作るか」の答えです。
隠してあるものも、推測に頼るところもありません。
🛞 新しいホイール「深皿」
太くして、外へ出して、12 度寝かせたホイール。面白いのはその中身で、 JSON 1 枚・数字 3 つ・メッシュは無しです。カーパックが用意できるのは 「見た目の出発点」であること——プレイヤーはそこから自由にスライダーを動かせて、 R を押せば 0 ではなくあなたの決めた値に戻る——を示すために入れてあります。
📖 Blender のマニュアルが jar の中に入りました
拡張子を .zip に変えて開き、MODELING.html をブラウザで開いてください。
車 1 台を作り切るまでの図解です。原点をどこに置くか、灯火・ガラス・実際に映るミラーに
なるオブジェクト名、みんなが間違える書き出し設定、そして「大きさがおかしい」ときの
症状別の直しかたまで。1 ページに日英の両方が入っていて、オフラインで読めます。
→ https://static.jdm-mc.com/manual/MODELING.html
乗れる車が 2 台と、自分の車を作るためのひな型。 丸ごとコピーして車を差し替えれば、 それがあなたのカーパックです——表示も許諾も要りません。
KurumaMod 1.2.0 以降が必要 · Minecraft 1.20.1 / Forge 47.4.22
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:wvJeLHUc:AJH7ySZU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wvJeLHUc:AJH7ySZU"
}

