Download Alfinivia — Minecraft Mods — MetaMods

Alfinivia

Active

Downloads

0

Last update

6 years ago
Client
Utils

Alfinivia

This is a tweaking modification that provides tools for fine-tuning various game mechanics and interactions with other mods. Without additional configuration through external systems, this mod remains completely passive and makes no changes to the game.

Key Customization Features

Arbitrary Milking

Allows configuring interactions between items and entities so that when specific items come into contact with various creatures, one item transforms into another. The most typical application of this feature is adding rare types of milk from different mobs in modpacks.

Usage examples:

mods.alfinivia.Milking.add(@NotNull IIngredient input, @NotNull IEntityDefinition entity, IItemStack output, boolean needsSneaking);
mods.alfinivia.Milking.add(@NotNull IIngredient input, @NotNull IEntityFunction entity, IItemStack output, boolean needsSneaking);

// Example:
mods.alfinivia.Milking.add(<minecraft:fish>,<entity:minecraft:sheep>,<minecraft:sandstone>,false);

Liquid Interactions

Configures reactions between different fluids when they meet in the game world, leading to the creation of specific blocks. Works effectively with liquids that normally don't interact with each other.

Break Speed Customization

Provides complete control over block mining speed taking into account various factors: tools, player equipment, special attributes and arbitrary functions.

Configuration example:

var builder = mods.alfinivia.BreakSpeedBuilder.get("stone");
builder.addBlock(<minecraft:stone>);
builder.setMultiplier(2.0);
builder.addTool(<minecraft:stone_pickaxe>);
builder.build();

Damage Handlers

A system that allows modifying damage taken by specific entities from various sources. Flexible target selection conditions and damage source parameters provide precise game balance management.

Misty World Integration

Provides additional features for working with the Misty World modification:

  • Adding compostable items
  • Configuring soil and water permeability requirements for agricultural crops

Immersive Engineering Support

Extends the functionality of the popular technical modification through:

  • Fertilizer management for garden cloches
  • Chemical sprayer effect settings
  • Railgun projectile parameter adjustments
  • Custom bullet creation system
Project members
BordListian

BordListian

Created: 14 Mar 2018

ID: 77822