fix generator for semi worker blockstates

This commit is contained in:
DBotThePony 2021-08-31 22:21:05 +07:00
parent 4f8aaaa019
commit 079b0d8dcf
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -290,11 +290,11 @@ const facings = [
} }
for (const face of facings) { for (const face of facings) {
for (const state of states) { for (const state of states_semi) {
blockstate.multipart.push({ blockstate.multipart.push({
when: { when: {
facing: face.facing, facing: face.facing,
worker: states_semi worker: state
}, },
apply: { apply: {