Skip to content

Commit

Permalink
fix #27
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsterner committed Jul 3, 2024
1 parent 7cbe16f commit 5ea84d2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 88 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=1.20.1+build.9
loader_version=0.15.9

# Mod Properties
mod_version = 1.0.3+1.20.1
mod_version = 1.0.4+1.20.1
maven_group = dev.sterner
archives_base_name = cultural-delights-fabric

Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "c:tortillas"
"tag": "c:foods/tortillas"
},
{
"tag": "c:cooked_mutton"
"tag": "c:foods/cooked_meats/cooked_mutton"
},
{
"tag": "c:salad_ingredients"
},
{
"tag": "c:crops/onion"
"tag": "c:foods/vegetables/onion"
}
],
"result": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"replace": false,
"values": [
"culturaldelights:avocado_leaves",
"culturaldelights:avocado_bundle"
"culturaldelights:avocado_leaves"
]
}

0 comments on commit 5ea84d2

Please sign in to comment.