Fixed stairs block reference (issue #207).

This commit is contained in:
stfwi 2022-04-03 13:23:19 +02:00
parent c59d1c8500
commit 71dab20e75
14 changed files with 47 additions and 33 deletions

View file

@ -25,7 +25,7 @@ repositories {
}
minecraft {
mappings channel: "official", version: "1.18.2"
mappings channel: "official", version: "${version_minecraft}"
runs {
client {
workingDirectory project.file('run')