Easy Villagers

Easy Villagers

28M Downloads

After i pick up villagers they keep making their sound ,,hmmmmm,,I can hear the sound coming from behind me,can you make them shut up while they are in my inventory?

grotefigi opened this issue ยท 1 comments

commented

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

commented

You can disable that in the server config.

easy_villagers-server.toml

[breeder]
	#The time in ticks the breeder takes to create a new villager
	#Range: > 20
	breeding_time = 1200

[converter]
	#The time in ticks the converter takes to convert a villager
	#Range: > 20
	converting_time = 6000

[farmer]
	#Lower values mean faster growth
	#Range: > 1
	farm_speed = 10

[iron_farm]
	#The time in ticks the iron farm takes to spawn a golem
	#Range: > 201
	spawn_time = 4800

[trader]
	#The minimum amount of time in ticks the trader takes to restock
	#Range: > 1
	min_restock_time = 1200
	#The maximum amount of time in ticks the trader takes to restock
	#Range: > 2
	max_restock_time = 3600

[villager]
	#If villagers should make sounds while in the players inventory
	inventory_sounds = true

inventory_sounds = true is the option you are looking for.