Skip to content

Commit

Permalink
1.20.1
Browse files Browse the repository at this point in the history
3.1
Add support for Vinery, DrinkBeer, MoreVillagers & BuildersAdditions recipes
  • Loading branch information
xanthian committed Jan 28, 2024
1 parent ebf9417 commit 4429157
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"conditions": [
{
"modid": "buildersaddition",
"type": "forge:mod_loaded"
}
],
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"conditions": [
{
"modid": "drinkbeer",
"type": "forge:mod_loaded"
}
],
"type": "minecraft:crafting_shaped",
"pattern": [
"XY ",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"conditions": [
{
"modid": "morevillagers",
"type": "forge:mod_loaded"
}
],
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"conditions": [
{
"modid": "vinery",
"type": "forge:mod_loaded"
}
],
"type": "minecraft:crafting_shaped",
"group": "fermentation_barrel",
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"conditions": [
{
"modid": "vinery",
"type": "forge:mod_loaded"
}
],
"type": "minecraft:crafting_shaped",
"group": "wine_press",
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"conditions": [
{
"modid": "vinery",
"type": "forge:mod_loaded"
}
],
"type": "minecraft:crafting_shaped",
"group": "wine_rack",
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"conditions": [
{
"modid": "vinery",
"type": "forge:mod_loaded"
}
],
"type": "minecraft:crafting_shaped",
"group": "wine_rack",
"pattern": [
Expand Down

0 comments on commit 4429157

Please sign in to comment.