Skip to content

Tutorial: Forge Mappings

OreCruncher edited this page Dec 16, 2016 · 4 revisions

This tutorial assumes that you have already created a Json configuration file. If you haven’t please read Tutorial: External Configuration Files.

Forge mappings is a way to apply an acoustic to all blocks that are contained in a specified Forge Ore Dictionary group. Configuration is pretty straight forward. Here is an example from the internal mcp.json configuration file:

	"forgeMappings":[
		{
			"accousticProfile":"ore",
			"dictionaryEntries":[
				"oreIron",
				"oreGold",
				"oreCopper",
				"oreTin",
				"oreSilver",

This example shows that members of “oreIron”, “oreGold”, etc. are given the acoustic “ore”.

The configuration in the mcp.json file is quite extensive so the need of specifying these entries is pretty small. However, a mod may add new Forge Ore Dictionary groups that are used and it would be easier to configure all members within a group rather than making detailed entries in the “footsteps” configuration.