Skip to content

Commit

Permalink
1.20.1
Browse files Browse the repository at this point in the history
1.3.6

Fix botania recipes
  • Loading branch information
xanthian committed Jan 10, 2024
1 parent 86819fa commit e3de56f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ loader_version=0.14.25
#Fabric api
fabric_version=0.91.0+1.20.1
# Mod Properties
mod_version=1.3.5
mod_version=1.3.6
maven_group=net.xanthian
archives_base_name=variantchiseledbookshelves

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"item": "botania:dreamwood_planks"
},
"X": {
"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"
},
"X": {
"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"
},
"X": {
"item": "botania:shimmerwood_slab"
"item": "botania:shimmerwood_planks_slab"
}
},
"pattern": [
Expand Down

0 comments on commit e3de56f

Please sign in to comment.