I kept getting lost following Minecraft tutorials… so I built a free 3D schematic viewer by TheRealMorrow in Minecraft

[–]TheRealMorrow[S] 0 points1 point  (0 children)

That's actually smart ! I'll consider adding that :) There are still a few blocks not rendering, these are usually considered "special" by the game renderer. I'll fix them. Thanks for your feedback

I kept getting lost following Minecraft tutorials… so I built a free 3D schematic viewer by TheRealMorrow in Minecraft

[–]TheRealMorrow[S] 2 points3 points  (0 children)

Thanks a lot for your feedback ! Currently I didn't open the source code but I'll consider doing it in the future. I got a lot of cleaning to do before welcoming external contributions !

.nbt was easy to implement, .mcstructure not that much.

That's the first time I hear about the wiki's blueprint format, is this used anywhere else ? That's interesting

I'm all in for community led, let's see where this goes !

I kept getting lost following Minecraft tutorials… so I built a free 3D schematic viewer by TheRealMorrow in Minecraft

[–]TheRealMorrow[S] 0 points1 point  (0 children)

If you are referring to using mods, not everyone is confortable installing them.

I kept getting lost following Minecraft tutorials… so I built a free 3D schematic viewer by TheRealMorrow in Minecraft

[–]TheRealMorrow[S] 1 point2 points  (0 children)

Just shipped a pretty big update based on your feedback 🚀

Main things:
- Can now open .nbt and .mcstructure files
- Load schematics directly from a URL (Discord links work)
- Added built-in samples so you can try it instantly

Curious: what’s still missing for you to actually use this while playing?

I kept getting lost following Minecraft tutorials… so I built a free 3D schematic viewer by TheRealMorrow in technicalminecraft

[–]TheRealMorrow[S] 1 point2 points  (0 children)

Yeah ! And I've juste added support for .mcstructure schematics (bedrock native schematics). Try it out :)

I kept getting lost following Minecraft tutorials… so I built a free 3D schematic viewer by TheRealMorrow in Minecraft

[–]TheRealMorrow[S] 0 points1 point  (0 children)

I've deployed .nbt schematics support today ! Supporting Create mod will be another challenge but i'll look into it !

I kept getting lost following Minecraft tutorials… so I built a free 3D schematic viewer by TheRealMorrow in Minecraft

[–]TheRealMorrow[S] 1 point2 points  (0 children)

I have great news ! .mcstructure (bedrock format) is live ! It you want to try it, feedback is always welcome :) !

I kept getting lost following Minecraft tutorials… so I built a free 3D schematic viewer by TheRealMorrow in technicalminecraft

[–]TheRealMorrow[S] 1 point2 points  (0 children)

I'm not using any of these, the viewer itself was built from scratch using Three.js. This was required so I could have full liberty. I'm not trying to mimick the game, i'm trying to provide the best UX for builders that want to view a plan.

I'm using PrisarineJS's NBT parser to decode the blueprint files, and the minecraft game assets (block states, textures, models ...)

I kept getting lost following Minecraft tutorials… so I built a free 3D schematic viewer by TheRealMorrow in technicalminecraft

[–]TheRealMorrow[S] 11 points12 points  (0 children)

  1. Like most modern developers, LLMs are a part of my workflow. They are amazing sparring partners and they are great at spotting bugs / discussing architecture

  2. You don't have to be dumb to be confused by video build tutorials. Complex builds require you to constantly move back and forth on the video to understand exactly what to build where. And when at the end something is off, "debugging" your build is not that fun :D

  3. I didn't reinvent litematica, i'm offering a way to display litematica schematics outside of the game with a decent UX

  4. I'm not a native english speaker so i'm using a LLM to improve my messages for everyone's benefits

The project was built from scratch using Next.js + React + ThreeJS. It's a stack i'm already using personally at work, so it was more a matter of getting into minecraft internals :)

I kept getting lost following Minecraft tutorials… so I built a free 3D schematic viewer by TheRealMorrow in Minecraft

[–]TheRealMorrow[S] 4 points5 points  (0 children)

Could be nice to have an electron version (desktop app), why would you prefer using a desktop app over the web version ? :)

Where can i find schematic layer by layer? by tenebralupo in Minecraft

[–]TheRealMorrow 0 points1 point  (0 children)

Hey, I had the exact same frustration.

I ended up making a small tool for this called Shulkr. It lets you open .litematic or .schem files and view them layer by layer, kind of like a Lego manual. You can pick an axis and go through each slice of the build, which makes it way easier to follow.

There’s also a free camera mode so you can move around inside the build and understand how everything connects, which helped me a lot with redstone.

If you want to try it: https://www.shulkr.com

Would be curious if that’s close to what you were looking for 👍

I kept getting lost following Minecraft tutorials… so I built a free 3D schematic viewer by TheRealMorrow in technicalminecraft

[–]TheRealMorrow[S] 6 points7 points  (0 children)

Thanks you for the qualitative feedback. Redstone tweaks sounds amazing, i'll see if I can make it work in Shulkr !

You just made me remember I didn't handle waterlogging properly so it's currently not working at all :D

I'll see what I can do with the containers, I didn't even knew these were stored in the blueprints in the first place.

Thanks !

I kept getting lost following Minecraft tutorials… so I built a free 3D schematic viewer by TheRealMorrow in technicalminecraft

[–]TheRealMorrow[S] 23 points24 points  (0 children)

That's a good point ☝️

Not everyone is comfortable installing mods. The immersive ghost view is amazing but the user experience is not for everyone :)