-
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
A mod about rediscovering the most powerful block in Minecraft. Learn to manipulate sound waves and convert them into any item you want!

Strange sounds emanate from it
Combining Echo Shards with the destructive force of a Nether Star. What could go wrong?


A mysterious flower. Cannot be planted
The living, growing embodiment of teleportation, the Chorus Flower, takes a new shape when interacting with the strange sound vibrations emanating from Echo Shards.


Metal wrapped in sound
Forging a new metal from the block of ancient debris and solidified sound.


Interact with the Synthesizer while sneaking to cycle the amount it generates every n
tick(s) (see config)
A tool to warp, shape, and weave sound.


It hums softly
A pulsating, living metal.


Use an item on the block to start synthesizing it. Requires an air block below to synthesize items. Can be toggled with redstone. Place a carpet on top to silence the sound effects
The most powerful device. Produces x
amount of items every n
ticks, where x
is determined by the tier and n
is determined by the delay (see config).

The mod is extremely configurable!
This is the default config:
{
"allow": false,
"items": [],
"tiers": {
"wood": 1,
"copper": 4,
"iron": 8,
"gold": 16,
"diamond": 32,
"netherite": 64
},
"delay": 20
}
-
allow
specifies whether theitems
list is an allowlist or a denylist -
items
is a list of either allowed or disallowed items. Can accept item IDs (i.e."minecraft:diamond"
) or tags (i.e."#minecraft:logs"
) -
tiers
is a dictionary corresponding to thetier
values of the Synthesizer block. Setting a tier's value to less than 1 disables the tier (except for wood, which will default to1
) -
delay
is the number of ticks it takes to generaten
items (wheren
is the amount determined by the tier). There are20
ticks per second
© 2022 · Samuel McBroom