Skip to content

Ingredient Types

Joseph B edited this page Jul 13, 2024 · 3 revisions

Hello! As of 1.21, the rest of this page is no longer accurate; tag stack ingredients no longer exist, as soldering recipes now use neoforge's Sized Ingredients. The legacy information will remain as a reference for old versions until it is updated or deleted.

Tag Stack

The morered:tag_stack ingredient defines an Ingredient using a tag and a stack size. The format of this ingredient is as follows:

{
	"type": "morered:tag_stack",
	"tag": <item-tag-identifier>,
	"count": <integer>
}

Where

  • "tag" is a namespaced item tag ID, e.g. "minecraft:planks"
  • "count" is the stack size of the Ingredient's matching itemstacks

Examples of this can be found in many of More Red's recipes, such as and_gate_from_soldering.

This Ingredient is represented as a collection of itemstacks -- one for each Item belonging to the specified tag -- each with the given stack size. This Ingredient is primarily designed for soldering recipes used by the Soldering Table, though the tag stack ingredient is theoretically useable by any recipe type that supports ingredients with multiple matching itemstacks with counts greater than 1.

History

Version Changelog
1.21-6.0.0.0 Removed tag stack ingredients
1.16.3-2.0.0.0 Added a new ingredient type: "morered:tag_stack"
Clone this wiki locally