fixed RSpawnEgg using moss cobble as only mat

This commit is contained in:
B1G-FUNGUS 2021-10-04 15:40:07 -07:00
parent 5082fd42f3
commit dc90e19e66

View File

@ -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