Closed SPGoding closed 5 years ago
TileEntityData of minecraft:falling_block is not updated.
TileEntityData
minecraft:falling_block
Possible solution: Append following code to ./src/utils/wheel_chief/updater.ts:361.
./src/utils/wheel_chief/updater.ts:361
/* TileEntityData */ { let tileEntityData = input.get('TileEntityData') if (tileEntityData instanceof NbtCompound) { tileEntityData = this.upSpgodingBlockNbt(tileEntityData) input.set('TileEntityData', tileEntityData) } }
TileEntityData
ofminecraft:falling_block
is not updated.Possible solution: Append following code to
./src/utils/wheel_chief/updater.ts:361
.