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 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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user