Skip to content

Instantly share code, notes, and snippets.

View josemoncab's full-sized avatar
Preparing a cup of coffe

Jose Montalvillo josemoncab

Preparing a cup of coffe
View GitHub Profile
@josemoncab
josemoncab / Recipes.java
Created October 26, 2023 10:02
Recipes class
public class Recipes {
static class Blasting extends BlastingRecipe {
protected Blasting() {
super("minecraft:sticks",
"sticks",
ItemStack.of(Material.STICK),
0.5f,
20);
}