fix generator for semi worker blockstates
This commit is contained in:
parent
4f8aaaa019
commit
079b0d8dcf
@ -290,11 +290,11 @@ const facings = [
|
||||
}
|
||||
|
||||
for (const face of facings) {
|
||||
for (const state of states) {
|
||||
for (const state of states_semi) {
|
||||
blockstate.multipart.push({
|
||||
when: {
|
||||
facing: face.facing,
|
||||
worker: states_semi
|
||||
worker: state
|
||||
},
|
||||
|
||||
apply: {
|
||||
|
Loading…
Reference in New Issue
Block a user