Skip to content
Samuel McBroom edited this page Sep 25, 2022 · 1 revision

Synthesize

About

A mod about rediscovering the most powerful block in Minecraft. Learn to manipulate sound waves and convert them into any item you want!

Items

Echo Star

echo_star

Strange sounds emanate from it

Combining Echo Shards with the destructive force of a Nether Star. What could go wrong?

Recipe

echo_star_recipe

Echo Flower

echo_flower

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.

Recipe

echo_flower_recipe

Echo Ingot

echo_ingot

Metal wrapped in sound

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

Recipe

echo_ingot_recipe

Tuner

tuner

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.

Recipe

tuner_recipe

Blocks

Echo Block

echo_block

It hums softly

A pulsating, living metal.

Recipe

echo_block_recipe

Synthesizer

synthesizer

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).

Recipe

synthesizer_recipe

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 the items 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 the tier values of the Synthesizer block. Setting a tier's value to less than 1 disables the tier (except for wood, which will default to 1)
  • delay is the number of ticks it takes to generate n items (where n is the amount determined by the tier). There are 20 ticks per second