Upload. Preview. Share.
The Minecraft schematic platform — built for builders, servers & Litematica.
Popular Builds
Donut SMP flooding machine
The Donutsmp flooding machine which can be used to flood the donut smp XD. For a tuorial you can check out the Channel of RivalsNoob551 (not my channel). Also, the water is bugging in the schematic so make sure that if you paste it into your world, you replace the water
8 / 16 / 32 bit CSA multipliers
Collection of three multipliers, one with 8 bit input and 16 bit output, 16 bit input and 32 bit output, 32 bit input and 64 bit output.It uses looping Carry Save Adders (lime) to quickly add incoming numbers together and store them in the Carry Save format (i.e. as partial sum and carries), and then uses fast CCAs (green) to add partial sums and carries together. They run on a speed of 3t per bit. I got the CSA design from Bennyscube's video on Carry Save Adders, and the CCA design is by Amino.In order to make it work on Bedrock, you only have to replace the green stained glass by upper slabs.
Knoster Cobbled Deepslate Slab Crafter -by Konst4638
Best and most Compact Cobbled Deepslate Slab Crafter to build on the Donutsmp. Get more schematics in the Discord: https://discord.gg/bjEEpjCJNr
32 bit cube root extractor
Takes in a 32 bit number A and returns Q = floor(cbroot(A)) as well as the remainder R, i.e. A = Q^3 + R.It runs on a (horrible) clockspeed of 28t per bit, and it needs 11 iterations, i.e. in total it's gonna take over 30 seconds. It uses the restoring shift-and-subtract algorithm. It can be made substantially faster (but also bigger) if we use a non-restoring method. I used Aminos 3t CCA design for all the adders.Java only.
A1C Bomber
MInecraft tnt bomber, used in unstable universeHow to use:https://www.youtube.com/shorts/8O9XlwGW-LQ
32 bit square root extractor without remainder
This unit takes in a 32 bit number A and computes floor(sqrt(A)), i.e. the square root of A rounded down. It uses the non-restoring shift-and-subtract algorithm, and it computes a bit every 11rt, or 1.1 seconds. In total, it needs a little more than 20 seconds due to additional overhead.In this design the focus was on speed & compactness. My previous square root extractor was 18rt per bit, so this is design is a lot faster, but it has two downsides, namely:No remainder. Since the used algorithm is non-restoring, we sometimes have to do an extra addition to get the correct remainder. This is a little bit tedious to do, also the remainder is hard to access, it is stored on the yellow line in the middle of the build.No Reset button. I didn't find a good way to reset the output, so you can only overwrite the previous output, but not clear the outputI used Aminos 3t CCA design for the adders.Java only.
Knoster V1 -by Konst4638
Best Starter Kelp Farm for the Donutsmp!
Knoster Charcoal V1 -by Konst4638
Best and most Compact Charcoal Farm to build on the Donutsmp. Get more schematics in the Discord: https://discord.gg/bjEEpjCJNr
Why Schemat.io?
Everything you need to share and discover amazing Minecraft builds
Interactive 3D Viewer
Preview any schematic in stunning real-time 3D before downloading. Rotate, zoom, and inspect every block.
Multi-Format Support
Upload and share in any popular format. We handle conversion automatically.
Communities
Create or join groups of builders. Share privately or with the world.
Open Source Tools
Built on open source libraries you can use in your own projects. Check out our GitHub for the 3D viewer, parsers, and more.
Upload Once, Convert Instantly
Your builds are automatically converted and hosted in all formats
Connect with Builders
Join thousands of Minecraft builders on Discord
Join the Discord
Chat with builders, share your creations, and help shape the future of Schemat.io.
Showcase
Share builds and get feedback from experienced builders.
Help & Support
Get help from the community with formats, viewers, and more.
Feature Requests
Vote on ideas and help decide what we build next.