Skip to content

Commit

Permalink
chore: disable trowel until implemented and add preliminary new scrol…
Browse files Browse the repository at this point in the history
…l recipes
  • Loading branch information
oddlama committed Mar 11, 2022
1 parent 22a5b4b commit 6c4daf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ public Trifles() {
new org.oddlama.vane.trifles.items.Sickles(this);
new org.oddlama.vane.trifles.items.EmptyXpBottle(this);
xp_bottles = new org.oddlama.vane.trifles.items.XpBottles(this);
new org.oddlama.vane.trifles.items.Trowel(this);
//TODO new org.oddlama.vane.trifles.items.Trowel(this);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ public HomeScroll(Context<Trifles> context) {
public RecipeList default_recipes() {
return RecipeList.of(new ShapedRecipeDefinition("generic")
.shape("pip", "cbe", "plp")
// TODO BADDDDDDDDDDDDDDDDDDDDDDDDDDDD TEST REMOVEEEEEEEEEEEEEEEEE
.set_ingredient('b', "minecraft:stick{Enchantments:[{id:knockback,lvl:1000}]}")
.set_ingredient('b', Material.NETHERITE_SCRAP)
.set_ingredient('p', Material.MAP)
.set_ingredient('i', Tag.BEDS)
.set_ingredient('c', Material.COMPASS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ public UnstableScroll(Context<Trifles> context) {
public RecipeList default_recipes() {
return RecipeList.of(new ShapedRecipeDefinition("generic")
.shape("pip", "cbe", "plp")
// TODO BADDDDDDDDDDDDDDDDDDDDDDDDDDDD TEST REMOVEEEEEEEEEEEEEEEEE
.set_ingredient('b', "minecraft:stick{Enchantments:[{id:knockback,lvl:1000}]}")
.set_ingredient('b', Material.NETHERITE_SCRAP)
.set_ingredient('p', Material.MAP)
.set_ingredient('i', Material.CHORUS_FRUIT)
.set_ingredient('c', Material.COMPASS)
Expand Down

0 comments on commit 6c4daf2

Please sign in to comment.