Releases: ItsSheepish/sheepish_api
Releases · ItsSheepish/sheepish_api
Release list
v1.0.3.1
v1.0.3
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
Fixed recipe for vanilla recipe book layout
v1.0.1
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