Skip to content

Fantasy Mounts

Ben Dol edited this page Feb 4, 2021 · 1 revision

Getting started, download here. Right now this mod is only supported on forge, but we intend to add support for Fabric, etc very soon! We hope you enjoy everything that it has to offer.

How to Guides:

Configuration

The main configuration file for Fantasy Mounts in found under /config/fantasy-common.toml

[Unicorn]
	#Should unicorns glow with a golden stew.
	allowGlow = true
	#Should unicorns be breed-able.
	allowBreeding = true
	#Unicorn spawn minimum count.
	spawnMinCount = 0
	#Unicorn passive brightness.
	brightness = 1.0
	#Should unicorns allow for two seater riding.
	allowTwoSeater = true
	#Unicorn spawn weight.
	spawnWeight = 1
	#Allow Unicorn's to spawn in the wild.
	allowWildSpawns = true
	#Should unicorns have frost walking on water.
	allowFrostWalk = true
	#Unicorn spawn maximum count.
	spawnMaxCount = 1
	#Unicorn glow range for glowing vision (in blocks).
	glowingVisionRange = 500

[Whistle]
	#The sound volume of the whistle commands (1.0F = 100%).
	soundVolume = 1.0
	#Max blocks away your horse can be for the whistle commands.
	maxDistance = 2000.0
	#Should horses obey the golden whistle commands.
	allowWhistle = true
	#Horse immune while following you.
	immuneWhileFollowing = true

Flexible configurations for your modpack

Clone this wiki locally