Skip to content

Releases: ItsSheepish/sheepish_api

v1.0.3.1

Choose a tag to compare

@ItsSheepish ItsSheepish released this 27 May 18:28
Merge remote-tracking branch 'origin/master'

v1.0.3

Choose a tag to compare

@ItsSheepish ItsSheepish released this 27 May 13:44

Added Shaped + Shapeless Recipe

"sheepish_api:shaped_shapeless"

  • A new recipe type allowing for compat of 2 different recipe types within one recipe.
  • Uses shapeless formatting with additional "shapeless_ingredients" list field

Example Formatting:

{
  "type": "sheepish_api:shaped_shapeless",
  "category": "equipment",
  "pattern": [
    "# #",
    "   ",
    "   "
  ],
  "key": {
    "#": {
      "item": "minecraft:gold_ingot"
    }
  },
  "shapeless_ingredients": [
    {
      "item": "minecraft:diamond"
    },
    {
      "item": "minecraft:emerald"
    }
  ],
  "result": {
    "id": "minecraft:netherite_ingot",
    "count": 1
  }
}

v1.0.2

Choose a tag to compare

@ItsSheepish ItsSheepish released this 21 May 11:14

Fixed recipe for vanilla recipe book layout

v1.0.1

Choose a tag to compare

@ItsSheepish ItsSheepish released this 20 May 22:07

Initial Version

Mirrorable Shaped Recipes

Can have both horizontal and vertical flipped versions of a recipe

Non-stackable Advancement Checking

Check player for getting a set number of defined non-stackables