Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 820 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 820 Bytes

Animus

This is an addon for the mod Blood Magic

A feature overview can be seen on the curseforge link

Here's an example CraftTweaker script for modifying altar components

import crafttweaker.block.IBlockState;
import mods.animus.AnimusPlugin;

print("-------------------------modify altar ----------------------------");
AnimusPlugin.removeComponentMapping(<blockstate:minecraft:glowstone>,"GLOWSTONE");
AnimusPlugin.addComponentMapping(<blockstate:minecraft:dirt>, "GLOWSTONE");

Excerpt from BloodMagic API:

Valid component types:
GLOWSTONE
BLOODSTONE
BEACON
BLOODRUNE
CRYSTAL
NOTAIR