Skip to content

Commit

Permalink
1.20.1
Browse files Browse the repository at this point in the history
3.4.1
Fix botania recipes
  • Loading branch information
xanthian committed Jan 10, 2024
1 parent 9722102 commit 1db7de7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ org.gradle.parallel=true
# Fabric Properties
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.14.22
loader_version=0.14.24
#Fabric api
fabric_version=0.91.0+1.20.1
# Mod Properties
mod_version=3.4
mod_version=3.4.1
maven_group=xanthian
archives_base_name=variantbarrels
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"items": [
{
"items": [
"botania:dreamwood_slab"
"botania:dreamwood_planks_slab"
]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"items": [
{
"items": [
"botania:livingwood_slab"
"botania:livingwood_planks_slab"
]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"items": [
{
"items": [
"botania:shimmerwood_slab"
"botania:shimmerwood_planks_slab"
]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"item": "botania:dreamwood_planks"
},
"S": {
"item": "botania:dreamwood_slab"
"item": "botania:dreamwood_planks_slab"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"item": "botania:livingwood_planks"
},
"S": {
"item": "botania:livingwood_slab"
"item": "botania:livingwood_planks_slab"
}
},
"pattern": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"item": "botania:shimmerwood_planks"
},
"S": {
"item": "botania:shimmerwood_slab"
"item": "botania:shimmerwood_planks_slab"
}
},
"pattern": [
Expand Down

0 comments on commit 1db7de7

Please sign in to comment.