fixed RSpawnEgg using moss cobble as only mat
This commit is contained in:
parent
5082fd42f3
commit
dc90e19e66
@ -25,11 +25,10 @@ public class RSpawnEggRitual extends Ritual {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setup() {
|
public void setup() {
|
||||||
/* addIngredient(Material.EGG, 16);
|
addIngredient(Material.EGG, 16);
|
||||||
addIngredient(Material.WHEAT, 64); */
|
addIngredient(Material.WHEAT, 64);
|
||||||
addIngredient(Material.MOSSY_COBBLESTONE, 1);
|
|
||||||
name = "egging";
|
name = "egging";
|
||||||
// health = 2;
|
health = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user