promotional bannermobile promotional banner

Tiny Redstone

It's redstone, but tiny.

File Details

tinyredstone-1.16.5-1.11.1.jar

  • B
  • Oct 21, 2021
  • 376.67 KB
  • 125.3K
  • 1.16.5
  • Forge

File Name

tinyredstone-1.16.5-1.11.1.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:tiny-redstone-453746:3498083")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

New Features!

Tiny Blocks:

-Make Tiny Blocks with almost any block texture with The "Block Chopper"! Most vanilla textures will be detected and any modded textures that follow the vanilla naming conventions.
-new codec for overriding data about tiny blocks. It reads json files in the tiny_block_overrides folder in the data folder with info about block textures and whether a block should be disabled.

-Minor efficiency improvements to tiny block rendering. Sprites are now only fetched and applied once instead of every frame.
-Minor adjustments to Tiny Block item model when on ground.

 

 

Trimming Panels and Covering Circuits

-"Trimming Panel Cover" covers the circuit and trims the size of the panel down to fit just the components. (Addresses #83)

-Efficiency improvements to cover rendering and hit box calculations.
-Base no longer renders when a cover is installed. Cover manages entire block rendering.

 

Tiny Redstone Dust Interaction

-Added outline when hovering over tiny redstone dust segments.

 

Hit boxes

-VoxelShape for Block hover outline now highlights the individual cells rather the entire tile when player is looking at a component.

 

API Changes:

-Added optional methods to the IPanelCover interface to allow data storage, item tags and onPlace actions.