Search in sources :

Example 1 with Staff

use of com.ferreusveritas.dynamictrees.items.Staff in project DynamicTrees by DynamicTreesTeam.

the class ModItems method preInit.

public static void preInit() {
    // Potions
    dendroPotion = new DendroPotion();
    // Dirt Bucket
    dirtBucket = new DirtBucket();
    // Creative Mode Staff
    treeStaff = new Staff();
}
Also used : DendroPotion(com.ferreusveritas.dynamictrees.items.DendroPotion) Staff(com.ferreusveritas.dynamictrees.items.Staff) DirtBucket(com.ferreusveritas.dynamictrees.items.DirtBucket)

Aggregations

DendroPotion (com.ferreusveritas.dynamictrees.items.DendroPotion)1 DirtBucket (com.ferreusveritas.dynamictrees.items.DirtBucket)1 Staff (com.ferreusveritas.dynamictrees.items.Staff)1