Skip to content

Butterflies v3.4.0: Compatibility Release

Compare
Choose a tag to compare
@doc-bok doc-bok released this 07 Apr 13:18
· 135 commits to main since this release
72df5b3

Butterflies

This mod adds butterflies with a full life cycle to the world of Minecraft. It
features 16 butterfly species, mostly based on real-life butterflies but a
couple of them are purely fantasy butterflies.

Features

Butterflies

There are 16 species of butterfly in total. Each butterfly species has its own
size, speed, rarity and lifespan. Some will be larger, some will move faster,
some will live longer than others.

Butterflies can be caught or released using a butterfly net. Once caught, they
can be bottled and placed in the world as decorative objects.

If you want to breed the butterflies in this mod, then be sure to keep your
cats away from them!

Eggs

Butterflies will lay eggs in leaves if they get close to them. The eggs will
eventually hatch into caterpillars. If a player breaks the leaves, the eggs
will drop. Players can then replant these eggs on other leaves.

Caterpillars

After living on the leaves for a short time, a caterpillar will eventually
build a chrysalis. If the caterpillars end up on any other block, they will
instead starve to death.

Players can pick up caterpillars and move them to other leaf blocks if they
wish.

Chrysalises

Built by caterpillars, these will eventually hatch into new butterflies within
the world. These cannot be moved by players and will be destroyed if they
attempt to do so.

Scrolls and Books

Butterflies can also be pinned to a piece of paper to create a scroll where you
can look at the butterfly in detail. Unfortunately this kills the butterfly.
These scrolls can also be placed around your world as decoration.

Scrolls can also be placed in a book, allowing the player to collect
more detailed information on each butterfly species.

Jars

Butterflies and caterpillars can be placed into jars. These are decorative
items that can be placed in the world. Butterflies and caterpillars placed
this way will not die, lay eggs or create chrysalises.

If you want to get the butterfly or caterpillar back, they can be released by
using the bottle while not highlighting a block.

Server Config

There are now server config options to help manage butterfly growth. You can
find them in your world folder, under /serverconfig/butterflies-server.toml.

The available options are:

double_egg_chance: Defines the chance a butterfly has double the eggs
(default: 0.0625).

egg_limit: Defines how many eggs each butterfly can lay (default: 1).

max_density: Defines how many butterflies can be in a 32x32x32 region
before breeding is disabled. If set to zero, this is ignored (default: 16).

enable_lifespan: If set to TRUE butterflies will die naturally
(default: true).

Latest Release

Development Diary

Older Versions

Source Code

Other Locations

What's Changed

  • [FEATURE] Butterfly eggs are now entities. by @doc-bok in #114
  • [FIX] Reworked items so recipes work every time. by @doc-bok in #116
  • [FIX] Advancements now work with new items. by @doc-bok in #118
  • Reworked biome modifiers so butterflies can spawn in other mod's biomes. by @doc-bok in #124
  • [FEATURE] Butterflies now release hearts when they become fertile. by @doc-bok in #127
  • [FEATURE] Added tooltips to butterfly items. by @doc-bok in #128
  • Compatibility Release by @doc-bok in #131

Full Changelog: 3.1.1...3.4.0