Skip to content

Commit 58d12bd

Browse files
committed
Prep for 1.21.5, works in snapshot 25w07.
Recipe fix from 1.21.4 branch forwarded.
1 parent 326185f commit 58d12bd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ org.gradle.parallel=true
44

55
# Fabric Properties
66
# check these on https://fabricmc.net/develop
7-
minecraft_version=25w06a
8-
yarn_mappings=25w06a+build.7
7+
minecraft_version=25w07a
8+
yarn_mappings=25w07a+build.8
99
loader_version=0.16.10
1010

1111
# Fabric API
12-
fabric_version=0.116.0+1.21.5
12+
fabric_version=0.116.1+1.21.5
1313

1414
# Mod Properties
1515
mod_version=1.1.4

src/main/resources/data/nether_additions/recipe/basalt_bricks_from_smooth_basalt_stonecutting.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "minecraft:stonecutting",
33
"ingredient": "minecraft:smooth_basalt",
44
"result": {
5-
"count": 1
5+
"count": 1,
66
"id": "nether_additions:basalt_bricks"
77
}
88
}

0 commit comments

Comments
 (0)