Skip to content

Allows the addition of new tree types and results when the Mushroom Log chooses an output

Notifications You must be signed in to change notification settings

justastranger/MushroomLogAdditions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mushroom Log Additions

Framework for adding new tree type -> mushroom log output mappings.

Format

The content pack format for this framework is ultimately: Dictionary<string, List<Tuple<string, float>>>.

{
	"treeType#": [
		{ "outputQualifiedItemId": 0.1 }
	]
}

Example:

{
	// mushroom tree -> mushroom tree seed
	"7": [ { "(O)891": 1 } ],
	// birch -> 10% chance of purple mushroom, otherwise red mushroom
	"2": [
        { "(O)422": 0.1 },
        { "(O)420": 1 }
    ]
}

About

Allows the addition of new tree types and results when the Mushroom Log chooses an output

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages