@nln56
Joined on July 19th, 2022, this user has been a member for 1,442 days and is the 163,214th person to register an account.
Has 59 submissions, the first one uploaded on May 25th, 2022 and the most recent on March 25th, 2025.
Of those, 1 has been featured and 20 have won Users' Choice.
On average, each submission earns 2,141 downloads.
In total, they have been download 128,471 times.
Counting every individual stickfigure, including the contents of all packs, this user has technically made and submitted 114 stickfigures.
On average, when this user rates stickfigures, they are 97% positive.
Also, they are typically 100% positive when rating animation spotlights.
Has made 821 comments on non-activity pages of the site. Alternatively, this user has made 13,192 comments on actual activity pages of the site.
They have visited the site consecutively for 22 days, their best streak being 280 days. On average, they post 4 updates and 20 comments per week.
This member is a Users' Choice voter!
Their current voting streak is 0 and their longest streak is 64 consecutive votes.
-
Replying to comment by:
Got bedrock?
-
Replying to comment by:
Well…. you see…
Im making it with the intention for it to be used in unison with a mod called valkyrien skies 2, for forge, it basically ads physics entity’s to the game. So basically I could make a block be effected by physics and then build off of that block, so it’d provide the strong hitboxes of a block while also being somewhat movable (i won’t say fast because it’s slow AF and makes the IRL vortec V8 look fast)
Now I uh, just gotta figure out the multiblock part on blockbench
-
Replying to comment by:
Well i have the dimensions for the truck
(1995 chevrolet silverado regular cab short bed): cab:2.5block length, 3block width, bed:5block length, 3block width
-
Replying to comment by:
Oh ima bouta flud this because with static X, rob zombie, staind, koRn and shinedown like you ain’t never seen before
-
Replying to comment by:
Dude its ass
Just except it’s ass
-
Replying to comment by:
Uh obviously the 2nd one down… blud looks like he has 2 colt peacemakers on his hips
-
Replying to comment by:
Bruh
I went through all that nonsense when I could’ve waited A FEW MONTHS????
NOW MY PAINT MATCHED NAMEPLATE MEANS NOTHING!!!!!!
NOTHING!!!!!!!!!!!!

-
Replying to comment by:
Bruh
-
@riostarlin hiya m8, i wanted to ask you a few things about blockbench, I wanted to ask you about versions and allat, so I don’t make an entire mod and realize I accidentally made it for bedrock instead of java or sum shit.
Another thing I wanted to ask you about was block hitboxes, because fir the truck mod, I wanna make it function like beds and doors in a way, where you place 1 thing, but the hotbox takes up multiple blocks like a bed or door, because I wanna make it where you place the cab, bed, front facia and bam. Bodywork done
-
Replying to comment by:
Yes it is the front of a truck, specifically, 1988-1999 chevrolet silverado front facial. I’m working on a 1.18.2 forge mod that’ll basically ad GMT400 chevrolet and GMC parts to minecraft. To work with valkyrien skies
-
Replying to comment by:
Omg hi jettttt
-
-
That’s good, Keep it up, I’m also a blockbench user for my Minecraft addons. Btw what are you modeling, looks like front of a truck or car??
-
Replying to:
Yes it is the front of a truck, specifically, 1988-1999 chevrolet silverado front facial. I’m working on a 1.18.2 forge mod that’ll basically ad GMT400 chevrolet and GMC parts to minecraft. To work with valkyrien skies
-
-
Have fun man, blockbench is definitely a blockbench
-
Replying to:
Bruh
-
-
I wish I could play Java and make a mod

-
Replying to:
Got bedrock?
-
Replying to:
on switch😭😭😭
-
Replying to:
Thats bedrock
-
Replying to:
anyway what were you gonna say
-
Replying to:
Idk
i ate my script
-
Replying to:
Ok

-
-
-
-
-
-
-
-
-
Replying to comment by:

-
That side bar is nuts
- Load More












Bro, I’m a bedrock-addon developer.
But in my knowledge, I know a little bit about Java modding.
If you wanna make a multi-block entity that spawns several hitboxes but is placed as a single item? That’s doable, but how you do it depends on the version.
So make sure you are modeling in the java entity or something in blockbench.
Java Modding (Forge/Fabric)
Beds and doors are “multipart blocks”, meaning one block spawns extra hitboxes (not separate entities).
You’d have to create a custom block state that extends across multiple spaces.
Example: A truck cab (2×3) could be one block that places multiple hitbox pieces across those positions.
(This can only be done in Java. It is hardcoded in Bedrock. But it can also be done in another way.)
Well i have the dimensions for the truck
(1995 chevrolet silverado regular cab short bed): cab:2.5block length, 3block width, bed:5block length, 3block width
Bro I have to ask you one thing
I looked into how to make a multi-block hitbox like beds and doors for your mod. You got two ways to do it, depending on what you want.”
Option 1: Multipart Blocks (Like Beds & Doors)
This is what Minecraft uses for beds, doors, and big blocks that take up more than one space.
Basically, when you place the main truck block, the game auto-places extra hitboxes (like the front and back of the truck).
When you break the main block, all the extra parts disappear too.
It’s simple, but the truck can’t move—it’s just a big static object.
Option 2: Entity-Based Hitboxes (Like Boats & Minecarts)
Instead of using multiple blocks, you can spawn an invisible entity that acts as the truck’s hitbox.
That entity blocks movement and acts like a real collision box.
This is better if you want the truck to move, rotate, or have physics, but it’s more work.
So, which one’s better?
If you just want a placed truck body, use the multipart block method.
If you want it to feel like a real vehicle, use the entity hitbox method.
Well…. you see…
Im making it with the intention for it to be used in unison with a mod called valkyrien skies 2, for forge, it basically ads physics entity’s to the game. So basically I could make a block be effected by physics and then build off of that block, so it’d provide the strong hitboxes of a block while also being somewhat movable (i won’t say fast because it’s slow AF and makes the IRL vortec V8 look fast)
Now I uh, just gotta figure out the multiblock part on blockbench
Okay so I will tell clearly step by step.
First create the full truck in one Blockbench project. This helps you ensure that all parts fit together properly. Once the truck is modeled, break it down into individual pieces—each piece will be a separate block in Minecraft.
Make sure the pivot points of each part match where they should connect to the chassis block. If the truck is 3 blocks long, then each part should be positioned using exact multiples of 16 pixels in Blockbench (since 1 block = 16×16 pixels). This keeps everything aligned when placed in-game.
When you’re done splitting the model, export each piece separately as a JSON model for Minecraft blocks (or OBJ if Valkyrien Skies requires it). In your mod’s code, make sure each block is programmed to be placed in the correct position relative to the chassis so the whole truck assembles correctly in Minecraft. That way, when you apply physics using Valkyrien Skies, everything moves together without weird gaps or misalignment.
aight bet
Wait I have a question,
Does it matter if I use geckolib to make the truck bodywork? (The only parts of the truck i wanna make modded are the bodywork and maybe the wheels, the rest is either vanilla or other mods)
Bro, using GeckoLib for the truck bodywork isn’t really the best move unless you want animations. If the cab, bed, and front fascia are just static parts, it’s way easier to use normal block models (JSON or OBJ) instead. That way, they work properly as blocks and snap together without extra coding.
Valkyrien Skies 2 already handles physics, so you don’t need GeckoLib to make the truck body move. But if you want animated parts—like spinning wheels, wipers, or opening doors—then GeckoLib makes sense for those specific things.
Basically, for the bodywork, just stick with regular Blockbench models. If you wanna animate stuff like wheels, then yeah, GeckoLib could be useful, but it’s not needed for the whole truck
I don’t know if there’s another way to do this. but hope you understand.
Thank ye
Also, i can’t find how to do the multiblock thing
Is it in blockbench or do I need to learn coding to manually code it in
Yo, for the multi-block setup, you gotta do both—Blockbench is just for modeling, but you’ll need coding to actually make it work in Minecraft.
Blockbench is used to model and export each part of the multi-block structure.
Minecraft (Forge/VS2 coding) is where you tell the game how to place and connect those blocks together.
If you need ste by step answer iwill tell.
1. Create the Models in Blockbench
First, model the full truck in one project.
Then, split it into separate models (cab, front fascia, bed, etc.).
Set correct pivot points for each part so they align properly when placed.
Export each part as a JSON (or OBJ for VS2).
2. Code the Multi-Block Placement in Minecraft (Forge/VS2)
You need to write code to spawn the extra blocks when placing the first one (like how beds work).
The main block (probably the cab) should automatically place the other parts at the correct positions.
If using Valkyrien Skies 2, make sure all parts are part of the same physics object so they move together.
Got it.
Blockbench is just for making the models—you’ll need to manually code the multi-block system in Minecraft to make it work. You need to tell the game how to place and link each part when placing the main block. If you’re using VS2, you also need to make sure all parts stay attached to the physics structure.”
Now you got it, java (programming lang) is used in the minecraft ja edition. Do you know Java programming?
I dont know any programmin
oh it’s ok, You don’t have to learn programming completely, just learn the basics. You’ll learn as you code.
mrw this thread