Skip to content

TeamDman/Animus

Repository files navigation

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

About

A collaborative Minecraft mod addon for BloodMagic between Saereth and I

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages