Logo

Sign In

Or continue with
Logo

Register

To register, connect to the auth server:
Once connected, type the following command:
Or use your Microsoft account to login without registering.

Nano_

Nano_

Joined 11 months ago

About Nano_

Cake is nice, I guess.

Nano_'s Schematics

Nano_
Nano_
Nano

Nano

Nano

Jul 03, 2024
View Nano
Nano_
Nano_
Trial Chamber

Trial Chamber

🏰 Spooky Dungeon - Minecraft Trial Chamber Hey everyone! Check out my latest upload, the Spooky Dungeon, an epic new Minecraft Trial Chamber schematic! 🎃✨ Structures 🏗️ Trial Chambers Trial Chambers are a brand-new Overworld structure where you can explore and tackle combat challenges! These chambers are built with various Copper and Tuff blocks and come in different sizes. They're commonly found deep underground in the Deepslate layer. Don't worry about random mobs spawning inside – it's similar to Ancient Cities! No Natural Mob Spawning: Just like Ancient Cities! Procedurally Generated Layouts: Each chamber is unique, featuring traps, rewards, and various combat zones. Decor 🏺 Decorated Pots: Line the corridors and hold hidden treasures. Supply Barrels: Found between rooms, providing blocks and items to help you navigate the trials. Vaults: Guarded by challenges, they offer high-level Enchanted Books, equipment, and a rare chance to get a Trident! Ominous Vaults: Harder to reach but give better loot, including exclusive items. 🕵️‍♂️ Mobs Trial Spawners 🕹️ Each Trial Chamber includes different Trial Spawners with melee, small melee, or ranged mobs: Melee Zombie Husk Spider Small Melee Slime Cave Spider Baby Zombie Silverfish Ranged Skeleton Stray Bogged Breeze 💨 A cunning hostile mob with some cool abilities: Drops 1-2 Breeze Rods Immune to most projectiles but not Wind Charges Shoots Wind Charges that cause Wind Bursts Bogged 🌿 A new Skeleton variant that shoots poisonous arrows and drops mushrooms when sheared! ⚔️ Weapons Mace A new heavy weapon with: Base damage of 5 Unique Smash Attack: Does extra damage based on how far you fall before hitting! Can be enchanted with existing enchantments and has three exclusive ones: Density, Breach, and Wind Burst. Check out the table below for the Smash Attack damage breakdown: Blocks Fallen Damage Added First 3 +4 per block Next 5 +2 per block After 8 +1 per block Explore, fight, and conquer the Spooky Dungeon! Don't forget to use Wind Charges for some epic smash attacks with your new Mace! 🗡️💥 Hope this gives you a good idea of what the Spooky Dungeon Trial Chamber is all about. Dive in and have fun! 🚀👾

Jul 25, 2024
View Trial Chamber
Nano_
Nano_
Open ne noor

Open ne noor

Open ne noor

redstone
Jul 25, 2024
View Open ne noor
Nano_
Nano_
GOD

GOD

Good

Jul 29, 2024
View GOD
Nano_
Nano_
multipliORE

multipliORE

it multiplies

redstone logic computational +2 more
Jul 30, 2024
View multipliORE
Nano_
Nano_
Hex Ladner fisher adder

Hex Ladner fisher adder

32-Digit Hexadecimal Vertical Ladner-Fischer Adder in Minecraft Overview This Minecraft implementation is a 32-digit hexadecimal Ladner-Fischer Adder (LFA), a type of Parallel Prefix Adder (PPA) that balances the speed of carry-lookahead adders with the simplicity of ripple-carry adders. It's designed for high-performance addition operations within the constraints of Minecraft's redstone system. Key Features Vertical design utilizing Minecraft's signal propagation Processes 128 binary bits (32 hexadecimal digits) in parallel Torchless implementation for Minecraft efficiency Synchronized operation at 5Hz regardless of input Pure Ladner-Fischer architecture optimized for Minecraft Understanding the Ladner-Fischer Structure The LFA consists of four main stages, labeled S1 through S4: S1 (Stage 1): This is the preprocessing stage. Each S1 block takes two input bits and computes initial propagate (P) and generate (G) signals. S2 (Stage 2): Combines results from pairs of S1 blocks, calculating group P and G signals for 4-bit groups. S3 (Stage 3): Further combines results from S2, handling 8-bit groups. S4 (Stage 4): The final stage, which calculates the carry for the entire 16-bit section. How to interpret the structure: Signals flow from top (inputs) to bottom (outputs). Each stage combines information from the previous stage, allowing parallel computation of carries. Lower-order bits are resolved earlier, while higher-order bits utilize more stages. Performance The implementation leverages the logarithmic depth of LFA (O(log n)): Consistent 5Hz operation for all inputs, regardless of complexity Significantly outperforms Ripple Carry Adders (RCA) for large numbers This graph illustrates the time complexity of different adder types: RCA (Ripple Carry Adder): Shows linear growth O(n/2), becoming increasingly slower as bit count increases. PPA (Parallel Prefix Adder, including LFA): Demonstrates logarithmic growth O(log n), more efficient for larger bit counts. CCA (Carry Cancel Adder): Shown for comparison, exhibits stepwise linear growth, very efficient for smaller bit counts. The vertical dashed line at 32 bits (8 hex digits) shows where this implementation operates, demonstrating its efficiency compared to RCA and its practical performance in the Minecraft environment. Visual Representation These diagrams illustrate the Ladner-Fischer structure: Pink boxes at the top represent inputs (0-15 for a 16-bit section) Gray boxes (S1, S2, S3, S4) show the four computation stages Bottom gray boxes represent outputs, aligned with their corresponding inputs The structure demonstrates how carry information propagates efficiently through the adder, allowing for fast, parallel computation even with large numbers.

redstone logic computational +2 more
Jul 31, 2024
View Hex Ladner fisher adder
Nano_
Nano_
15 bit 5hz multiplier

15 bit 5hz multiplier

It's a 15 bit 5 hz combinational multiplier 

redstone logic computational +2 more
Jul 31, 2024
View 15 bit 5hz multiplier
Nano_
Nano_
awale

awale

The game of awale

redstone logic
Aug 01, 2024
View awale
Nano_ Purplers
Nano_ +1
Rubiks Cube

Rubiks Cube

The rubiks cube uses maps to display.Watch Purplers video on it for more information:

redstone logic computational +1 more
Aug 01, 2024
View Rubiks Cube
Nano_
Nano_
Hex CCA

Hex CCA

Simple Hex cca

redstone logic computational +2 more
Aug 28, 2024
View Hex CCA
Nano_
Nano_
And gate

And gate

it's just an and gate

redstone logic computational +2 more
Sep 08, 2024
View And gate
Nano_
Nano_
Signal Strenght Sorter

Signal Strenght Sorter

It uses a parralele implementation of bubble sort to sort signals from 0 to 15

redstone logic computational
Sep 25, 2024
View Signal Strenght Sorter
Nano_
Nano_
2x2 GOL

2x2 GOL

2x2 game of life

redstone logic computational
Sep 30, 2024
View 2x2 GOL
Nano_
Nano_
8 bit 5hz torchless divider

8 bit 5hz torchless divider

Pipelineable 5hz 8 bit divider

redstone logic computational +2 more
Nov 29, 2024
View 8 bit 5hz torchless divider
Nano_
Nano_
test

test

test

Jan 29, 2025
View test
Nano_
Nano_
Hex Up Down Counter

Hex Up Down Counter

A small configurable Up Down resetable counter

logic computational memory
Feb 01, 2025
View Hex Up Down Counter
Nano_
Nano_
Witch farm

Witch farm

A witch farm for survival

farm
Feb 17, 2025
View Witch farm
Nano_
Nano_
Pi Monte Carlo Integration π

Pi Monte Carlo Integration π

A monte carlo integration to compute a PI approximation

redstone logic computational +2 more
Mar 11, 2025
View Pi Monte Carlo Integration π