
Redstone Additions
Best redstone datapack, Super optimized, 30+ blocks (Block breaker, block placer, filters, conveyors, item pipes, breeder, generators, gates, multiblocks, wireless redstone and much more ! ) DOUBLES AS A COMPLETE LIBRARY !! aiming to beas good as slimefun.
Redstone Additions V3 3.0.2
alpha24 февраля 2026 г.Fixed multiblocks Added item mover Hotfixes (3+)
Redstone Additions V3 3.0.2
alpha23 февраля 2026 г.Changelog
[3.1.0] - 2026-02-23
Added
Multiblock System
-
New Module:
ra_lib_multiblock- Core library for multiblock structuresinit.mcfunction- Initialize multiblock scoreboardstry_assemble.mcfunction- Entry point for multiblock assemblycreate_marker.mcfunction- Spawn multiblock marker entity with epic effectssetup_marker.mcfunction- Configure marker with type-specific datavalidate_all.mcfunction- Batch revalidate all multiblocksvalidate_single.mcfunction- Validate individual multiblockdisassemble.mcfunction- Remove multiblock
-
New Module:
ra_multiblock- Multiblock handler and implementations- Multiblock Bases (5 tiers):
- Copper Multiblock Base (Tier 1)
- Iron Multiblock Base (Tier 2)
- Gold Multiblock Base (Tier 3)
- Diamond Multiblock Base (Tier 4)
- Netherite Multiblock Base (Tier 5)
- Recipes for all multiblock bases
- Placement handlers with unique particle/sound effects per tier
- Multiblock Bases (5 tiers):
-
Blast Forge Multiblock (Copper Tier)
- 3x3x3 structure: nether bricks shell + hopper + furnace + copper base
- Auto-detects orientation (builds in any direction)
- Ore doubling: raw iron/gold/copper → 2x ingots
- Deep ore processing: iron/gold/copper ore → 2x ingots
- Equipment recycling: tools/armor → nuggets based on durability
- 5-second processing cycle with flame particles
Wrench Integration
- Right-click multiblock base with wrench to assemble
- Right-click assembled multiblock to toggle enabled/disabled
- Error feedback when structure is invalid
Changed
Global Refactor: Entity-Local Properties
- All custom blocks now store properties in
@s data.propertiesinstead of#variable ra.temp - Affected blocks: all gates, sensors, wireless, interactive blocks
Randomizer
- Added
chanceproperty (0-100%) for probability-based output - Creative Data Handler support for chance modification
Wireless System
- Emitters, receivers, and remotes now use string channel identifiers instead of integers
- Allows named channels like "main", "door1", etc.
Tag Remover
- Simplified to use
entity_selector(like Entity Detector) instead of separateentity_type+range
Fixed
Tag Adder
- Fixed variable mismatch (
entity_typevsentity_selector) - Now properly uses stored selector from properties
Entity Detector
- Fixed distance check not anchored to block position
- Fixed self-detection issue (no longer detects its own armor stand)
- Added
at @sanchoring andunless entity @s[tag=ra.custom_block]filter
[3.0.0] - Initial Release
- Core datapack structure
- Interactive blocks: Block Breaker, Block Placer, Spitter, Pusher, Conveyor, Breeder, Infinite Cauldrons, Message
- Sensor blocks: Entity Detector, Tag Adder, Tag Remover
- Gate blocks: Uni Gate, Clock, Delayer, Extender, Randomizer, Shortener
- Wireless blocks: Emitter, Receiver, Remote
- Tools: Wrench, Creative Data Handler
- Library modules: ra_lib (placement, orientation, inventory, redstone)
Bug fixes, removed unused blocks (beamer)
release12 января 2026 г.Нет описания изменений
v3.0.1
release10 января 2026 г.V3.0.1 Changelog
📡 Wireless Redstone System (new ra_wireless namespace) Wireless Emitter - Transmit signals across any distance Wireless Receiver - Receive signals on matching channels Redstone Remote - Handheld tool to pulse receivers (4-tick duration) Emitters/receivers can be toggled with Wrench Support for channels 1-65535
🔧 Creative Data Handler Improvements
Can now edit all block properties interactively Added [Modify] button to each property Added [Edit All] button for bulk editing New properties: channel, distance, extend, pulse, entity_type Fixed emitter/receiver property detection
⚡ New Gate Blocks
Beamer - Teleports redstone signal in facing direction Delayer - Delays signal by configurable ticks Extender - Extends signal duration by configurable ticks Shortener - Shortens pulse to configurable ticks Randomizer - 50% chance to output on rising edge
🏆 Missing Advancements Added
ra_wireless: emitter, receiver, remote ra_gates: beamer, delayer, extender, randomizer, shortener ra_interactive: item_pipe, message_block, pusher, spitter, infinite cauldrons ra_sensors: entity_detector
🐛 Bug Fixes
Fixed JSON text event syntax (hover_event/click_event with underscores) Fixed tool lore formatting (no longer resets to italic) Fixed break detection cleanup
v3.0.0(ALPHA)-0004
alpha1 января 2026 г.Full rewrite look at github comits for more information
