Fixed stairs block reference (issue #207).
This commit is contained in:
parent
c59d1c8500
commit
71dab20e75
14 changed files with 47 additions and 33 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue