Killer Bunny Tweaks

Killer Bunny Tweaks

Mod

Minecraft mod that tweaks rabbits

Server

1,041 downloads
4 followers
Follow Save

Killer Bunny Tweaks

Minecraft Forge Fabric Architectury API

Logo

Minecraft mod that tweaks rabbits

Summary

This mod makes killer bunnies able to spawn (incidence rate as low as 0.02% by default). You can also turn an ordinary rabbit to a killer by using splash potion of weakness. Killer bunnies now also attack villagers, illagers, witches, zombies, creepers, skeletons and piglins. Zombies, creepers, skeletons, piglins and players killed by killer bunnies now drop their skulls (drop rate as high as 50% bydefault, for players it's 100%).

Configuration

config/killer_rabbit_transformation-common.toml


#General Settings
[General]
	#Can regular rabbits transformed by Weakness effect
	CanWeaknessTransform = true
	#killer Bunny spawning rate (x out of 10000), also affects potion transformation (x out of 10000 per tick)
	TransformingChance = 2

#Bunny Targeting
[BunnyTargeting]
	#Killer Bunnies attack Villagers/Illagers/Witches
	BunnyAttacksVillagerLikes = true
	#Killer Bunnies attack Creepers
	BunnyAttacksCreepers = true
	#Killer Bunnies attack Piglins/Piglin Brutes
	BunnyAttacksPiglins = true
	#Killer Bunnies attack Zombies/Skeletons/Wither Skeletons; Players are always being attacked though
	BunnyAttacksPlayerLikes = true

#Bunny Head Ripping
[BunnyHeadRipping]
	#Piglins slain by Killer Bunnies drop their heads (x% chance)
	PiglinHeadDropChance = 50
	#Wither Skeletons slain by Killer Bunnies drop their skulls (x% chance)
	WitherSkeletonHeadDropChance = 50
	#Zombies slain by Killer Bunnies drop their heads (x% chance)
	ZombieHeadDropChance = 50
	#Skeletons slain by Killer Bunnies drop their skulls (x% chance)
	SkeletonHeadDropChance = 50
	#Players slain by Killer Bunnies drop their heads (x% chance)
	PlayerHeadDropChance = 100
	#Creepers slain by Killer Bunnies drop their heads (x% chance)
	CreeperHeadDropChance = 50
	#The Ender Dragon drop its head if killed by a rabbit (x% chance). Impossible unless tame the rabbit using other mods
	DragonHeadDropChance = 100

Dependencies

Architectury API is required to use this mod. Fabric version requires Forge Config API Port in addition.


Project members

donmor3000

Member

Details

Licensed Unlicense
Published 10 months ago
Updated 10 months ago